Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 18, 2024
1 parent 70cb1c9 commit 69bb3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/value/color/gamut_map_method.dart
Expand Up @@ -29,7 +29,7 @@ abstract base class GamutMapMethod {
/// formula and the [local-MINDE] improvement.
///
/// [the original Color Level 4 candidate recommendation]: https://www.w3.org/TR/2024/CRD-css-color-4-20240213/#css-gamut-mapping
/// [the original Color Level 4 candidate recommendation]: https://www.w3.org/TR/2024/CRD-css-color-4-20240213/#color-difference-OK
/// [deltaEOK]: https://www.w3.org/TR/2024/CRD-css-color-4-20240213/#color-difference-OK
/// [local-MINDE]: https://www.w3.org/TR/2024/CRD-css-color-4-20240213/#GM-chroma-local-MINDE
static const GamutMapMethod localMinde = LocalMindeGamutMap();

Expand Down

0 comments on commit 69bb3b8

Please sign in to comment.