mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
[bug] fix bug 78571
This commit is contained in:
@ -6896,7 +6896,9 @@ function (window, undefined) {
|
||||
}
|
||||
else if (this.imageBackground) {
|
||||
oApi.ImageLoader.map_image_index[this.imageBackgroundUrl] = {
|
||||
Image: this.imageBackground, Status: AscFonts.ImageLoadStatus.Complete
|
||||
Image: this.imageBackground,
|
||||
Status: AscFonts.ImageLoadStatus.Complete,
|
||||
src: this.imageBackground.src
|
||||
};
|
||||
oShape.spPr.setFill(AscFormat.builder_CreateBlipFill(this.imageBackgroundUrl, "stretch"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user