mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Lower threshold
Fixes text selection formatting with https://github.com/vortext/vortext/blob/master/resources/public/examples/TestDocument3.pdf
This commit is contained in:
parent
8614c17c1d
commit
109d67691c
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
||||||
styles: Object.create(null)
|
styles: Object.create(null)
|
||||||
};
|
};
|
||||||
var bidiTexts = textContent.items;
|
var bidiTexts = textContent.items;
|
||||||
var SPACE_FACTOR = 0.35;
|
var SPACE_FACTOR = 0.3;
|
||||||
var MULTI_SPACE_FACTOR = 1.5;
|
var MULTI_SPACE_FACTOR = 1.5;
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue