Incrementally render by sending the operator list by chunks as they're ready.

This commit is contained in:
Brendan Dahl 2013-07-31 11:17:36 -07:00
parent f7d2a09bf8
commit bf72bc94e2
11 changed files with 641 additions and 789 deletions

View file

@ -670,7 +670,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
this.setFlatness(value);
break;
case 'Font':
this.setFont(state[1], state[2]);
this.setFont(value[0], value[1]);
break;
case 'CA':
this.current.strokeAlpha = state[1];