mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix typo in canvas.js
Reseting -> Resetting
This commit is contained in:
parent
6429ccc002
commit
c4c4333d54
1 changed files with 1 additions and 1 deletions
|
@ -2226,7 +2226,7 @@ const CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
this.groupStack.push(currentCtx);
|
||||
this.groupLevel++;
|
||||
|
||||
// Reseting mask state, masks will be applied on restore of the group.
|
||||
// Resetting mask state, masks will be applied on restore of the group.
|
||||
this.current.activeSMask = null;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue