Introduce ellipse tool (which draws rectangle for now)

This commit is contained in:
nkoder
2021-04-28 22:35:26 +02:00
parent 07f36cf7cb
commit 6cc60c00e8
12 changed files with 269 additions and 17 deletions

View File

@ -41,6 +41,10 @@ new Tool('rectangle', {
cursor: 'crosshair',
brushPreview: true,
});
new Tool('ellipse', {
cursor: 'crosshair',
brushPreview: true,
});
new Tool('resizerectangle', {
cursor: 'default',
});