From 4868a374b68c9a61040fbc344006f9b26f131bb1 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 15 Dec 2020 12:39:19 +0100 Subject: [PATCH] Initial drawing mode with rectangles --- cursor.svg | 78 ++++++++++++++++++++++++++++++++ index.html | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) create mode 100644 cursor.svg create mode 100644 index.html diff --git a/cursor.svg b/cursor.svg new file mode 100644 index 0000000..6fe2ef6 --- /dev/null +++ b/cursor.svg @@ -0,0 +1,78 @@ + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..fbb561d --- /dev/null +++ b/index.html @@ -0,0 +1,130 @@ + + + + + + Auto accept + + + + + + + + + + + + + \ No newline at end of file