mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Clear unused code
This commit is contained in:
parent
f99150bc22
commit
88bd912840
1 changed files with 0 additions and 4 deletions
|
@ -849,10 +849,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
|
||||
x += charWidth;
|
||||
|
||||
var glyphUnicode = glyph.unicode === ' ' ? '\u00A0' : glyph.unicode;
|
||||
if (glyphUnicode in NormalizedUnicodes)
|
||||
glyphUnicode = NormalizedUnicodes[glyphUnicode];
|
||||
|
||||
canvasWidth += charWidth;
|
||||
}
|
||||
current.x += x * textHScale2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue