embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

images not loading in Safari #65

Closed vaneavasco closed 2 years ago

vaneavasco commented 4 years ago

Sometimes a flash of that image can be seen then the canvas becomes blank again, but in about 90% of cases the image is not displayed.

This issue is present in even in /demo ( https://embiem.github.io/react-canvas-draw/ )

I think the problem is in handleCanvasResize, if you have any ideas...