View Issue Details

IDProjectCategoryView StatusLast Update
0015685ScribusGraphics / Image Framespublic2019-06-04 20:55
Reporterdcpurton Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSLinuxOS VersionDebian testing
Product Version1.5.4.svn 
Fixed in Version1.5.5.svn 
Summary0015685: Multi-step gradient incorrectly imported from PDF
DescriptionThe attached PDF contains a Type 2 axial shading with 4 steps. It should go from cyan at 0% to magenta at 25% to yellow at 75% to black at 100%. But Scribus only shows a gradient from cyan at 0% to magenta at 100%.
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 InformationThere is something slightly unusual about how the gradient is constructed. Inkscape also has problems with it.

It was produced with LaTeX and PGF/TikZ with the following code:

\pdfminorversion=3
\pdfcompresslevel=0
\pdfobjcompresslevel=0
\documentclass[cmyk]{article}
\pagestyle{empty}
\usepackage{tikz}
\pgfdeclarehorizontalshading{test}{100bp}
  {color(0bp)=(cyan); color(25bp)=(magenta);
   color(75bp)=(yellow); color(100bp)=(black)}
\begin{document}
\pgfuseshading{test}
\end{document}
TagsNo tags attached.
PatchNo

Activities

dcpurton

2019-05-16 03:55

reporter  

bugtest.pdf (1,998 bytes)

Issue History

Date Modified Username Field Change
2019-05-16 03:55 dcpurton New Issue
2019-05-16 03:55 dcpurton File Added: bugtest.pdf
2019-05-16 11:56 jghali Assigned To => jghali
2019-05-16 11:56 jghali Status new => resolved
2019-05-16 11:56 jghali Resolution open => fixed
2019-05-16 11:56 jghali Fixed in Version => 1.5.5.svn
2019-06-04 20:55 cbradney Status resolved => closed