Bug 278392
Summary: | rgb() colors that use none should use hex syntax for serialization in canvas | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> |
Component: | Canvas | Assignee: | Sam Weinig <sam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | annevk, sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 18 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sam Weinig
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/32464
Radar WebKit Bug Importer
<rdar://problem/134789323>
EWS
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
*** Bug 279960 has been marked as a duplicate of this bug. ***