From 109d67691c866b2c7001524e49c3e53ff9edd762 Mon Sep 17 00:00:00 2001 From: Hengjie Date: Fri, 13 Feb 2015 22:27:17 -0800 Subject: [PATCH] Lower threshold Fixes text selection formatting with https://github.com/vortext/vortext/blob/master/resources/public/examples/TestDocument3.pdf --- src/core/evaluator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/evaluator.js b/src/core/evaluator.js index 267c276a4..f67e135df 100644 --- a/src/core/evaluator.js +++ b/src/core/evaluator.js @@ -893,7 +893,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { styles: Object.create(null) }; var bidiTexts = textContent.items; - var SPACE_FACTOR = 0.35; + var SPACE_FACTOR = 0.3; var MULTI_SPACE_FACTOR = 1.5; var self = this;