From f87d61e2d509f7528341eaa722ddc88493e71fc7 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 4 May 2020 20:32:58 -0700 Subject: Initial. JavaScript that generates SVG. Color math. A CIELAB color wheel. --- index.html | 283 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..1982c92 --- /dev/null +++ b/index.html @@ -0,0 +1,283 @@ + + + + + +Color, Harmony, and Math + + + + +
+ + -- cgit 1.4.1