Agriya Dev5 2021-05-25 16:05:00 +05:30
commit 70cfe40078
1 changed files with 2 additions and 2 deletions

View File

@ -553,9 +553,9 @@ export const pushGroupProperty = function (g, undoable) {
}
if (gattrs.filter) {
let cblur = this.getBlur(elem);
let cblur = elementContext_.getCanvas().getBlur(elem);
const origCblur = cblur;
if (!gblur) { gblur = this.getBlur(g); }
if (!gblur) { gblur = elementContext_.getCanvas().getBlur(g); }
if (cblur) {
// Is this formula correct?
cblur = Number(gblur) + Number(cblur);