[bug] fix bug 78571

This commit is contained in:
Sergey Luzyanin
2025-11-19 18:01:09 +03:00
parent 3acde964d3
commit cd41831335

View File

@ -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"));
}