Bug 691667 - zero-width fills not displayed
Summary: zero-width fills not displayed
Status: RESOLVED WONTFIX
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows 7
: P4 normal
Assignee: Tor Andersson
URL: http://code.google.com/p/sumatrapdf/i...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 20:49 UTC by zeniko
Modified: 2011-04-10 14:35 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
document (not) displaying a single diagonal line (343 bytes, application/pdf)
2010-10-05 20:49 UTC, zeniko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zeniko 2010-10-05 20:49:55 UTC
Created attachment 6783 [details]
document (not) displaying a single diagonal line

The attached document renders a pixel-wide diagonal line in Adobe Reader but doesn't render anything at all with MuPDF.

The code in question:  595 0 m  0 842 l  h f

See the URL for a real world document relying on such a zero-width fill to render.
Comment 1 Tor Andersson 2011-04-10 14:35:03 UTC
It's a zero area fill. According to all logic it should not fill any pixels, nor do we support fill-adjust which may be able to deal with this. It'd be a different issue if the producer had actually used a zero-width stroke.