>>>>> "JC" == Jean-Christophe Rioux <[EMAIL PROTECTED]> writes:
JC> Find attached to this messages screen shots of a SVG as displayed
JC> by Batik and by Adobe plugin. Notice the lost of definition
JC> resulting from the zoom out in Batik. Does there is any way to
JC> correct this situation.
The problem is that your lines are so thin at that resolution that
they don't cover much of a pixel so they show up as very light. You
can make the lines a bit better by adding, the following to the style
attribute for the outermost SVG element:
shape-rendering:crisp-edges
However this will make the lines 'jagged'.
My personal suggestion is to beef up the line weight a bit. At the
resolution you are rendering your image at those lines are 1/25th of a
pixel wide! it's no wonder some of them "disappear".
I hope this helps a bit.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]