[Pkg-javascript-commits] [pdf.js] 75/115: Use default line height for the text layer
David Prévot
taffit at moszumanska.debian.org
Wed Dec 16 20:03:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit a2cac8fa71945babc7e570b39bb3aa439b8bad0d
Author: Tim van der Meij <timvandermeij at gmail.com>
Date: Wed Dec 2 23:00:12 2015 +0100
Use default line height for the text layer
Fixes #6614.
---
web/text_layer_builder.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/text_layer_builder.css b/web/text_layer_builder.css
index dd62aa6..ff5e7c8 100644
--- a/web/text_layer_builder.css
+++ b/web/text_layer_builder.css
@@ -21,6 +21,7 @@
bottom: 0;
overflow: hidden;
opacity: 0.2;
+ line-height: 1.0;
}
.textLayer > div {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list