Added simple move tool

This commit is contained in:
juliandescottes
2012-09-07 01:08:25 +02:00
parent 17bf7b3807
commit f06f03a7f7
5 changed files with 97 additions and 86 deletions

View File

@@ -34,7 +34,7 @@
// The fake canvas where we will draw the preview of the stroke:
// Drawing the first point of the stroke in the fake overlay canvas:
drawer.updateOverlay(col, row, color);
drawer.overlay.setPixel(col, row, color);
drawer.renderOverlay();
};