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

Fix image issues on canvas resize. #66

Closed vaneavasco closed 4 years ago

vaneavasco commented 4 years ago

Both the grid and the image are drawn on the same canvas (grid), on resize the grid was redrawn but the image wasn't.

This should solve "images not loading in Safari #65"

embiem commented 4 years ago

Thanks a lot, sorry this took so long.