Here is a much smaller example file (gv fill.ps breaks immediately): %!PS-Adobe-2.0 %%BoundingBox: 36 36 1513 2446 %%EndComments %%Page: 1 1 100 100 moveto 100 0 rlineto 0 100 rlineto -100 0 rlineto closepath fill showpage %%EndPage: 1 %%Trailer %%Pages: 1 %%EOF
Interestingly, if you change the one line of PostScript code to 100 100 moveto 0 100 rlineto stroke then it still breaks, but if you change it to 100 100 moveto 100 100 rlineto stroke then it does not. ** Attachment added: "fill.ps" http://launchpadlibrarian.net/10252401/fill.ps -- ghostscript errors when zooming in evince/gv https://bugs.launchpad.net/bugs/159571 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
