Hey,
Has anyone used SVG with firefox? Using porable firefox 1.5, (freshly downloaded) this gives me weird results!
Both SVGs were created with InkScape, and are just plain (small) red triangles. The 'embed' version seems to work ok, but only the first 'object' triangle is displayed, and nothing after the 2nd - for example the word 'after' is never printed.
Has anyone got 'object' svgs to work in FF?
cheers, -kt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <p> Here's my triangle as an <embed>:<br /> <embed src="right_tri_20px.svg" width="20" height="20" type="image/svg+xml" /> <embed src="down_tri_20px.svg" width="20" height="20" type="image/svg+xml" /> </p> <p> Here's my triangle as an <object><br /> <object data="right_tri_20px.svg" width="20" height="20" type="image/svg+xml" /> <object data="down_tri_20px.svg" width="20" height="20" type="image/svg+xml" /> ***after*** </p> </html>
(non-removable corporate .sig follows) --
Please consider our environment before printing this email.
WARNING - This email and any attachments may be confidential. If received in error, please delete and inform us by return email. Because emails and attachments may be interfered with, may contain computer viruses or other defects and may not be successfully replicated on other systems, you must be cautious. Westpac cannot guarantee that what you receive is what we sent. If you have any doubts about the authenticity of an email by Westpac, please contact us immediately.
It is also important to check for viruses and defects before opening or using attachments. Westpac's liability is limited to resupplying any affected attachments.
This email and its attachments are not intended to constitute any form of financial advice or recommendation of, or an offer to buy or offer to sell, any security or other financial product. We recommend that you seek your own independent legal or financial advice before proceeding with any investment decision.
Westpac Institutional Bank is a division of Westpac Banking Corporation, a company registered in New South Wales in Australia under the Corporations Act 2001 (Cth). Westpac is authorised and regulated in the United Kingdom by the Financial Services Authority and is registered at Cardiff in the United Kingdom as Branch No. BR 106. Westpac operates in the United States of America as a federally chartered branch, regulated by the Office of the Comptroller of the Currency.
Westpac Banking Corporation ABN 33 007 457 141.
On Thu, Jan 05, 2006 at 01:06:24PM +1100, Kinsley Turner wrote:
Hey,
Has anyone used SVG with firefox? Using porable firefox 1.5, (freshly downloaded) this gives me weird results!
Both SVGs were created with InkScape, and are just plain (small) red triangles. The 'embed' version seems to work ok, but only the first 'object' triangle is displayed, and nothing after the 2nd - for example the word 'after' is never printed.
Has anyone got 'object' svgs to work in FF?
Yes, I've played with Inkscape SVG in Firefox 1.5 a good bit. I found that as long as things were converted to path (i.e., no rects or ellipses) it seemed to work ok.
Bryce
participants (2)
-
Bryce Harrington
-
Kinsley Turner