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.mjs CHANGED
@@ -5449,7 +5449,7 @@ class CanvasContext extends Path2D {
5449
5449
  miterLimit: this.miterLimit ?? 10
5450
5450
  }
5451
5451
  });
5452
- this.reset();
5452
+ this.resetStatus();
5453
5453
  }
5454
5454
  fillRect(x, y, width, height) {
5455
5455
  this.rect(x, y, width, height).fill();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-canvas",
3
3
  "type": "module",
4
- "version": "0.7.6",
4
+ "version": "0.7.8",
5
5
  "packageManager": "pnpm@9.15.1",
6
6
  "description": "A JavaScript WebGL rendering engine.",
7
7
  "author": "wxm",
@@ -71,14 +71,14 @@
71
71
  "earcut": "^3.0.2",
72
72
  "modern-font": "^0.4.1",
73
73
  "modern-idoc": "^0.8.6",
74
- "modern-path2d": "^1.4.5",
75
- "modern-text": "^1.7.2",
74
+ "modern-path2d": "^1.4.7",
75
+ "modern-text": "^1.7.3",
76
76
  "yoga-layout": "^3.2.1"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@antfu/eslint-config": "^4.17.0",
80
80
  "@types/earcut": "^3.0.0",
81
- "@types/node": "^24.0.14",
81
+ "@types/node": "^24.1.0",
82
82
  "bumpp": "^10.2.0",
83
83
  "conventional-changelog-cli": "^5.0.0",
84
84
  "eslint": "^9.31.0",