Commit before dropping the fill tool idea and reverting to the first lasso version

This commit is contained in:
Nicola
2022-01-02 21:57:20 +01:00
parent 908cc1b17c
commit 5b6b3d33bc
4 changed files with 115 additions and 65 deletions

View File

@ -66,7 +66,7 @@ class Layer {
Events.onCustom("del", this.tryDelete.bind(this));
this.menuEntry.getElementsByTagName("canvas")[0].getContext('2d').imageSmoothingEnabled = false;
this.context.imageSmoothingEnabled = false;
}
this.initialize();