1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Adds image and mask features, fixes clippath

This commit is contained in:
pramodhkp 2014-08-07 22:00:48 +05:30
parent 6e4dd83a4d
commit 458b69b649
2 changed files with 291 additions and 22 deletions

View file

@ -1857,7 +1857,9 @@ var OperatorList = (function OperatorListClosure() {
},
flush: function(lastChunk) {
new QueueOptimizer().optimize(this);
if (this.intent !== 'oplist') {
new QueueOptimizer().optimize(this);
}
var transfers = getTransfers(this);
this.messageHandler.send('RenderPageChunk', {
operatorList: {