Get Type3 fonts working again.

This commit is contained in:
Julian Viereck 2011-10-08 22:35:35 +02:00
parent be73cb4f42
commit 4e3f0e7463
2 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@
'use strict';
// Set this to true if you want to use workers.
var useWorker = true;
var useWorker = false;
var WorkerPage = (function() {
function constructor(workerPDF, page, objs) {