Active selections now support multiple non-overlapping shapes

* Renamed Selection data structure. Multiple select begins to work
* Saving and loading of multiple selection shapes implemented
* Renamed Document selection properties to avoid confusion
* Renamed and distributed functions between selection and shape utilities
* Fixes to selection toolbox
* Fixed issue with copying across multiple selections
* Final cleanups
This commit is contained in:
Igor Zinken
2023-03-31 22:10:41 +02:00
committed by GitHub
parent 54314e1153
commit d2b581d2ee
24 changed files with 570 additions and 374 deletions

View File

@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.app.json",
"includes": [ "src/**/*.ts", "tests/**/*.ts" ],
"includes": [ "src/**/*.ts", "src/**/*.vue", "tests/**/*.ts" ],
"compilerOptions": {
"skipLibCheck": true
}