James Stuckey Weber

Results 71 comments of James Stuckey Weber

I'm on MacOS 10.14.6, using nvm. I was able to make guijs work by installing node v12 using nvm, and then running `nvm alias default 12`. It seems that when...

@svgeesus - We are looking to use Color.js to implement CSS Color 4 logic (conversions, gamut, etc) for Sass in the `node-embedded-host`, and gamut mapping is one piece that is...

@LeaVerou Great! I have a draft PR at https://github.com/LeaVerou/color.js/pull/344. I have a few questions there, and am open to your thoughts on documentation and how best to incorporate this change....

Here are some relevant issues where the meaning of colors with lightness at 0 or 1 were discussed to reach the current spec decisions- https://github.com/w3c/csswg-drafts/issues/8794 https://github.com/w3c/csswg-drafts/issues/9651

`none` is different than `clip`, I think. `none` would tell the user agent to leave the color as is, outside of the display gamut, essentially leaving it up to the...

The same perceptual lightness shift is also present in (ok)lab. Here's a [Codepen demo](https://codepen.io/jamessw/pen/mdaopeZ?editors=1100) showing (ok)lab and (ok)lch with consistent lightness values, and changing only the `a` or `chroma` channels,...

Sorry- I was looking at an outdated version of the spec. I see that `L=0 is black` and `L=1 is white` is now covered in the [CSS Gamut Mapping to...

> So that demo has [`oklab(90% 0.36 0)`](https://colorjs.io/apps/convert/?color=oklab(90%25%200.36%200)&precision=6) which is out of gamut for all RGB colorspaces (even `prophoto-rgb`) and is `rgb(152.937% 10.3745% 83.2625%)`. Thanks for the walkthrough of the...

It appears that a patch is failing- the base64 code is a patch file that appears to no longer apply to the Makefile.config file. ``` --- Makefile.config.example 2015-11-07 15:45:12.513647876 -0500...

I am currently writing up a proposal for introducing `pkg:` urls to Sass, and will follow up here when that is available for review. > Just ran into the same...