From 3f6d9c9ea41e4dd4848a027d74a61efa91901065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Thu, 21 Nov 2024 21:50:18 -0800 Subject: [PATCH] iframed arrows POC --- ...-shapes copy.html => animated-shapes.html} | 0 demo/arrows.html | 11 +- demo/iframed-arrows.html | 54 ++++++++ demo/index.html | 1 + src/arrows/abstract-arrow.ts | 130 +++++++++++++++++- src/arrows/iframe-script.ts | 64 +++++++++ 6 files changed, 248 insertions(+), 12 deletions(-) rename demo/{animated-shapes copy.html => animated-shapes.html} (100%) create mode 100644 demo/iframed-arrows.html create mode 100644 src/arrows/iframe-script.ts diff --git a/demo/animated-shapes copy.html b/demo/animated-shapes.html similarity index 100% rename from demo/animated-shapes copy.html rename to demo/animated-shapes.html diff --git a/demo/arrows.html b/demo/arrows.html index 72db41b..5ff377c 100644 --- a/demo/arrows.html +++ b/demo/arrows.html @@ -25,22 +25,17 @@ position: absolute; inset: 0 0 0 0; } - - #box2 { - max-width: 10ch; - } - - Hello World + + - - + + diff --git a/demo/index.html b/demo/index.html index 8d88f46..b177742 100644 --- a/demo/index.html +++ b/demo/index.html @@ -21,6 +21,7 @@