-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-images-4] Add the use of “longer” hue interpolation for the color wheel in the example #11755
base: main
Are you sure you want to change the base?
Conversation
…r wheel in the example Fix w3c#1222
a75f3e6
to
977edc9
Compare
@tabatkins @LeaVerou PTAL |
yisibl marked as non substantive for IPR from ash-nazg. |
width: 200px; height: 200px; | ||
</pre> | ||
|
||
<img src="images/conic5.png" alt="color wheel"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we should.
The rendering in Firefox (on Win, at least) also shows a rendering bug, but that is a separate issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@svgeesus You wrote:
The rendering in Firefox (on Win, at least) also shows a rendering bug, but that is a separate issue
It looks OK to me on my Windows machine. Could you clarify what rendering bug you're seeing, please? (Or file a bug at https://bugzilla.mozilla.org with details.) Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could add that image to the PR (separate filename, in case it is also used elsewhere) that would be helpful.
width: 200px; height: 200px; | ||
</pre> | ||
|
||
<img src="images/conic5.png" alt="color wheel"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we should.
The rendering in Firefox (on Win, at least) also shows a rendering bug, but that is a separate issue
<pre class=lang-css> | ||
background: radial-gradient(closest-side, gray, transparent), | ||
conic-gradient(in hsl longer hue, red 0 100%); | ||
transform: scaleX(-1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is weird, we should just flip the image instead and go with a standard rainbow.
Fix #1222