Masth0 / ScratchCard

ScratchCard is a js lib to simulated a scratchcard in browser with html5 and canvas.
MIT License
153 stars 49 forks source link

Update Brush to also allow Cross-Origin images. #8

Closed mabstorm closed 5 years ago

mabstorm commented 5 years ago

Chrome and Firefox now give an error when setting the Brush to a cross origin image. Copied your code over from util.js that sets the .crossOrigin property which should fix the issue.

Masth0 commented 5 years ago

i will check this soon