Thanks Jonathan, you're right - it's definitely the negative y- coordinate it doesn't like. It works if I modify the viewbox and image coordinates.
The reason for the viewbox having the negative y-value is because I use easting northing map coordinates inside it via a transfomation <g transform="matrix(1,0,0,-1,0,0)" id="polygonSet"> ... polygons with UK easting/northing points ... </g> Richard --- In [email protected], "~:'' ãããã¨ãã"ã ãã¾ããã" <[EMAIL PROTECTED]> wrote: > > Richard, > > wfm did you check the y="- > 260538 line? > > seems maybe it's an orphaned negative. > but this wasn't specific to Safari... > > regards > > Jonathan Chetwynd > Accessibility Consultant on Media Literacy and the Internet > > > > On 25 Oct 2007, at 09:27, richard_smith_ons wrote: > > <?xml version="1.0" encoding="UTF-8"?> > <svg xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink" > preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify"> > <svg x="10" y="97" id="thematicMap" height="480" width="600" > viewBox="403095 -260538 237076 189661" clip="auto" > overflow="hidden" preserveAspectRatio="xMidYMid meet" > xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify"> > <image > xlink:href="SP42003Elect_TS00527721288243.png" x="403095" y="- > 260538" width="237076" height="189661" visibility="visible" > id="background" fill-opacity="0.5"/> > </svg> > </svg> > ----- 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/

