Fix rendering of fonts on Firefox + turn worker on again.

Seems like Gecko requires the fontName to start with a character, not a number.
This commit is contained in:
Julian Viereck 2011-09-08 09:46:01 -07:00
parent 7e3bbccaae
commit 89afa69395
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ var WorkerPDFDoc = (function() {
this.pageCache = [];
var useWorker = false;
var useWorker = true;
if (useWorker) {
var worker = new Worker("../worker/boot.js");