View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015688 | Scribus | Import / Export | public | 2019-05-17 04:03 | 2019-05-17 04:03 |
Reporter | dcpurton | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | Linux | OS Version | Debian testing |
Product Version | 1.5.4.svn | ||||
Summary | 0015688: PDF Type 3 radial shading imports incorrectly | ||||
Description | The attached PDF contains a Type 3 radial shading. When importing into Scribus there is a horizontal and vertical offset and the resulting shading is clipped. The gradient itself appears to import correctly since your fix for issue 15685. Thanks! | ||||
Steps To Reproduce | Import (via File→Import→Get Vector File…) or open directly the attached PDF and compare with output in some other PDF viewer. | ||||
Additional Information | The attached PDF was produced with LaTeX and PGF/TikZ with the following code: \pdfminorversion=3 \pdfcompresslevel=0 \pdfobjcompresslevel=0 \documentclass[cmyk]{article} \pagestyle{empty} \usepackage{pgf} \pgfdeclareradialshading{sphere}{\pgfpoint{0.5cm}{0.5cm}}% {cmyk(0cm)=(0.1,0,0,0); cmyk(0.7cm)=(0.3,0,0,0); cmyk(1cm)=(0.5,0,0,0); cmyk(1.05cm)=(0,0,0,1)} \begin{document} \pgfuseshading{sphere} \end{document} | ||||
Tags | No tags attached. | ||||
Patch | No | ||||