Letractively / svgweb

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

Support SVG files in IMG tag #381

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. support: <img src="file.svg" />
2. support  <input type="image" src="file.svg"/>
3. and others tags that have src parameter for an image, including css

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

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

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

Original issue reported on code.google.com by cesarche...@gmail.com on 4 Nov 2009 at 3:12

GoogleCodeExporter commented 8 years ago
This would include possibly patching in support on FF/Native, since FF doesn't 
yet
support SVG in images.

Original comment by bradneub...@gmail.com on 4 Nov 2009 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 4 Nov 2009 at 6:35

GoogleCodeExporter commented 8 years ago
Changing this bug to only support SVG in the IMG tag, rather than in external 
CSS
(such as in backgrounds) which I suspect we will never support for a variety of
reasons (performance, complexity, etc.)

Original comment by bradneub...@gmail.com on 4 Nov 2009 at 6:38

GoogleCodeExporter commented 8 years ago
note that it is important to support <input type="image" src="file.svg"/> to 
permit 
that web applications using webforms also use svg  

Original comment by cesarche...@gmail.com on 4 Nov 2009 at 11:03

GoogleCodeExporter commented 8 years ago
Interesting about the INPUT SVG support; what browsers currently natively 
support
that already?

Original comment by bradneub...@gmail.com on 4 Nov 2009 at 6:39

GoogleCodeExporter commented 8 years ago
I don't know what browsers suport it. 

I never use svg in my job because not all browsers support svg (AKA IE) or their
implementations differs or is buggy (FF 3.5 70% / Opera 10 94 % / Webkit 60%). 

But I believe that svgweb can be better than native svg and unify this.

And if this feature works fine (input type=image / img tag) I can convert tons 
of web
applications deployed by me in some corporations to use svgweb. 

Also svgweb will encourage native browsers to make this too if svgweb support 
this
feature.

Original comment by cesarche...@gmail.com on 6 Nov 2009 at 3:01

GoogleCodeExporter commented 8 years ago
I would love to see this!

Original comment by denr...@gmail.com on 8 Dec 2009 at 11:13

GoogleCodeExporter commented 8 years ago
Issue 390 has been merged into this issue.

Original comment by grick23@gmail.com on 10 Jun 2010 at 4:11