Hi wolnic,

> Any suggestions why the image don't work with batik 1.7 ?

I tried with Batik 1.8 trunk version and here are some hints:
 * attempt to prototype things is apparently confusing Rhino
(Javascript engine);
 * window.* methods (like innerWidth/Height) are not supported and
therefore lead to NaN;
 * "inherited" is not a valid value for visibility (found twice,
should be "inherit");
 * SVGRoot.style.cursor = "move" doesn't work, although
SVGRoot.setAttribute("style", "cursor:move") is equivalent and works.

You can have further feedback by taking a look at the Java console or
by running Batik from the console.


> Thanks.

Hope this helps,
 Helder

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to