Merge pull request #2299 from ironymark/master
Cleared some unused code
This commit is contained in:
commit
ce9460113c
@ -849,10 +849,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||||||
|
|
||||||
x += charWidth;
|
x += charWidth;
|
||||||
|
|
||||||
var glyphUnicode = glyph.unicode === ' ' ? '\u00A0' : glyph.unicode;
|
|
||||||
if (glyphUnicode in NormalizedUnicodes)
|
|
||||||
glyphUnicode = NormalizedUnicodes[glyphUnicode];
|
|
||||||
|
|
||||||
canvasWidth += charWidth;
|
canvasWidth += charWidth;
|
||||||
}
|
}
|
||||||
current.x += x * textHScale2;
|
current.x += x * textHScale2;
|
||||||
|
Loading…
Reference in New Issue
Block a user