:-) Final resolution
after this code
SVGGraphics2D svgGenerator = new SVGGraphics2D(mapDoc);
Element root = mapDoc.getDocumentElement();
svgGenerator.getRoot(root);
the attribute stroke of svg root tag has black as default value, which is
taken as default for the rest of the document.
I just added this:
root.setAttribute("stroke","none");
and everything get generated fine.
hope it will be useful to other people ;-)
ciao MrPatol
--
View this message in context:
http://www.nabble.com/avoid-extra-borders-tf1930768.html#a5302780
Sent from the Batik - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]