--- In [email protected], "tony_ser" <[EMAIL PROTECTED]> wrote: > > Sorry about the Opera version, the browse told me I was using the > latest. Until I check the opera site.... > > Anyway, appreciate if you guys could tell me what is wrong with the > following svg. > > http://www.sfu.ca/~jkk/svg/Untitled.svg > > It is generated so may contain more attributes than necessary. Also > heavily on viewBox. I need to keep those viewBox coordinates since > there will be javascript modifying the attributes in generic way. > > Compare with ASV. > Firefox: > The "OFF" text is tiny. > The inner image does not align with the bigger image. > > Opera: > The inner image does not align with the bigger image. > The text is missing. > The whole red pump is missing. > > This is only a simplified sample. > > Thanks! > Tony > > --- In [email protected], "brucerindahl" <rindahl@> wrote: > > > > --- In [email protected], "pilatfr" <pilat@> wrote: > > > > > > --- In [email protected], "tony_ser" <tser@> wrote: > > > > > > > > Well, you just show me examples to highlight the xbrowser SVG > > > > incompatibility. > > > > > > > > http://www.geofoto.ch/geophotomap/ does not work on Opera 9.8031 > > > > http://www.carto.net/williams/yosemite/ take forever to load (Sean > > > > also mention that) > > > > > > These two links run perfectly in Opera 9.10 Révision 8649 ! > > > And with same rapidity as with IE7 + Adobe plugin ... > > > > > > Michel > > > > > > PS IE6 + Adobe plugin remain best for rapidity ... > > > > and the speed is about the same in Minefield (FF 3 alpha). > > > > Bruce > > >
Tony Please start a new tread with this. A quick spot check shows a few things. I don't know what font-weight:400 means. Try font-weight:bold or something similar. On the same line change font-size:320 to font-size:320pt. See: http://jwatt.org/svg/authoring/ for a great reference on working with Mozilla and why they did what they did. Finally search for "translate(--" in the file. Mozilla doesn't like this at all - change to the obvious "translate(-". This will get most of your file rendering in three browsers but still still with some problems. The other issues need to be discussed on another thread. The may be bugs - they may your code. At this point you will get a lot of help from people with far more talent than me. Trust me on this. Please try to get this working on the three browsers. It is much easier after the first one - I have been there. 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/

