Clear unused code
This commit is contained in:
parent
f99150bc22
commit
88bd912840
@ -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…
x
Reference in New Issue
Block a user