Undo/Redo

This commit is contained in:
Mahdi Dibaiee
2014-02-02 23:46:28 +03:30
parent 9f427204ac
commit 17a8409a68
7 changed files with 127 additions and 30 deletions

View File

@ -10,8 +10,15 @@ html, body {
outline: none;
}
div#container {
position: absolute;
}
canvas {
border: 1px solid gray;
position: absolute;
top: 0;
left: 0;
}
header {