cdig / svga

A framework for making interactive animations with SVG.
https://github.com/cdig/svga/wiki
MIT License
8 stars 2 forks source link

Pushbutton (control) loses stroke #176

Open iMcKelvie opened 1 year ago

iMcKelvie commented 1 year ago

Example: solenoid-circuit-instructors-guide

On mouseover, pushbuttons lose their stroke. The only way to get it back seems to be to mouseover, mouse down, and mouse up outside of the control.

Thought this might be due to Highlight, but in the example link, the "Both 1 & 2" pushbutton does not have a highlight associated with it, but still has this behaviour. I think I have noticed this in the past, but since controls are almost always paired with a highlight, wrote it off as a highlight bug I'd have to live with.