I am trying to highlight the SVG element on hover as glowing element.
I know we can use it using filters.
But, I wonder is there any easier way to achieve that by using CSS or JavaScript or JQuery
I know following code works on Chrome:
-webkit-svg-shadow: 0 0 7px red;
But I cannot rely on this code as it doesnt work on Safari or Firefox.
Any ideas/suggestions?