naclcaleb / Draw

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

Starts to lag when undoing a long stroke #5

Closed naclcaleb closed 5 years ago

naclcaleb commented 5 years ago

If you make a long stroke, especially with the "netted" or "sketchy" brushes, the program will lag while you're trying to undo them.

naclcaleb commented 5 years ago

I fixed this by making each stroke render itself when necessary. I have yet to see any problems caused by this.