RESOLVED FIXED 278392
rgb() colors that use none should use hex syntax for serialization in canvas
https://bugs.webkit.org/show_bug.cgi?id=278392
Summary rgb() colors that use none should use hex syntax for serialization in canvas
Sam Weinig
Reported 2024-08-20 10:12:18 PDT
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`.
Attachments
Sam Weinig
Comment 1 2024-08-20 10:16:01 PDT
Radar WebKit Bug Importer
Comment 2 2024-08-27 10:13:19 PDT
EWS
Comment 3 2024-09-03 16:07:52 PDT
Committed 283120@main (b7e7afad1304): <https://commits.webkit.org/283120@main> Reviewed commits have been landed. Closing PR #32464 and removing active labels.
Anne van Kesteren
Comment 4 2024-09-19 01:09:52 PDT
*** Bug 279960 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.