> <!-- If I remove this line, everything seems to work
> fine -->
> <svg:line x1="58" y1="179" x2="403" y2="179"
> stroke="#000000" 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.


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

Reply via email to