[Webkit-unassigned] [Bug 278392] New: rgb() colors that use none should use hex syntax for serialization in canvas
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 20 10:12:18 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278392
Bug ID: 278392
Summary: rgb() colors that use none should use hex syntax for
serialization in canvas
Product: WebKit
Version: Safari 18
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sam at webkit.org
CC: sabouhallawa at apple.com
rgb() colors that use none should use hex syntax for serialization in canvas.
Currently, we serialize `rgb(none none none)` as `rgb(0, 0, 0)` for canvas, but for consistency it should be `#000000`.
--
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/20240820/e84e14b7/attachment.htm>
More information about the webkit-unassigned
mailing list