View Issue Details

IDProjectCategoryView StatusLast Update
0015688ScribusImport / Exportpublic2019-05-17 04:03
Reporterdcpurton Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status newResolutionopen 
Platformx86_64OSLinuxOS VersionDebian testing
Product Version1.5.4.svn 
Summary0015688: PDF Type 3 radial shading imports incorrectly
DescriptionThe 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 ReproduceImport (via File→Import→Get Vector File…) or open directly the attached PDF and compare with output in some other PDF viewer.
Additional InformationThe 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}
TagsNo tags attached.
PatchNo

Activities

dcpurton

2019-05-17 04:03

reporter  

bugtest.pdf (2,037 bytes)

Issue History

Date Modified Username Field Change
2019-05-17 04:03 dcpurton New Issue
2019-05-17 04:03 dcpurton File Added: bugtest.pdf