From 3b756cd718d235c1ae6730f07c70ba34bcdb3c63 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 14 Apr 2026 10:55:13 +0200 Subject: [PATCH] feat(annotations): add isResizable prop to AnnotationShape to render edit overlay Co-Authored-By: Claude Sonnet 4.6 --- .../src/lib/components/AnnotationShape.svelte | 6 +++ .../components/AnnotationShape.svelte.test.ts | 50 +++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 frontend/src/lib/components/AnnotationShape.svelte.test.ts diff --git a/frontend/src/lib/components/AnnotationShape.svelte b/frontend/src/lib/components/AnnotationShape.svelte index 69c41223..a7c667f2 100644 --- a/frontend/src/lib/components/AnnotationShape.svelte +++ b/frontend/src/lib/components/AnnotationShape.svelte @@ -1,5 +1,6 @@