@meta2d/core 1.0.79 → 1.0.80

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meta2d/core",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "description": "@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -3259,6 +3259,7 @@ export class Canvas {
3259
3259
  else if (!pen.height) {
3260
3260
  pen.width = this.width;
3261
3261
  }
3262
+ this.updatePenRect(pen);
3262
3263
  }
3263
3264
  calcInView(pen);
3264
3265
  }