Wednesday, August 20, 2014

Re: render a SVG graphic as bitmap?

Hi,
You can use Apache Batik library and write a servlet that renders raster images from SVG files and serves them over http.

Apache Batik is not uptaded since long time, but we use it successfully by some years to renders maps stored on the server in SVG format.

Regards,
Cristiano



Il domenica 17 agosto 2014, Jens <jens.nehlmeier@gmail.com> ha scritto:
Just don't support IE 8 and be happy http://caniuse.com/#search=svg

Other than that you would either use a graphics tool to export svg to jpg/png and fixed resolutions and let the client decide which to use or let the server convert it if you don't have any fixed resolutions.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment