From c3315bcb2dae9e99c758bb178903ce6e6cd9a55a Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Thu, 14 Mar 2024 12:56:10 -0400 Subject: [PATCH] lint --- src/deltaE/deltaEOK2.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deltaE/deltaEOK2.js b/src/deltaE/deltaEOK2.js index 21a33ec3..8f8d0b17 100644 --- a/src/deltaE/deltaEOK2.js +++ b/src/deltaE/deltaEOK2.js @@ -2,9 +2,9 @@ // than the simple 1976 Euclidean distance in CIE Lab // The Oklab a and b axes are scaled relative to the L axis, for better uniformity // Björn Ottosson said: -// "I've recently done some tests with color distance datasets as implemented -// in Colorio and on both the Combvd dataset and the OSA-UCS dataset a -// scale factor of slightly more than 2 for a and b would give the best results +// "I've recently done some tests with color distance datasets as implemented +// in Colorio and on both the Combvd dataset and the OSA-UCS dataset a +// scale factor of slightly more than 2 for a and b would give the best results // (2.016 works best for Combvd and 2.045 for the OSA-UCS dataset)." // https://github.com/w3c/csswg-drafts/issues/6642#issuecomment-945714988