cuSTEMized / Connect-The-Dots-Generator

Generate connect the dots game from an SVG image
http://custemized.github.io/Connect-The-Dots-Generator/
MIT License
33 stars 16 forks source link

Bug/path stroke #4

Closed janet-yu closed 5 years ago

janet-yu commented 5 years ago

Fixed bug where selected paths would remain red even when deselected. Added 'active-stroke' class which activates the red stroke on whatever path is selected, when the path is deselected, the 'active-stroke' class is removed.