customized-fabric 1.3.8 → 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
|
}
|