#728358 evince: picture disappears at some zoom levels

Package:
libcairo2
Source:
cairo
Description:
Cairo 2D vector graphics library
Submitter:
Christophe TROESTLER
Date:
2020-12-31 21:30:03 UTC
Severity:
normal
#728358#5
Date:
2013-10-31 07:38:40 UTC
From:
To:
Dear Maintainer,

The attached document displays well in windowed mode and in full
screen, EXCEPT when the full screen happens inside a Xephyr window.
All other pictures of the document were displayed fine (including
within xephyr).

Best,
C.

#728358#10
Date:
2016-06-03 16:49:18 UTC
From:
To:
This is not related to zephyr, but the image in this document sometimes
disappears based on zooom levels.  You can see it by running:

    pdftocairo -r 100 -singlefile -png -f 1 -l 1 D.pdf a
vs.
    pdftocairo -r 150 -singlefile -png -f 1 -l 1 D.pdf a

#728358#15
Date:
2016-06-07 16:21:20 UTC
From:
To:
The PDF contains drawing commands with large numbers like:

    0 0 m
    0 2147483647 l
    1098 2147483647 l
    1098 0 l
    W* n

And cairo doesn't deal well with it.  Whether anything is drawn varies
with the scale.  Attached C program reproduces this through just cairo.