From 1e0868bddc175e5ee5f13da01840b09d99eac402 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Sat, 14 Dec 2024 04:37:31 -0500 Subject: [PATCH] radial space fixes --- demo/radial-space.html | 19 ++-- src/common/Experimental.ts | 10 ++ src/folk-shape.ts | 5 +- src/folk-space-radial.ts | 202 +++++++++++++++++++++++++------------ 4 files changed, 157 insertions(+), 79 deletions(-) create mode 100644 src/common/Experimental.ts diff --git a/demo/radial-space.html b/demo/radial-space.html index b3165f5..c28c297 100644 --- a/demo/radial-space.html +++ b/demo/radial-space.html @@ -19,23 +19,22 @@ } folk-shape { - background: rgb(187, 178, 178); + background: rgb(189, 184, 181); } folk-space-radial { - width: 500px; - height: 500px; + width: 700px; + height: 700px; } - - - - - - - + + + + + +