mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Build paths for glyph accents when drawing text as curves
This commit is contained in:
parent
44cd0f4a76
commit
b907e15a90
5 changed files with 26 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue