[svg-developers] Re: Things I'd program if I had the time

2008-10-27 Thread Helder Magalhães
+ An SVG viewer Java applet, which just checks whether Apache Batik [10] is available to use for displaying an SVG document, and if it isn't then it should direct the user to instructions for downloading Batik and adding its location to the class path[11]. The applet itself would be rather

Re: [svg-developers] Re: Things I'd program if I had the time

2008-10-27 Thread Jake Beard
One thing I've been curious about recently is whether Batik works on the Iced Tea JRE. This wouldn't affect the building of an applet viewer, but having the ability to bundle a JRE would be extremely important if one were to actually want to work on building a Batik-based SVG-viewer plugin. Jake

[svg-developers] Re: Things I'd program if I had the time

2008-10-27 Thread Helder Magalhães
One thing I've been curious about recently is whether Batik works on the Iced Tea JRE. Yes, this would be an interesting test to perform. :-) I may be able to get my hand into this particular idea in a near future: it seems that it's already available for ubuntu [1]: I'm currently waiting for

[svg-developers] Re: Things I'd program if I had the time

2008-10-27 Thread Frank Bruder
--- In svg-developers@yahoogroups.com, Jake Beard [EMAIL PROTECTED] wrote: I was going to hold off on posting this until it had gone through a few more iterations, but I am working on a script that transforms svg, either inline or embedded, into VML by leveraging dojox.gfx. The project