naclcaleb / Draw

An online drawing program
https://naclcaleb.github.io/Draw/
GNU General Public License v3.0
4 stars 1 forks source link

Draws while changing options #19

Open DabaMcD opened 5 years ago

DabaMcD commented 5 years ago

Say you zoom in on a small part of the canvas. When you change the brush color, size, or opacity, it's drawing on the canvas right through the options panel!!

naclcaleb commented 5 years ago

Yea, I just need to add a clarification in the document mousemoved event listener. I don't have time to do that right now, but if you want to submit a PR that's fine.