diff --git a/tools/ora_editor/templates/editor.html b/tools/ora_editor/templates/editor.html index b0006d6..abe7730 100644 --- a/tools/ora_editor/templates/editor.html +++ b/tools/ora_editor/templates/editor.html @@ -12,11 +12,342 @@ ::-webkit-scrollbar-thumb { background: #6B7280; border-radius: 4px; } .polygon-point { position: absolute; width: 8px; height: 8px; background: #0F0; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; } + + + - -
- +
+
-
@@ -307,9 +638,56 @@ function handleCanvasDoubleClick(e) { } } + +