Merge pull request #20682 from Snuffleupagus/CanvasGraphics-rm-unused-props

Remove unused `CanvasGraphics` properties (PR 700 follow-up)
This commit is contained in:
Jonas Jenwald 2026-02-17 22:38:33 +01:00 committed by GitHub
commit 3a32ca7e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -667,8 +667,6 @@ class CanvasGraphics {
this.stateStack = [];
this.pendingClip = null;
this.pendingEOFill = false;
this.res = null;
this.xobjs = null;
this.commonObjs = commonObjs;
this.objs = objs;
this.canvasFactory = canvasFactory;