Added shape drawing and more vector helper functions

This commit is contained in:
Mitchell McCaffrey
2020-04-27 21:39:21 +10:00
parent e08dc60f5f
commit 81f84d8a19
6 changed files with 278 additions and 62 deletions

View File

@@ -60,7 +60,7 @@ function Map({
color: "red",
type: "rectangle",
useBlending: true,
useGridSnapping: true,
useGridSnapping: false,
},
});
function handleToolSettingChange(tool, change) {