Merge pull request #4736 from Snuffleupagus/glyph-accent-buildPath

Build paths for glyph accents when drawing text as curves
This commit is contained in:
Yury Delendik 2014-05-14 07:40:50 -05:00
commit 048c6d99f1
5 changed files with 26 additions and 6 deletions

View file

@ -1253,7 +1253,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
}
},
paintChar: function (character, x, y) {
paintChar: function CanvasGraphics_paintChar(character, x, y) {
var ctx = this.ctx;
var current = this.current;
var font = current.font;