Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Unsupported object syntax is unsupported #320

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a simple html page with following markup in it. 

<object data="SVG/aa.svg" type="image/svg+xml" width="200px" 
height="200px" >

2. Browse the Page and note that the SVG's are not displayed on the page 
at all.

3. Check through fiddler, and it shows that the SVG files were correctly 
served by the server, but still no rendering of SVG's.

What is the expected output? What do you see instead?

Should render and display the SVG images.

What version of the product are you using? On what operating system,
browser, and version of Flash?

Windows 7, Firefox 3.5.3, (Don't think that firefox needs Flash to display 
SVG).

Please provide any additional information below. Reduced test cases are
always appreciated!

Original issue reported on code.google.com by kingofal...@gmail.com on 21 Sep 2009 at 3:25

GoogleCodeExporter commented 8 years ago
Thanks for your interest. SVG Web requires a specific object syntax.
You can find that information and more in this document:
http://codinginparadise.org/projects/svgweb/docs/UserManual.html

Original comment by grick23@gmail.com on 27 Sep 2009 at 10:57