d3-color icon indicating copy to clipboard operation
d3-color copied to clipboard

Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.

Results 16 d3-color issues
Sort by recently updated
recently updated
newest added

@mbostock , What is the reason that you decided to use illuminant D50 instead of D65 in d3? CIE standard illuminant D65 values are: ``` Xn: 0.950470, Yn: 1, Zn:...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

What do you think about supporting CSS colors level 4 https://www.w3.org/TR/css-color-4/: - rgb `rgb(12 53 80)` and `rgb(12 53 80 / 0.5)`: https://www.w3.org/TR/css-color-4/#rgb-functions - hsl: `hsl(120deg 100% 50%)` and `hsl(120deg...

Fixes https://github.com/d3/d3-color/issues/108 As the main branch already contains v3 and this PR was created to fix a security issue in v2, I suggest you to create a new branch called...

We would like to get the fix https://github.com/d3/d3-color/pull/100 backported for version 2.x of d3-color library module as version 3.x switches to using ESM for d3 which is not supported by...

Please, would it be possible to backport the fix made in https://github.com/d3/d3-color/pull/100 to d3-color 1.x ? There are multiple people, who would be happy for this backport.