Implemented eraser tool. Must move and resize layers at the same time.

Signed-off-by: npalomba <nicola.palomba@studenti.galileilivorno.gov.it>
This commit is contained in:
npalomba
2019-03-31 16:32:49 +02:00
parent 42a8ce3c4a
commit a9d380ec1d
17 changed files with 83 additions and 71 deletions

View File

@ -54,11 +54,11 @@ canvas {
}
#checkerboard {
z-index:1000;
z-index:1;
}
#pixel-canvas {
z-index:1;
z-index:2;
background:transparent;
}