@meta2d/core 1.0.5 → 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.5",
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
  }
@@ -5109,7 +5111,6 @@ var Canvas = /** @class */ (function () {
5109
5111
  }
5110
5112
  dels.forEach(function (pen) {
5111
5113
  _this.store.animates.delete(pen);
5112
- _this.store.animateMap.delete(pen);
5113
5114
  });
5114
5115
  _this.render(false);
5115
5116
  _this.animateRendering = false;