modern-canvas 0.13.3 → 0.13.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3974,7 +3974,7 @@ class mo extends bt {
3974
3974
  indices: a,
3975
3975
  lineStyle: i.lineStyle,
3976
3976
  flipAlignment: !1,
3977
- closed: !0
3977
+ closed: !1
3978
3978
  }), i.texture && this.buildUvs(0, o, n, i.texture, i.uvTransform), e.push({
3979
3979
  vertices: new Float32Array(o),
3980
3980
  indices: new Float32Array(a),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-canvas",
3
3
  "type": "module",
4
- "version": "0.13.3",
4
+ "version": "0.13.4",
5
5
  "packageManager": "pnpm@10.19.0",
6
6
  "description": "A JavaScript WebGL rendering engine. only the ESM.",
7
7
  "author": "wxm",