implemented deleting of tiles, saving of plan

This commit is contained in:
Stephan Richter
2020-09-13 00:18:25 +02:00
parent 1a3a14762a
commit 6f7e225604
7 changed files with 84 additions and 26 deletions

View File

@@ -60,6 +60,8 @@ svg text{
.menu > div > .list > *{
position: relative;
border: 1px solid black;
height: 30px;
float: left;
}
@@ -71,4 +73,8 @@ svg text{
padding: 5px;
border-radius: 5px;
background: yellow;
}
#Eraser polygon{
stroke: red;
}