--- In [email protected], "tony_ser" <[EMAIL PROTECTED]> wrote: > > Thanks! > double minus and font-size are fixed. Also tried Batik. > > http://www.sfu.ca/~jkk/svg/Untitled.svg > > Anyone has idea why the image does not align ? > And the tank seems dark in Firefox. > > Tony >
The first thing I would do is visit the w3.org validator to check that the image is obeying all the intitial rules, as it makes no sence to chase down something that might go away by simply validating I'm not to keen on the "pt" in the width/height in the SVG tag and would rather see "px" as that context is more likely to be consistantly rendered. I'm not sure if I buy into the nested SVG elements as I would thing they would do better as <g> Probably the second thing I would reccomend is to figure out how to use a <defs> node so that you can define gradients and such in a single instance in <defs> and simply reference them as opposed to always having to repeat them. The def/use thing allows your page to be smaller and helps the logic issues stand out. ----- 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/

