View Issue Details

IDProjectCategoryView StatusLast Update
0010097ScribusGraphics / Image Framespublic2016-04-05 23:39
Reportervidak Assigned Tofschmid  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.4.0svn 
Fixed in Version1.5.2.svn 
Summary0010097: Postscript images with negative bounding box value are cropped
DescriptionPlots with negative bounding box values (e.g. %%BoundingBox: 25 -43 604 784) are not displayed correctly.
Steps To ReproduceRun the following gnuplot-script (or just use the attached one):

#!/usr/bin/env gnuplot
set size 1.15,1.15
set ori -0.13,-0.1
set term post enha color land
set outp "test.ps"

set multi layo 2,2 columnsfirst
set xtics (-5,0,5)

set ylab "Test"
set lmargin 1
set rmargin 0
set format y "%0.1f"
plot x
plot x
unset ylab
set format y ""
plot x
plot x

Then display the resulting test.ps with a postscript viewer (I tried gv and okular). The labels on the y-axis are shown correctly. Insert this plot in a scribus-document, rotate it with 270 degrees for the correct orientation, scale the plot proportionally to the frame - the labels disappeared.
Tags#please_test
Patch

Activities

vidak

2011-07-05 13:36

reporter  

test.ps (25,599 bytes)

Kunda

2016-02-11 16:31

updater   ~0038644

Can someone test this?

fschmid

2016-04-02 07:45

administrator   ~0039693

No problems in 1.5.2svn with this.

Kunda

2016-04-02 12:51

updater   ~0039699

sweet, thanks Franz!

Kunda

2016-04-05 23:39

updater   ~0039835

closing

Issue History

Date Modified Username Field Change
2011-07-05 13:36 vidak New Issue
2011-07-05 13:36 vidak File Added: test.ps
2015-09-17 20:10 Kunda Category Graphics / Image Frames => Graphics/Img Frames
2015-09-17 20:11 Kunda Category Graphics/Img Frames => Graphics / Image Frames
2016-02-11 16:31 Kunda Tag Attached: #please_test
2016-02-11 16:31 Kunda Note Added: 0038644
2016-04-02 07:45 fschmid Note Added: 0039693
2016-04-02 07:45 fschmid Status new => resolved
2016-04-02 07:45 fschmid Fixed in Version => 1.5.2.svn
2016-04-02 07:45 fschmid Resolution open => fixed
2016-04-02 07:45 fschmid Assigned To => fschmid
2016-04-02 12:51 Kunda Note Added: 0039699
2016-04-05 23:39 Kunda Note Added: 0039835
2016-04-05 23:39 Kunda Status resolved => closed