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

2013-10-18 Thread Robert Meyer (JIRA)

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

Robert Meyer updated FOP-2304:
--

Attachment: output.ps

 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)


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

2013-10-18 Thread Robert Meyer (JIRA)

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

Robert Meyer updated FOP-2304:
--

Attachment: (was: output.ps)

 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)


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

2013-10-18 Thread Robert Meyer (JIRA)

 [ 
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)


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

2013-10-18 Thread Robert Meyer (JIRA)

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

Robert Meyer updated FOP-2304:
--

Attachment: (was: output2.ps)

 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)


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

2013-10-18 Thread Robert Meyer (JIRA)

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

Robert Meyer updated FOP-2304:
--

Attachment: output2.ps

 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: output2.ps, 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)


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

2013-10-18 Thread Robert Meyer (JIRA)

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

Robert Meyer updated FOP-2304:
--

Attachment: patch.diff

Patch file has been attached which includes the adding of an intersecting line 
test case.

 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: output2.ps, output.pdf, output.ps, patch.diff


 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)