Build paths for glyph accents when drawing text as curves

This commit is contained in:
Jonas Jenwald 2014-05-03 17:28:30 +02:00
parent 44cd0f4a76
commit b907e15a90
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;