I thought about using lib-gwt-svg, but it seemed like a bit of overkill for 
just half a dozen images.  And even with that I would still need to make 
a separate version for IE correct?



On Tuesday, June 26, 2012 7:32:16 AM UTC-7, Joseph Lust wrote:
>
> 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/-/Zgizhcy6mkAJ.
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