Skip to content

Commit 15e4d9d

Browse files
committed
Merge branch 'master' of https://github.com/MrRio/jsPDF
2 parents a1b28b5 + 4e7ae41 commit 15e4d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/context2d.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666

6767
/**
6868
* We cannot clear PDF commands that were already written to PDF, so we use white instead. <br />
69-
* As a special case, read a special flag (_ignoreClearRect) and do nothing if it is set.
70-
* This allows an calls to clearRect() to keep the canvas transparent.
71-
* This flag is stored in the save/restore context can managed in the same way as other drawing states.
69+
* As a special case, read a special flag (ignoreClearRect) and do nothing if it is set.
70+
* This results in all calls to clearRect() to do nothing, and keep the canvas transparent.
71+
* This flag is stored in the save/restore context and is managed the same way as other drawing states.
7272
* @param x
7373
* @param y
7474
* @param w

0 commit comments

Comments
 (0)