Fix typo in canvas.js

Reseting -> Resetting
This commit is contained in:
Ikko Ashimine 2021-04-08 23:45:24 +09:00 committed by GitHub
parent 6429ccc002
commit c4c4333d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
},