canvas-editor-engine 1.0.43 → 1.0.45
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ class DrawService {
|
|
12
12
|
}
|
13
13
|
static drawSmoothImage(useStore, options, filterOptions) {
|
14
14
|
const filterArgs = DrawService.getFilterArgs(useStore, options);
|
15
|
-
this.scImage.
|
15
|
+
this.scImage.vague(filterArgs, filterOptions);
|
16
16
|
}
|
17
17
|
static getFilterArgs(useStore, options) {
|
18
18
|
let filterArgs;
|