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:
parent
7e3bbccaae
commit
89afa69395
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ var WorkerPDFDoc = (function() {
|
|||
|
||||
this.pageCache = [];
|
||||
|
||||
var useWorker = false;
|
||||
var useWorker = true;
|
||||
|
||||
if (useWorker) {
|
||||
var worker = new Worker("../worker/boot.js");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue