score:1

the same thing was happening to me with an svg generated by snapsvg until i noted that the example page on which this does work wraps its 'main' svg tag in another svg tag before using el.ownersvgelement.ownersvgelement rather than el.ownersvgelement.

wrapping my svg in an 'empty' wrapper svg (note style overflow:visible;) i had much better results!

edit: oh, wait. internet explorer still isn't happy. seems the author of the solution is aware...


Related Query

More Query from same tag