File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
67
67
/**
68
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.
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.
72
72
* @param x
73
73
* @param y
74
74
* @param w
You can’t perform that action at this time.
0 commit comments