Thanks Thomas,
I was using 1.6
I am going to try 1.7 if there is binaries ...
Could you try once more with 1.6 and let me know if that works ?
F.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Cc: <[email protected]>; "msb" <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2007 5:09 AM
Subject: Re: batik rasterizer bug ???
Hi Francoise,
Your example works for me with the 1.7 beta 1 release.
"msb" <[EMAIL PROTECTED]> wrote on 03/21/2007 11:03:04 PM:
Actually it seems that it is the stroke of the path element with
arcs which is not converted correctly
if I just fill it it works fine.
----- Original Message -----
From: msb
To: [email protected]
Sent: Wednesday, March 21, 2007 9:15 PM
Subject: batik rasterizer bug ???
Hi,
the SVG below fails to be converted in PDF
The arcs in the path element gets wrong points or parameters .....
It seems it has to do with the style attribute because when i remove
it the conversion works fine.
Can you confirm it is a Batik bug ???
Thanks
Francoise
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.
org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ccc "stroke-width:0.00010146;fill:none;stroke:black;">
]>
<svg version="1.1" id="svgAll" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" text-
rendering="optimizeSpeed" image-rendering="optimizeSpeed" shape-
rendering="optimizeSpeed" preserveAspectRatio="xMidYMid" stroke-
linecap="round" stroke-linejoin="round" fill-rule="evenodd" xml:
space="preserve" viewBox="-0.289424 -0.559485 0.577168 0.559485"
width="100%" height="100%" >
<g style="&ccc;">
<path d="M0.106537132,-0.170358849
A0.107042048,0.107042048 -0.16997327 0,0
-0.107546022,-0.16972375 " />
</g>
</svg>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]