canvas-editor-engine 2.3.9 → 2.3.11

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2225,7 +2225,7 @@ var DrawAccumulator = function() {
2225
2225
  setTimeout((function() {
2226
2226
  _this.clearCanvas();
2227
2227
  _this.invokePaintersOnLayers();
2228
- }), 500);
2228
+ }), 0);
2229
2229
  };
2230
2230
  Object.defineProperty(DrawAccumulator.prototype, "gradient", {
2231
2231
  get: function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.3.9",
3
+ "version": "2.3.11",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",