Added ellipse tool setup

This commit is contained in:
Nicola
2022-01-22 16:02:10 +01:00
parent 6900ecb0c0
commit 832f36992b
9 changed files with 168 additions and 179 deletions

View File

@ -37,6 +37,7 @@
//=include tools/EraserTool.js
//=include tools/LineTool.js
//=include tools/RectangleTool.js
//=include tools/EllipseTool.js
//=include tools/FillTool.js
//=include tools/EyeDropperTool.js
//=include tools/PanTool.js
@ -69,7 +70,7 @@ PresetModule.instrumentPresetMenu();
//when the page is done loading, you can get ready to start
window.onload = function () {
featureToggles.onLoad();
//featureToggles.onLoad();
ToolManager.currentTool().updateCursor();