The error still persists even after I changed the
width to 1.
Swapan.
--- Keiron Liddle <[EMAIL PROTECTED]> wrote:
>
> >
> > > stroke="#00" stroke-
> > width="0.5" />
>
> IIRC It is probably an error caused by this line
> being 0.5 width. In PDF lines can
> only be whole numbers and it
>
> stroke="#00" stroke-
> width="0.5" />
IIRC It is probably an error caused by this line being 0.5 width. In PDF lines can
only be whole numbers and it might wrongly be inserting 0.5 in the PDF causing
the error.
Try making it width 1.
If you need a 0.5 width line it can be scaled.
-
Hi All,
I have written a small svg document and embedding this
svg
document in an FO document to covert to pdf. I guess
the FOP
completely depends on batik for SVG2PDF conversion.
When I try to
open the resulting pdf, it says wrong operand type.
Can anybody help ?
Thanks in advance,
Swapan.
h