Hi Eric,

"Eric Hamacher" <[EMAIL PROTECTED]> wrote on 05/01/2008 02:11:36 
PM:

> I have an SVGDocument object which contains several shapes which all
> have stroke-linejoin:round specified.  When I use the 
> PrintTranscoder to write to a PDF Document, the resulting PDF shows 
> that the stroke-linejoin is working correctly.  However, when use 
> PNGTranscoder to write a PNG, some of the shapes ignore my stroke-
> linejoin spec.

    This is not normal.

> Now is there a pattern to which shapes obey?  Well, 
> the shapes that obey all have a stroke and fill of a certain color. 
> Or maybe this is a coincidence.   I just want to know if there is 
> any known issue with the PNGTrancoder and any remedy.

   The PDF Transcoder and the PNG transcoder both rely on the
same information to generate their output.  The difference is 
that the PDF transcoder writes directions that the PDF reader
uses to rasterize the image for display where as the PNG transcoder
uses the Java VM to rasterize the image.  So it's possible there
is a bug in the Java rasterizer.

   Can you put up a smallish sample?  The source SVG + the bad
PNG?  (with what you think is wrong in the PNG?).

 

Reply via email to