@ -1422,6 +1425,7 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -1422,6 +1425,7 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
this.operatorList=operatorList;
this.pageNumber=pageNumber;
this.canvasFactory=canvasFactory;
this.webGLContext=webGLContext;
this.running=false;
this.graphicsReadyCallback=null;
this.graphicsReady=false;
@ -1451,7 +1455,7 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -1451,7 +1455,7 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@ -1526,8 +1530,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -1526,8 +1530,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@ -23,8 +23,6 @@ var _util = require('../shared/util');
@@ -23,8 +23,6 @@ var _util = require('../shared/util');
var_pattern_helper=require('./pattern_helper');
var_webgl=require('./webgl');
varMIN_FONT_SIZE=16;
varMAX_FONT_SIZE=100;
varMAX_GROUP_SIZE=4096;
@ -321,7 +319,7 @@ var CanvasExtraState = function CanvasExtraStateClosure() {
@@ -321,7 +319,7 @@ var CanvasExtraState = function CanvasExtraStateClosure() {
@ -332,6 +330,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -332,6 +330,7 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
this.commonObjs=commonObjs;
this.objs=objs;
this.canvasFactory=canvasFactory;
this.webGLContext=webGLContext;
this.imageLayer=imageLayer;
this.groupStack=[];
this.processingType3=null;
@ -552,15 +551,19 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@@ -552,15 +551,19 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
@ -162,7 +160,7 @@ var createMeshCanvas = function createMeshCanvasClosure() {
@@ -162,7 +160,7 @@ var createMeshCanvas = function createMeshCanvasClosure() {
@ -185,8 +183,14 @@ var createMeshCanvas = function createMeshCanvasClosure() {
@@ -185,8 +183,14 @@ var createMeshCanvas = function createMeshCanvasClosure() {