From 1b5234fdfc18dfc7d7fe75cb75819238265d44ed Mon Sep 17 00:00:00 2001 From: andretchen0 Date: Sun, 17 Nov 2024 21:02:29 -0600 Subject: [PATCH 1/3] feat(Line2): allow points to be added/removed --- playground/vue/src/pages/shapes/Line2Demo.vue | 214 +- pnpm-lock.yaml | 10462 ++++++++-------- src/core/shapes/Line2.vue | 81 +- src/core/staging/ContactShadows.vue | 6 +- 4 files changed, 5175 insertions(+), 5588 deletions(-) diff --git a/playground/vue/src/pages/shapes/Line2Demo.vue b/playground/vue/src/pages/shapes/Line2Demo.vue index 53799a133..2d03c4e2a 100644 --- a/playground/vue/src/pages/shapes/Line2Demo.vue +++ b/playground/vue/src/pages/shapes/Line2Demo.vue @@ -1,10 +1,70 @@