muaz-khan / Canvas-Designer

Collaborative, extendable, JavaScript Canvas2D drawing tool, supports dozens of builtin tools, as well as generates JavaScript code for 2D animations.
https://www.webrtc-experiment.com/Canvas-Designer/
MIT License
368 stars 171 forks source link

Fixed Undo bug with pencil and marker #68

Closed ghost closed 4 years ago

ghost commented 4 years ago

The undo function with pencil and marker was not working as we have lots of points of the pencil and array so i just trim the array upto the last section of (start and end) in the points array