Skip to content

Commit

Permalink
Merge branch 'master' into features/node-section
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Nov 3, 2024
2 parents 18b9c4f + eb7305d commit d10de3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DocumentContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ class DocumentContext extends EventEmitter {
constructor() {
super();
this.pages = [];
this.pageMargins = undefined;
this.x = undefined;
this.availableWidth = undefined;
this.availableHeight = undefined;
this.page = -1;

this.snapshots = [];
Expand Down

0 comments on commit d10de3e

Please sign in to comment.