[scribus] print rotate bug

a.l.e ale.comp_06 at xox.ch
Fri Jan 17 16:10:11 UTC 2014


hi

can somebody create a bug tracker account for him... so that he can post 
the patch?

ciao
a.l.e

--- scribus-1.4.2.dfsg+r18267.orig/scribus/pslib.cpp
+++ scribus-1.4.2.dfsg+r18267/scribus/pslib.cpp
@@ -653,8 +653,8 @@ void PSLib::PS_begin_page(Page* pg, Marg
         PutStream(">> setpagedevice\n");
     }
     PutStream("save\n");
-   if(pg->PageOri == 1 && psExport)
-       PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg 
translate\n");
+   //if(pg->PageOri == 1 && psExport)
+   //  PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg 
translate\n");
     PutStream("/DeviceCMYK setcolorspace\n");
     PutStream(ToStr(bleedLeft+markOffs)+" 
"+ToStr(Options.bleeds.Bottom+markOffs)+" tr\n");
     ActPage = pg;
@@ -679,8 +679,8 @@ void PSLib::PS_end_page()
     double maxBoxX = ActPage->width()+bleedLeft+bleedRight+markOffs*2.0;
     double maxBoxY = 
ActPage->height()+Options.bleeds.Bottom+Options.bleeds.Top+markOffs*2.0;
     PutStream("gs\n");
-   if(ActPage->PageOri == 1 && psExport)
-       PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg 
translate\n");
+   //if(ActPage->PageOri == 1 && psExport)
+   //  PutStream("90 rotate 0 "+IToStr(qRound(maxBoxY))+" neg 
translate\n");
     if ((Options.cropMarks) || (Options.bleedMarks) || 
(Options.registrationMarks) || (Options.colorMarks))
     {
         PutStream("gs\n");
> if print postcript 3 landscape page
> patch in attachment
> ----------- �������� ����� -----------
> �������� � ������� HTML ���� ���������…
> URL: <http://lists.scribus.net/pipermail/scribus/attachments/20140117/17b6abd1/attachment.html>
> ----------- �������� ����� -----------
> A non-text attachment was scrubbed...
> Name: print_rotate_bug_fix.patch
> Type: text/x-patch
> Size: 2396 bytes
> Desc: �����������
> URL: <http://lists.scribus.net/pipermail/scribus/attachments/20140117/17b6abd1/attachment.bin>
> ___
> Scribus Mailing List: scribus at lists.scribus.net
> Edit your options or unsubscribe:
> http://lists.scribus.net/mailman/listinfo/scribus
> See also:
> http://wiki.scribus.net
> http://forums.scribus.net




More information about the scribus mailing list