You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Robert Meyer (JIRA)" <ji...@apache.org> on 2013/10/18 16:38:41 UTC

[jira] [Updated] (FOP-2304) SVG line clipping not correct when outputting to Postscript

     [ https://issues.apache.org/jira/browse/FOP-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Meyer updated FOP-2304:
------------------------------

    Attachment: output.pdf
                output2.ps
                output.ps

Attached are several examples. Output1.pdf shows that it is working correctly to PDF. It is expected that the gradient is not being drawn correctly in Postscript hence it is black, however the white lines exceed the limit of circle when instead they should have been clipped. The correct output for Postscript without the current radial shading support should be that of output2.ps. I have a fix and will post it shortly.

> SVG line clipping not correct when outputting to Postscript
> -----------------------------------------------------------
>
>                 Key: FOP-2304
>                 URL: https://issues.apache.org/jira/browse/FOP-2304
>             Project: Fop
>          Issue Type: Bug
>          Components: ps
>    Affects Versions: trunk
>            Reporter: Robert Meyer
>            Assignee: Robert Meyer
>            Priority: Minor
>         Attachments: output.pdf, output.ps
>
>
> Lines that should be clipped are being drawn. This is because an intersect of two shapes are being used to determine if clipping needs to occur, but with lines this always returns false. I will add examples and a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)