-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve missing components during colorspace conversion
https://csswg.sesse.net/css-color-4/#missing: """ For handling of missing component in color interpolation, see § 12.2 Interpolating with Missing Components. For all other purposes, a missing component behaves as a zero value, in the appropriate unit for that component: 0, 0%, or 0deg. This includes rendering the color directly, converting it to another color space, performing computations on the color component values, etc. """ Remaining color mix test failures may be invalid: #42940 #43180 Bug: 1495694, 1445171 Change-Id: I0ecd334b595c9c1ff4d3cb2f655176dd3b3eea16
- Loading branch information
1 parent
50ccfc1
commit 5265633
Showing
1 changed file
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters