[Webkit-unassigned] [Bug 230222] New: image-rendering:pixelated is broken by position:fixed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 09:55:42 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230222
Bug ID: 230222
Summary: image-rendering:pixelated is broken by position:fixed
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pc at rrier.ca
CC: sabouhallawa at apple.com
Reproduced with Safari 15 on Monterey 12.0 Beta (21A5304g) and WebKit r282325.
For example, the QR code on the right is blurry @ https://pcarrier.com/toys/safari.html reproduced here:
<!DOCTYPE html>
<html>
<body style="margin:0;padding:0">
<img src="data:image/webp;base64,UklGRoQAAABXRUJQVlA4THgAAAAvHAAHAA/wkf+P/H/kf/7jAU5s21qWH3fXdF+lfcMgU/lngtZfMpaoVmma/ev/JHCX12AKEf0PZqbfkawdO/UFYZkQfhNiYGA3fiLSs4O7X5IFSfXMleTigPk6TlTOg6UHkVyHdkOdRHEGUWqQsFTszBEimiRm/gM" style="image-rendering:pixelated;height:200px;width:200px;position:fixed;right:0"/>
<img src="data:image/webp;base64,UklGRoQAAABXRUJQVlA4THgAAAAvHAAHAA/wkf+P/H/kf/7jAU5s21qWH3fXdF+lfcMgU/lngtZfMpaoVmma/ev/JHCX12AKEf0PZqbfkawdO/UFYZkQfhNiYGA3fiLSs4O7X5IFSfXMleTigPk6TlTOg6UHkVyHdkOdRHEGUWqQsFTszBEimiRm/gM" style="image-rendering:pixelated;height:200px;width:200px"/>
</body>
</html>
--
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/20210913/848e1e47/attachment.htm>
More information about the webkit-unassigned
mailing list