You could wrap them up as a TextResource in your ClientBundle and inject them into the page, but Android 1-3's Browser doesn't support SVG, nor do IE versions prior to 9.
On Thursday, April 19, 2012 12:38:54 PM UTC-5, Evan Ruff wrote: > > Joe, > > SVG would be awesome if my sources were vectors. By the time the images > have gotten to me, they're bitmaps. > > Does GWT support SVG in client bundles? > > Thanks, > > E > > On Tuesday, April 17, 2012 10:21:31 PM UTC-4, Joseph Lust wrote: >> >> Note quite what you're looking for, but why not use SVG for many of these >> graphics? In most cases the result will be smaller than a png and you will >> no longer need to worry about resolution creep. This is what we used for >> our ipad app. >> >> Joe >> > -- 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/-/UGykNimw700J. 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.
