Allow adding parts to cut via the UI

This commit is contained in:
heyarne 2022-01-01 13:05:25 +01:00
commit 322174c9e7
3 changed files with 88 additions and 17 deletions

View file

@ -33,3 +33,16 @@ rect {
stroke-width: 1;
stroke: coral
}
text {
fill: coral;
font: 12px sans-serif;
}
.num-rects {
width: 4em;
}
.rect-dim {
width: 6em;
}