customized-fabric 1.3.7 → 1.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -233,7 +233,9 @@ const ImagePlaceholderClass = fabric_1.fabric.util.createClass(fabric_1.fabric.G
233
233
  originX: "center",
234
234
  originY: "center",
235
235
  clipPath: mask,
236
+ filters: this.imageFilters ?? [],
236
237
  });
238
+ loadedImage.applyFilters();
237
239
  return loadedImage;
238
240
  }
239
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",