David Eppstein wrote:
With Batik 1.5 (both squiggle and rasterizer, binary download, under OS X 10.2.6), I am getting inconsistent results when I use SVG code like the following:
<g ... stroke-dasharray="2,4">
<line ... />
</g>


Specifically, lines with different slopes within the same <g> group are shown with very different visual appearances, some looking like what I want, some as if I had done other dasharrays ranging in appearance from "2,1" to "4,2". I.e., I get dashes that are too tightly spaced, dashes that are too long, etc.

Well the Java rendering engine in Mac OS is pretty divergent from the rendering engine on Windows and other UNIX systems, so this may be a Mac specific problem. Can you provide sample content that shows the problem?

Is this a known bug?
Is there any workaround?

Probably not, Stroking/Dashing is all handled by native Java classes. We just provide the SVG stroke information to them.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to