mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
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:
@@ -6,6 +6,8 @@ var nSquaresFilled = 0;
|
||||
*/
|
||||
|
||||
function fillCheckerboard() {
|
||||
var context = checkerBoard.context;
|
||||
|
||||
for (var i=0; i<canvasSize[0] / checkerBoardSquareSize; i++) {
|
||||
nSquaresFilled = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user