Fix some leftovers

This commit is contained in:
Vivien Nicolas 2011-06-21 03:05:28 +02:00
parent 10944be385
commit 8787e7cbe9

2
pdf.js
View File

@ -2532,7 +2532,7 @@ var CanvasGraphics = (function() {
} }
this.current.fontSize = size; this.current.fontSize = size;
this.ctx.font = this.current.fontSize +'px "' + fontName + '", Symbol'; this.ctx.font = this.current.fontSize +'px "' + fontName + '"';
}, },
setTextRenderingMode: function(mode) { setTextRenderingMode: function(mode) {
TODO("text rendering mode"); TODO("text rendering mode");