feat(annotations): resize and move annotations in document view #235

Merged
marcel merged 25 commits from feat/issue-233-annotation-resize-move into main 2026-04-14 14:55:28 +02:00
Showing only changes of commit 4d3207fc27 - Show all commits

View File

@@ -238,6 +238,7 @@ class AnnotationServiceTest {
assertThat(result.getY()).isEqualTo(0.6);
assertThat(result.getWidth()).isEqualTo(0.3); // unchanged
assertThat(result.getHeight()).isEqualTo(0.4); // unchanged
verify(annotationRepository).save(annotation);
}
// ─── listAnnotations ──────────────────────────────────────────────────────