From f87b25f73068ac6fb4a3bbf97fea43e8d54013f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Tue, 31 Jan 2023 22:19:30 +0000 Subject: [PATCH] add Rectangle.middle, update test suite --- ui/src/components/rects/SVGRectText.vue | 10 +--- ui/src/components/rects/rectangles.ts | 10 +++- ui/tests/unit/rectangle.spec.ts | 73 +++++++++++++++++++------ 3 files changed, 65 insertions(+), 28 deletions(-) diff --git a/ui/src/components/rects/SVGRectText.vue b/ui/src/components/rects/SVGRectText.vue index ce31bdd..ad13d70 100644 --- a/ui/src/components/rects/SVGRectText.vue +++ b/ui/src/components/rects/SVGRectText.vue @@ -1,7 +1,7 @@