First, you don't need to set custom MIME tags for SVG in you resources. 
Just use the 
SVGResource<http://www.vectomatic.org/mvn-sites/lib-gwt-svg/apidocs/org/vectomatic/dom/svg/ui/SVGResource.html>type
 and lib-gwt-svg. It has worked quite well for my projects and even has 
an async loader, 
ExternalSVGResource<http://www.vectomatic.org/mvn-sites/lib-gwt-svg/apidocs/org/vectomatic/dom/svg/ui/ExternalSVGResource.html>
 useful 
for splitting out larger SVG's. It is a pure GWT library, so no extra JS is 
loaded.

As for supporting IE, have you considered using 
Raphael4GWT<http://code.google.com/p/raphael4gwt/>to convert your SVG into VML 
so that it displays in IE? It seems like the 
simplest solution to just use the same SVG files everywhere.

I hope that helps.

Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_ooHLoz8PXMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to