mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Merge branch 'release/v9.0.0' into feature/document-core-properties
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user