Skip to content

Commit

Permalink
Adds image and mask features, fixes clippath
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodhkp committed Aug 9, 2014
1 parent 6e4dd83 commit 458b69b
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 23 deletions.
4 changes: 3 additions & 1 deletion src/core/evaluator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading

0 comments on commit 458b69b

Please sign in to comment.