The error still persists even after I changed the width to 1. Swapan.
--- Keiron Liddle <[EMAIL PROTECTED]> wrote: > > > <!-- 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] > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
