jakubfiala / atrament

A small JS library for beautiful drawing and handwriting on the HTML Canvas.
http://fiala.space/atrament/demo
MIT License
1.55k stars 116 forks source link

Erase does not work #47

Closed davidlr99 closed 4 years ago

davidlr99 commented 4 years ago

I tried to change the drawing mode tosketcher.mode = 'erase' - does not seem to work in the new version. Its also not working in your demo anymore: http://fiala.uk/atrament.js/demo/

jakubfiala commented 4 years ago

thanks for the heads up @davidlr99. I feel like I'm gonna have to write some tests at some point.. will fix the erase function in the next update ASAP.

jakubfiala commented 4 years ago

Hi @davidlr99 - this should now be fixed in v1.1.0. Feel free to reopen if you still encounter issues.