[svg-developers] Re: Click through the transparent part of an SVG element

2008-11-30 Thread Vladimir Agafonkin
The problem with this is that g elements should be put into one SVG root which should have a defined viewBox to be displayed. And I want paths to be completely independent (each with its own viewBox). --- In svg-developers@yahoogroups.com, Luis Vielva [EMAIL PROTECTED] Perhaps you could use g

[svg-developers] Click through the transparent part of an SVG element

2008-11-27 Thread Vladimir Agafonkin
Hi guys! I'm implementing a mapping library (somehow similar to Google Maps) and have a very frustrating problem with SVG - if I have several independent SVG elements on an HTML page and one covers a part of the other, shapes in that part don't receive click events. It behaves like this in FF3