-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Given the following SVG:
<svg id="svg1" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<title>Simple case</title>
<mask id="mask1" mask-type="luminance">
<rect id="rect1" x="0" y="0" width="200" height="200" fill="rgb(0 0 255)" opacity="1"/>
</mask>
<rect id="rect2" x="0" y="0" width="200" height="200" fill="rgb(255 0 0)" mask="url(#mask1)"/>
</svg>Here is how they are rendered in different viewers:

pdfium, pdf.js and pdfbox get the same output as Acrobat, while mupdf and Quartz get a slightly different output. Xpdf fails completely. So most likely a viewer issue, but would still be nice to investigate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels