simple execution works

This commit is contained in:
Joeri Exelmans 2025-10-08 16:49:19 +02:00
parent 2b73da9387
commit 3f2db4457f
9 changed files with 412 additions and 52 deletions

View file

@ -30,7 +30,7 @@ text.highlight {
}
.rountangle {
fill: rgba(255, 255, 255, 255);
fill: white;
/* fill: none; */
stroke: black;
stroke-width: 2px;
@ -58,6 +58,10 @@ text.highlight {
.rountangle.error {
stroke: rgb(230,0,0);
}
.rountangle.active {
fill: rgb(255, 196, 0);
fill-opacity: 0.6;
}
.selected:hover {
cursor: grab;