Hi,
> BTW: I'm using Java 1.5 to build.
If you are using 1.5 try to set the compiler option source to 1.4,
hopefully it solve your problem.
Regards
Tonny Kohar
--
Sketsa
SVG Graphics Editor
http://www.kiyut.com
-
To unsubs
Hi Marcel,
Thomas DeWeese wrote:
I would dynamically create a little SVG snippet:
Marcel Ruff wrote:
My stupid question: How is this 'dynamically' created (java code?)?
Can you provide an example?
Sure here is a mid-winter reading assignment.
http://xml.apache.org/batik/domapi.html#b
Denis Bohm wrote:
I downloaded the Batik source code and am getting a lot of compile
errors. For example, in StaticRenderer:
C:\xml-batik\sources\org\apache\batik\gvt\renderer\StaticRenderer.java:156:
cannot find symbol
symbol : constructor RenderingHints(java.awt.RenderingHints)
location: cla
Oh, I see. In Java 1.5 the RenderingHints constructor takes a
Map arg, not just a Map. Is there a plan to move
batik to Java 1.5 at some point?
By compiling in JDK 1.4 compat mode, I assume you mean using "javac
-source 1.4"? That seems to take care of the above issue, but the DOM3
issue re