Finished the selection tool

This commit is contained in:
unsettledgames
2020-03-05 16:13:23 +01:00
parent b81e3f36a9
commit f1ae36c54c
9 changed files with 180 additions and 102 deletions

View File

@ -52,6 +52,7 @@ svg {
position: fixed;
display:none;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
background-color:transparent;
}
#checkerboard {
@ -64,7 +65,7 @@ svg {
}
#tmp-canvas {
z-index:1;
z-index:3;
background:transparent;
}