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 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
You can’t perform that action at this time.
0 commit comments