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:
|
241
|
+
filters: type
|
242
242
|
? (0, utils_1.getImageFilters)(type, { color })
|
243
243
|
: this.imageFilters,
|
244
244
|
});
|