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 and Opera9 but surprisingly works fine in Safari 3.
Here's a simple test case to demostrate what I mean: http://agafonkin.com/files/etc/svgbug.html (try clicking the red path) Because of this problem I was forced to reimplement vector functionality in my library so that all paths have one root SVG element, but calculating shared viewBox is very inconvenient, besides on high zoom levels this viewBox can become too big and it stops rendering completely after some point. I would appreciate any help on the matter. Thanks a lot in advance! ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

