Skip to content

[BUG] addImage() with uppercase path prop causes "needs to repair presentation" in Windows and MacOS #860

@mamodo123

Description

@mamodo123

Version: 3.3.1 from CDN

Hello. I'm trying to create a presentation only with images. When I open it in linux, it's ok, but in windows and macOs the presentation needs to be repaired. all images are added by they base64 url, like this:

slide.addImage({ path: item.toDataURL(), x: xPosition + padding, y: (defaultSize[1] - ppHeight) / 2, w: ppWidth, h: ppHeight });

the broken image is always one of two images in a single page.

image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions