Merge branch 'release/v9.0.0' into feature/document-core-properties

This commit is contained in:
Eduard Belozertsev
2025-06-04 14:32:13 +07:00
126 changed files with 36983 additions and 29028 deletions

View File

@ -3846,6 +3846,13 @@
}
}
};
CBlipFill.prototype.createDuplicateNoRaster = function(transparent) {
let sId = this.RasterImageId;
this.RasterImageId = null;
let copy = this.createDuplicate();
this.RasterImageId = sId;
return copy;
};
//-----Effects-----
var EFFECT_TYPE_NONE = 0;