@meta2d/core 1.0.6 → 1.0.7

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.6",
3
+ "version": "1.0.7",
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",
@@ -4477,6 +4477,8 @@ var Canvas = /** @class */ (function () {
4477
4477
  this.patchFlagsLines.add(line);
4478
4478
  this.store.path2dMap.set(line, globalStore.path2dDraws[line.name](line));
4479
4479
  this.render();
4480
+ this.store.active[0].calculative &&
4481
+ (this.store.active[0].calculative.gradientAnimatePath = undefined);
4480
4482
  if (this.timer) {
4481
4483
  clearTimeout(this.timer);
4482
4484
  }