The printing is to an HP 5si postscript printer.  The problem shows somewhat 
differently with pdf writer.  If I set the printer to 600 dpi the image is better but 
the default is 300dpi.  I can't rely on the users to always set the resolution.  J2SE 
1.4 should give me that control but I can't wait.  Removing the stroke command helps a 
lot.  I don't need the command anyway, it was automatically added by Jasc software's 
WebDraw.  I may switch to Adobe Illustrator (or emacs)  for svg creation.

I thought the odd thing was that adding the stroke command to just one text element 
affected all the text and graphic elements including the rectangle.

Thanks for the reply.

>>> Vincent Hardy <[EMAIL PROTECTED]> 06/21 6:01 AM >>>
David,

David VanderBrooke wrote:
> 
> I have been hoping to use SVG for printed reports.  I need clean text and line 
>output to be meet the users expectations.  Batik seems perfect for my use but I ran 
>into a problem.  I used the stroke:rgb(0,0,0) command (which I don't have to use).  
>It caused the text and lines in the printout to have dithered edges.  The appearance 
>is that of wiggly lines and edges of text.  With Batik 1.0 the effect is smaller than 
>with previous versions but it is still presentt.  When I remove the command, the 
>printing is much better.
> 
> Am I doing something wrong?

You are not doing anything wrong. What happens is that the stroked
text is rasterized before being sent to the printer and that the 
rasterization happens at a resolution that is not high enough.
What type of printer are you printing to (PostScript?).

In some printers (being on the move, I could only try with a 
'virtual' printer, the Acrobat 4.0 PDF writer), you have options that
let you control image resolution and handling (e.g., compressed or
not) which are what you need to tweak to get the quality you want.

Vincent.



---------------------------------------------------------------------
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]

Reply via email to