[Webkit-unassigned] [Bug 281686] New: mask-image prevents printing of img
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 17 12:57:55 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281686
Bug ID: 281686
Summary: mask-image prevents printing of img
Product: WebKit
Version: Safari 18
Hardware: Mac (Apple Silicon)
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Printing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: opendarwin at lapcatsoftware.com
Created attachment 472973
--> https://bugs.webkit.org/attachment.cgi?id=472973&action=review
Sample HTML demonstrating the bug
Safari 18.0.1 and Safari Technology Preview 205 on macOS 14.7
Steps to reproduce:
1. Open the attached sample HTML in Safari
2. File, Print...
3. Save as PDF
Expected results: Both images are displayed in the saved pdf.
Actual results: The first image is not displayed in the saved pdf.
HTML code:
<p><code>style="mask-image: radial-gradient(white,black);"</code></p>
<div style="mask-image: radial-gradient(white,black);">
<img src="thinkdividend.jpg">
</div>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241017/30deb635/attachment.htm>
More information about the webkit-unassigned
mailing list