Thanks Andreas! The other solutions I found are: 1. Make sure nothing in the nested SVG extends beyond the viewbox. 2. Clip anything to the viewbox extent. Solution 2 does not help Batik but does work in Firefox 2. Bruce
--- In [email protected], "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > I ran into the same problems. Unfortunately this issue isn't specified in SVG. As a > temporary workaround until this is solved, I recommend placing invisible rectangles as a > "mask" above the main map. These rectangles can have a fill and stroke of none and a > pointer-events attribute set to fill. > > I also raised an issue about that with the SVG working group to have it specified in SVG 1.2 > full. Maybe we can convince the Firefox/Batik developers to adopt their behavior before > this is fully specified. > > Andreas > > --- In [email protected], "brucerindahl" <rindahl@> wrote: > > > > I have an interactive svg display based on the map interfaces > > developed at carto.net. There is a reference map in the display that > > uses an svg tag within the main svg document. Some browsers are > > having trouble with it. If you mouse over the image under the > > "Location Map", the text coordinates change to show the mouse coordinates. > > The problem is some browsers think the reference svg is much larger > > than it is. Those browsers will keep tracking the mouse outside of > > the limits of the image - even blocking the ability to interact with > > the check boxes. Here is the current score: > > > > Correct rendering: > > IE/ASV > > Opera (9.02) > > Minefield > > > > Incorrect rendering: > > Batik > > Firefox 2 (RC1) > > Inkscape > > > > If you edit the svg file in Inkscape you can really see the issue - > > the map is much larger than it should be. > > > > The file is at: > > http://www.lrcwe-data.com/rainfall2.svg > > > > Any ideas? Should I file bug reports? > > > > Thanks > > Bruce Rindahl > > > ----- 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/

