Browse Source

Merge pull request #2299 from ironymark/master

Cleared some unused code
Yury Delendik 13 years ago
parent
commit
ce9460113c
  1. 4
      src/canvas.js

4
src/canvas.js

@ -849,10 +849,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { @@ -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…
Cancel
Save