[Webkit-unassigned] [Bug 180528] Update HSL/HSLA parsing to match CSS Color 4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 20:51:59 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=180528

--- Comment #46 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This patch broke round-tripping HSL values between color.getHSL() and makeRGBAFromHSLA(). 

makeRGBAFromHSLA () says:
// Hue is in the range of 0 to 6.0, the remainder are in the range 0 to 1.0

and getHSL() wants 0-1 hue.

-- 
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/20180615/5199ab5c/attachment.html>


More information about the webkit-unassigned mailing list