From 16de445fa233cd938a630f94b069d00d430ec83b Mon Sep 17 00:00:00 2001 From: Zekiah-A Date: Sun, 24 Mar 2024 21:56:47 +0000 Subject: [PATCH] Start migrating editor canvas + editor canvas test and edit photo assets --- Other/editor-canvas-test.html | 176 ++++++++++++++++++++++++++++++++++ Resources/EditPhoto.svg | 3 + 2 files changed, 179 insertions(+) create mode 100644 Other/editor-canvas-test.html create mode 100644 Resources/EditPhoto.svg diff --git a/Other/editor-canvas-test.html b/Other/editor-canvas-test.html new file mode 100644 index 0000000..1546ab4 --- /dev/null +++ b/Other/editor-canvas-test.html @@ -0,0 +1,176 @@ + + + + + + Editor canvas rendering lab + + + + +

Editor canvas rendering lab

+

+ This page attempts to be a lab canvas rendering capabilities of the poem editor, intended to test that + rendering is both valid, displaying the correct content according to the document data provided, and + also a location to debug and implement new editor canvas features. +

+ + + +
+ +
+ + + \ No newline at end of file diff --git a/Resources/EditPhoto.svg b/Resources/EditPhoto.svg new file mode 100644 index 0000000..76ad4f8 --- /dev/null +++ b/Resources/EditPhoto.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file