Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MrRio/jsPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed Sep 30, 2016
2 parents a1b28b5 + 4e7ae41 commit 15e4d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/context2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@

/**
* We cannot clear PDF commands that were already written to PDF, so we use white instead. <br />
* As a special case, read a special flag (_ignoreClearRect) and do nothing if it is set.
* This allows an calls to clearRect() to keep the canvas transparent.
* 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.
* @param x
* @param y
* @param w
Expand Down

0 comments on commit 15e4d9d

Please sign in to comment.