Skip to content

Commit 3a32ca7

Browse files
Merge pull request #20682 from Snuffleupagus/CanvasGraphics-rm-unused-props
Remove unused `CanvasGraphics` properties (PR 700 follow-up)
2 parents cfc93e2 + 336cda0 commit 3a32ca7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/display/canvas.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,6 @@ class CanvasGraphics {
667667
this.stateStack = [];
668668
this.pendingClip = null;
669669
this.pendingEOFill = false;
670-
this.res = null;
671-
this.xobjs = null;
672670
this.commonObjs = commonObjs;
673671
this.objs = objs;
674672
this.canvasFactory = canvasFactory;

0 commit comments

Comments
 (0)