Merge pull request #13204 from eltociear/patch-2

Fix typo in canvas.js
This commit is contained in:
Tim van der Meij 2021-04-09 20:54:54 +02:00 committed by GitHub
commit bf7ae6f82a
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;
},