From eb02ab7ba5a2a6f35607c400fe4a9facfcdb0a1f Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 11 Oct 2024 10:13:22 +0200 Subject: [PATCH] feat: show zoomed image --- zoom/index.html | 21 ++ zoom/sale.svg | 920 ++++++++++++++++++++++++++++++++++++++++++++++++ zoom/style.css | 0 3 files changed, 941 insertions(+) create mode 100644 zoom/index.html create mode 100644 zoom/sale.svg create mode 100644 zoom/style.css diff --git a/zoom/index.html b/zoom/index.html new file mode 100644 index 0000000..49406dd --- /dev/null +++ b/zoom/index.html @@ -0,0 +1,21 @@ + + + + + SVG zoom + + + + +
+
+ + + + + + +
+
+ + \ No newline at end of file diff --git a/zoom/sale.svg b/zoom/sale.svg new file mode 100644 index 0000000..e036bfa --- /dev/null +++ b/zoom/sale.svg @@ -0,0 +1,920 @@ + + + + + diff --git a/zoom/style.css b/zoom/style.css new file mode 100644 index 0000000..e69de29