Commit Graph

6 Commits

Author SHA1 Message Date
skeddles a460a5297a changed all color deselections to use optional chaining
used optional chaining (?. ) intead of a variable / if statements, and added it to the missing _addColorButton function
2021-10-22 13:17:16 -04:00
unsettledgames 9ef0e6ecea Started commenting code 2020-12-31 13:05:51 +01:00
unsettledgames 466eb0580c Started refactoring the code
- Can now zoom without selecting the zom tool
- Moved updateCursor to the tool class, deleted _updateCursor.js
- Removed as many references to canvas as possible, removed every global reference to context
- Added methods in Tool class to move the brush preview
2020-07-21 16:01:00 +02:00
Theo Cavignac 6f84b5dfc8 Apply eslint --fix and fix indentation 2020-04-12 10:58:19 +02:00
npalomba 8f4f4c2478 Solved bug that made the colour picker appear in the canvas.
Signed-off-by: npalomba <nicola.palomba@studenti.galileilivorno.gov.it>
2019-03-31 19:53:39 +02:00
Sam Keddy 7126e83f5f first commit 2019-03-26 23:20:54 +00:00