Closed natevw closed 12 years ago
Using the tricksy DOM hit testing thing to find which SVG element is under the mouse does not seem to be working in Firefox.
(this was just an issue where FF didn't like the CSSStyleDeclaration.setProperty call with only two arguments — just needed to pass null for priority to fix)
null
Using the tricksy DOM hit testing thing to find which SVG element is under the mouse does not seem to be working in Firefox.