mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
cleanup
This commit is contained in:
parent
47dcd1f94b
commit
1e59dd625a
1 changed files with 0 additions and 1 deletions
1
pdf.js
1
pdf.js
|
@ -4224,7 +4224,6 @@ var CanvasGraphics = (function() {
|
|||
var charWidth = FontMeasure.measureText(c) + charSpacing;
|
||||
if (c.charCodeAt(0) == 32)
|
||||
charWidth += wordSpacing;
|
||||
|
||||
ctx.translate(charWidth * scaleFactorX, 0);
|
||||
width += charWidth;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue