nylen / d3-process-map

Web application to illustrate the relationships between objects in a process using d3.js.
MIT License
416 stars 196 forks source link

Blue highlight doesn't show on Firefox #11

Closed nylen closed 7 years ago

nylen commented 9 years ago

The combination of feColorMatrix and feGaussianBlur used to highlight the active object doesn't work on Firefox :(

Code: script.js#L159-L183

bfolberth commented 9 years ago

Anybody got a solution/workaround to this one?

nylen commented 9 years ago

@bfolberth I'd try removing one or both of those effects. No time to do it myself, unfortunately, but let me know if you're able to come up with something!