small changes

This commit is contained in:
Joeri Exelmans 2025-10-16 17:21:29 +02:00
parent d4930eb13d
commit 9401c02800
5 changed files with 11 additions and 17 deletions

View file

@ -34,5 +34,10 @@ export function RountangleSVG(props: { rountangle: Rountangle; selected: string[
<RectHelper uid={uid} size={minSize}
selected={props.selected}
highlight={props.highlight} />
<text x={10} y={20}
className="uid"
data-uid={props.rountangle.uid}>{props.rountangle.uid}</text>
</g>;
}