Ethan Henry wrote:
>
> Gerry Giese wrote:
> > That reminds me, has anyone done any work with Java and SVG together?
>
> Yeah, there's a Graphics2D subclass somewhere out there that outputs
> SVG. Search on java.sun.com or just sun.com - I've seen it somewhere.
You can download the SVGGraphics2D SVG generator from
http://www.sun.com/xml. This is an implementation of Graphics2D that
can generate SVG. On this page, you will also find a number of papers
and demo software about SVG.
There are a number of Java 2D / SVG efforts in the works. For example,
you can check: http://www-sop.inria.fr/koala/jackaroo/
and: http://sis.cmis.csiro.au/svg/.
SVG and Java 2D are really great complements. If you are curious about
SVG, you can get more details at:
http://www.w3.org/Graphics/SVG.
Vincent Hardy
XML Technology Center, SVG
Sun Microsystems.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".