Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426674 | Differences between
and this patch

Collapse All | Expand All

(-)a/poppler/PSOutputDev.cc (+1 lines)
Lines 3548-3553 void PSOutputDev::startPage(int pageNum, GfxState *state) { Link Here
3548
    writePSFmt("{0:d} {1:d} {2:d} {3:d} re W\n", x1, y1, x2 - x1, y2 - y1);
3548
    writePSFmt("{0:d} {1:d} {2:d} {3:d} re W\n", x1, y1, x2 - x1, y2 - y1);
3549
    writePS("%%EndPageSetup\n");
3549
    writePS("%%EndPageSetup\n");
3550
    ++seqPage;
3550
    ++seqPage;
3551
    xScale = yScale = 1;
3551
    break;
3552
    break;
3552
3553
3553
  case psModePS:
3554
  case psModePS:

Return to bug 426674