customized-fabric 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -238,7 +238,7 @@ const ImagePlaceholderClass = fabric_1.fabric.util.createClass(fabric_1.fabric.G
238
238
  originX: "center",
239
239
  originY: "center",
240
240
  clipPath: mask,
241
- filters: color && type
241
+ filters: type
242
242
  ? (0, utils_1.getImageFilters)(type, { color })
243
243
  : this.imageFilters,
244
244
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",