modern-canvas 0.7.6 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -5455,7 +5455,7 @@ class CanvasContext extends modernPath2d.Path2D {
5455
5455
  miterLimit: this.miterLimit ?? 10
5456
5456
  }
5457
5457
  });
5458
- this.reset();
5458
+ this.resetStatus();
5459
5459
  }
5460
5460
  fillRect(x, y, width, height) {
5461
5461
  this.rect(x, y, width, height).fill();