There was an error while loading. Please reload this page.
1 parent c1dcb87 commit 4e7ae41Copy full SHA for 4e7ae41
1 file changed
plugins/context2d.js
@@ -66,9 +66,9 @@
66
67
/**
68
* 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.
+ * As a special case, read a special flag (ignoreClearRect) and do nothing if it is set.
+ * This results in all calls to clearRect() to do nothing, and keep the canvas transparent.
+ * This flag is stored in the save/restore context and is managed the same way as other drawing states.
72
* @param x
73
* @param y
74
* @param w
0 commit comments