From 0d564c1501961fc7852324f56ba6eb5f30a8c532 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Mon, 1 Nov 2021 15:26:44 +0000 Subject: [PATCH] Remove libraries --- package.json | 13 +- packages/intersect/LICENSE | 21 - packages/intersect/README.md | 3 - packages/intersect/package.json | 51 - packages/intersect/scripts/build.js | 65 - packages/intersect/scripts/dev.js | 31 - packages/intersect/scripts/pre-dev.js | 28 - packages/intersect/src/index.ts | 1147 - packages/intersect/tsconfig.build.json | 24 - packages/intersect/tsconfig.json | 18 - packages/svg/LICENSE | 21 - packages/svg/README.md | 3 - packages/svg/package.json | 48 - packages/svg/scripts/build.js | 65 - packages/svg/scripts/dev.js | 31 - packages/svg/scripts/pre-dev.js | 28 - packages/svg/src/index.ts | 63 - packages/svg/tsconfig.build.json | 24 - packages/svg/tsconfig.json | 18 - packages/tldraw/package.json | 28 +- .../session/sessions/arrow/arrow.session.ts | 2 +- .../src/{state => test}/migration.spec.ts | 6 +- packages/tldraw/src/test/old-doc.json | 31877 ---------------- packages/tldraw/src/test/old-doc.ts | 15572 ++++++++ packages/tldraw/tsconfig.build.json | 3 +- packages/tldraw/tsconfig.json | 8 +- packages/vec/LICENSE | 21 - packages/vec/README.md | 3 - packages/vec/package.json | 48 - packages/vec/scripts/build.js | 67 - packages/vec/scripts/dev.js | 28 - packages/vec/scripts/pre-dev.js | 27 - packages/vec/src/index.ts | 520 - packages/vec/tsconfig.build.json | 19 - packages/vec/tsconfig.json | 15 - packages/www/public/sw.js | 2 +- packages/www/public/sw.js.map | 2 +- ...S4-.js => worker-7ryd46WBzPy7BjiSHTKb0.js} | 0 packages/www/tsconfig.json | 28 +- tsconfig.json | 8 +- yarn.lock | 1740 +- 41 files changed, 15678 insertions(+), 36048 deletions(-) delete mode 100644 packages/intersect/LICENSE delete mode 100644 packages/intersect/README.md delete mode 100644 packages/intersect/package.json delete mode 100644 packages/intersect/scripts/build.js delete mode 100644 packages/intersect/scripts/dev.js delete mode 100644 packages/intersect/scripts/pre-dev.js delete mode 100644 packages/intersect/src/index.ts delete mode 100644 packages/intersect/tsconfig.build.json delete mode 100644 packages/intersect/tsconfig.json delete mode 100644 packages/svg/LICENSE delete mode 100644 packages/svg/README.md delete mode 100644 packages/svg/package.json delete mode 100644 packages/svg/scripts/build.js delete mode 100644 packages/svg/scripts/dev.js delete mode 100644 packages/svg/scripts/pre-dev.js delete mode 100644 packages/svg/src/index.ts delete mode 100644 packages/svg/tsconfig.build.json delete mode 100644 packages/svg/tsconfig.json rename packages/tldraw/src/{state => test}/migration.spec.ts (68%) delete mode 100644 packages/tldraw/src/test/old-doc.json create mode 100644 packages/tldraw/src/test/old-doc.ts delete mode 100644 packages/vec/LICENSE delete mode 100644 packages/vec/README.md delete mode 100644 packages/vec/package.json delete mode 100644 packages/vec/scripts/build.js delete mode 100644 packages/vec/scripts/dev.js delete mode 100644 packages/vec/scripts/pre-dev.js delete mode 100644 packages/vec/src/index.ts delete mode 100644 packages/vec/tsconfig.build.json delete mode 100644 packages/vec/tsconfig.json rename packages/www/public/{worker-HKFtmQufnTIV6sQ0dJS4-.js => worker-7ryd46WBzPy7BjiSHTKb0.js} (100%) diff --git a/package.json b/package.json index da847843b..1aeb6b4da 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,6 @@ "workspaces": [ "packages/tldraw", "packages/dev", - "packages/vec", - "packages/svg", - "packages/intersect", "packages/www" ], "scripts": { @@ -23,7 +20,7 @@ "start": "lerna run start:pre && lerna run start --stream --parallel", "start:www": "yarn build:packages && lerna run start --parallel & cd packages/www && yarn dev", "build": "yarn build:packages && cd packages/www && yarn build", - "build:packages": "cd packages/vec && yarn build && cd ../intersect && yarn build && cd ../tldraw && yarn build", + "build:packages": "cd packages/tldraw && yarn build", "publish:patch": "yarn build:packages && lerna publish patch", "docs": "lerna run docs", "docs:watch": "lerna run docs:watch" @@ -32,7 +29,7 @@ "@swc-node/jest": "^1.3.3", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", - "@types/jest": "^27.0.1", + "@types/jest": "^27.0.2", "@types/node": "^15.0.1", "@types/react": "^17.0.33", "@types/react-dom": "^17.0.10", @@ -41,7 +38,7 @@ "eslint": "^7.32.0", "fake-indexeddb": "^3.1.3", "init-package-json": "^2.0.4", - "jest": "^27.1.0", + "jest": "^27.3.1", "lerna": "^3.22.1", "resize-observer-polyfill": "^1.5.1", "tslib": "^2.3.0", @@ -73,14 +70,10 @@ ], "testEnvironment": "jsdom", "modulePathIgnorePatterns": [ - "/packages/vec/dist/", - "/packages/intersect/dist/", "/packages/tldraw/dist/", "/packages/tldraw/test-utils/" ], "moduleNameMapper": { - "@tldraw/vec": "/packages/vec/src", - "@tldraw/intersect": "/packages/intersect/src", "@tldraw/tldraw": "/packages/tldraw/src", "\\~(.*)": "/packages/tldraw/src/$1" } diff --git a/packages/intersect/LICENSE b/packages/intersect/LICENSE deleted file mode 100644 index bdcc8b850..000000000 --- a/packages/intersect/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Stephen Ruiz Ltd - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/packages/intersect/README.md b/packages/intersect/README.md deleted file mode 100644 index df6d78fee..000000000 --- a/packages/intersect/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# @tldraw/intersect - -Intersection utilities. diff --git a/packages/intersect/package.json b/packages/intersect/package.json deleted file mode 100644 index d4484bd84..000000000 --- a/packages/intersect/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "@tldraw/intersect", - "version": "0.0.132", - "private": false, - "description": "Intersection utilities for tldraw.", - "author": "@steveruizok", - "repository": { - "type": "git", - "url": "git+https://github.com/tldraw/tldraw.git", - "directory": "packages/intersect" - }, - "license": "MIT", - "keywords": [], - "files": [ - "dist/**/*" - ], - "sideEffects": false, - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "types": "./dist/types/index.d.ts", - "typings": "./dist/types/index.d.ts", - "scripts": { - "start:pre": "node scripts/pre-dev && yarn types:pre", - "start:utils": "node scripts/dev & yarn types:dev", - "build": "node scripts/build && yarn types:build", - "types:pre": "tsc", - "types:dev": "tsc --watch", - "types:build": "tsc --project tsconfig.build.json", - "lint": "eslint src/ --ext .ts,.tsx", - "clean": "rm -rf dist", - "ts-node": "ts-node", - "docs": "typedoc", - "docs:watch": "typedoc --watch" - }, - "devDependencies": { - "@types/jest": "^27.0.1", - "@types/node": "^16.7.10", - "@typescript-eslint/eslint-plugin": "^4.30.0", - "@typescript-eslint/parser": "^4.30.0", - "esbuild": "^0.13.8", - "eslint": "^7.32.0", - "lerna": "^4.0.0", - "tslib": "^2.3.1", - "typedoc": "^0.22.3", - "typescript": "^4.4.2" - }, - "dependencies": { - "@tldraw/vec": "^0.0.132" - }, - "gitHead": "083b36e167b6911927a6b58cbbb830b11b33f00a" -} diff --git a/packages/intersect/scripts/build.js b/packages/intersect/scripts/build.js deleted file mode 100644 index 4fbe922f6..000000000 --- a/packages/intersect/scripts/build.js +++ /dev/null @@ -1,65 +0,0 @@ -/* eslint-disable */ -const fs = require('fs') -const esbuild = require('esbuild') -const { gzip } = require('zlib') - -const name = process.env.npm_package_name || '' - -async function main() { - if (fs.existsSync('./dist')) { - fs.rmSync('./dist', { recursive: true }, (e) => { - if (e) { - throw e - } - }) - } - - try { - esbuild.buildSync({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: true, - bundle: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.build.json', - external: ['react', 'react-dom'], - }) - - const esmResult = esbuild.buildSync({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/esm', - minify: true, - bundle: true, - format: 'esm', - target: 'es6', - tsconfig: './tsconfig.build.json', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - external: ['react', 'react-dom'], - metafile: true, - }) - - let esmSize = 0 - Object.values(esmResult.metafile.outputs).forEach((output) => { - esmSize += output.bytes - }) - - fs.readFile('./dist/esm/index.js', (_err, data) => { - gzip(data, (_err, result) => { - console.log( - `✔ ${name}: Built package. ${(esmSize / 1000).toFixed(2)}kb (${( - result.length / 1000 - ).toFixed(2)}kb minified)` - ) - }) - }) - } catch (e) { - console.log(`× ${name}: Build failed due to an error.`) - console.log(e) - } -} - -main() diff --git a/packages/intersect/scripts/dev.js b/packages/intersect/scripts/dev.js deleted file mode 100644 index 050de844d..000000000 --- a/packages/intersect/scripts/dev.js +++ /dev/null @@ -1,31 +0,0 @@ -/* eslint-disable */ -const esbuild = require('esbuild') - -const name = process.env.npm_package_name || '' - -async function main() { - esbuild.build({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: false, - bundle: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.json', - external: ['react', 'react-dom'], - incremental: true, - watch: { - onRebuild(error) { - if (error) { - console.log(`× ${name}: An error in prevented the rebuild.`) - return - } - console.log(`✔ ${name}: Rebuilt.`) - }, - }, - }) -} - -main() diff --git a/packages/intersect/scripts/pre-dev.js b/packages/intersect/scripts/pre-dev.js deleted file mode 100644 index 531792366..000000000 --- a/packages/intersect/scripts/pre-dev.js +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable */ -const fs = require('fs') -const esbuild = require('esbuild') - -async function main() { - if (fs.existsSync('./dist')) { - fs.rmSync('./dist', { recursive: true }, (e) => { - if (e) { - throw e - } - }) - } - - esbuild.build({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: false, - bundle: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.json', - external: ['react', 'react-dom'], - }) -} - -main() diff --git a/packages/intersect/src/index.ts b/packages/intersect/src/index.ts deleted file mode 100644 index 207a9ed87..000000000 --- a/packages/intersect/src/index.ts +++ /dev/null @@ -1,1147 +0,0 @@ -import { Vec } from '@tldraw/vec' - -export type TLIntersection = { - didIntersect: boolean - message: string - points: number[][] -} - -export interface TLBounds { - minX: number - minY: number - maxX: number - maxY: number - width: number - height: number - rotation?: number -} - -/** - * Get an intersection. - * @param message - * @param points - * @internal - */ -function createIntersection(message: string, ...points: number[][]): TLIntersection { - const didIntersect = points.length > 0 - return { didIntersect, message, points } -} - -/** - * - * @param point - * @param size - * @param rotation - * @internal - */ -function getRectangleSides(point: number[], size: number[], rotation = 0): [string, number[][]][] { - const center = [point[0] + size[0] / 2, point[1] + size[1] / 2] - const tl = Vec.rotWith(point, center, rotation) - const tr = Vec.rotWith(Vec.add(point, [size[0], 0]), center, rotation) - const br = Vec.rotWith(Vec.add(point, size), center, rotation) - const bl = Vec.rotWith(Vec.add(point, [0, size[1]]), center, rotation) - - return [ - ['top', [tl, tr]], - ['right', [tr, br]], - ['bottom', [br, bl]], - ['left', [bl, tl]], - ] -} - -/** - * Get whether angle c lies between angles a and b. - * @param a - * @param b - * @param c - * @internal - */ -function isAngleBetween(a: number, b: number, c: number): boolean { - if (c === a || c === b) return true - const PI2 = Math.PI * 2 - const AB = (b - a + PI2) % PI2 - const AC = (c - a + PI2) % PI2 - return AB <= Math.PI !== AC > AB -} - -/* -------------------------------------------------- */ -/* Ray */ -/* -------------------------------------------------- */ - -/** - * Find the intersection between a ray and a ray. - * @param p0 The first ray's point - * @param n0 The first ray's direction vector. - * @param p1 The second ray's point. - * @param n1 The second ray's direction vector. - */ -export function /*#__PURE__*/ intersectRayRay( - p0: number[], - n0: number[], - p1: number[], - n1: number[] -): TLIntersection { - const dx = p1[0] - p0[0] - const dy = p1[1] - p0[1] - const det = n1[0] * n0[1] - n1[1] * n0[0] - const u = (dy * n1[0] - dx * n1[1]) / det - const v = (dy * n0[0] - dx * n0[1]) / det - if (u < 0 || v < 0) return createIntersection('miss') - - const m0 = n0[1] / n0[0] - const m1 = n1[1] / n1[0] - const b0 = p0[1] - m0 * p0[0] - const b1 = p1[1] - m1 * p1[0] - const x = (b1 - b0) / (m0 - m1) - const y = m0 * x + b0 - - return Number.isFinite(x) - ? createIntersection('intersection', [x, y]) - : createIntersection('parallel') -} - -/** - * Find the intersections between a ray and a line segment. - * @param origin - * @param direction - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectRayLineSegment( - origin: number[], - direction: number[], - a1: number[], - a2: number[] -): TLIntersection { - const [x, y] = origin - const [dx, dy] = direction - const [x1, y1] = a1 - const [x2, y2] = a2 - - if (dy / dx !== (y2 - y1) / (x2 - x1)) { - const d = dx * (y2 - y1) - dy * (x2 - x1) - if (d !== 0) { - const r = ((y - y1) * (x2 - x1) - (x - x1) * (y2 - y1)) / d - const s = ((y - y1) * dx - (x - x1) * dy) / d - if (r >= 0 && s >= 0 && s <= 1) { - return createIntersection('intersection', [x + r * dx, y + r * dy]) - } - } - } - return createIntersection('no intersection') -} - -/** - * Find the intersections between a ray and a rectangle. - * @param origin - * @param direction - * @param point - * @param size - * @param rotation - */ -export function /*#__PURE__*/ intersectRayRectangle( - origin: number[], - direction: number[], - point: number[], - size: number[], - rotation = 0 -): TLIntersection[] { - return intersectRectangleRay(point, size, rotation, origin, direction) -} - -/** - * Find the intersections between a ray and an ellipse. - * @param origin - * @param direction - * @param center - * @param rx - * @param ry - * @param rotation - */ -export function /*#__PURE__*/ intersectRayEllipse( - origin: number[], - direction: number[], - center: number[], - rx: number, - ry: number, - rotation: number -): TLIntersection { - const a1 = origin - const a2 = Vec.mul(direction, 999999999) - return intersectLineSegmentEllipse(a1, a2, center, rx, ry, rotation) -} - -/** - * Find the intersections between a ray and a bounding box. - * @param origin - * @param direction - * @param bounds - * @param rotation - */ -export function /*#__PURE__*/ intersectRayBounds( - origin: number[], - direction: number[], - bounds: TLBounds, - rotation = 0 -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectRayRectangle(origin, direction, [minX, minY], [width, height], rotation) -} - -/* -------------------------------------------------- */ -/* Line Segment */ -/* -------------------------------------------------- */ - -/** - * Find the intersection between a line segment and a ray. - * @param a1 - * @param a2 - * @param origin - * @param direction - */ -export function /*#__PURE__*/ intersectLineSegmentRay( - a1: number[], - a2: number[], - origin: number[], - direction: number[] -): TLIntersection { - return intersectRayLineSegment(origin, direction, a1, a2) -} - -/** - * Find the intersection between a line segment and a line segment. - * @param a1 - * @param a2 - * @param b1 - * @param b2 - */ -export function /*#__PURE__*/ intersectLineSegmentLineSegment( - a1: number[], - a2: number[], - b1: number[], - b2: number[] -): TLIntersection { - const AB = Vec.sub(a1, b1) - const BV = Vec.sub(b2, b1) - const AV = Vec.sub(a2, a1) - - const ua_t = BV[0] * AB[1] - BV[1] * AB[0] - const ub_t = AV[0] * AB[1] - AV[1] * AB[0] - const u_b = BV[1] * AV[0] - BV[0] * AV[1] - - if (ua_t === 0 || ub_t === 0) { - return createIntersection('coincident') - } - - if (u_b === 0) { - return createIntersection('parallel') - } - - if (u_b !== 0) { - const ua = ua_t / u_b - const ub = ub_t / u_b - if (0 <= ua && ua <= 1 && 0 <= ub && ub <= 1) { - return createIntersection('intersection', Vec.add(a1, Vec.mul(AV, ua))) - } - } - - return createIntersection('no intersection') -} - -/** - * Find the intersections between a line segment and a rectangle. - * @param a1 - * @param a2 - * @param point - * @param size - */ -export function /*#__PURE__*/ intersectLineSegmentRectangle( - a1: number[], - a2: number[], - point: number[], - size: number[] -): TLIntersection[] { - return intersectRectangleLineSegment(point, size, a1, a2) -} - -/** - * Find the intersections between a line segment and an arc. - * @param a1 - * @param a2 - * @param center - * @param radius - * @param start - * @param end - */ -export function /*#__PURE__*/ intersectLineSegmentArc( - a1: number[], - a2: number[], - center: number[], - radius: number, - start: number[], - end: number[] -): TLIntersection { - const sa = Vec.angle(center, start) - const ea = Vec.angle(center, end) - const ellipseTest = intersectEllipseLineSegment(center, radius, radius, 0, a1, a2) - - if (!ellipseTest.didIntersect) return createIntersection('No intersection') - - const points = ellipseTest.points.filter((point) => - isAngleBetween(sa, ea, Vec.angle(center, point)) - ) - - if (points.length === 0) { - return createIntersection('No intersection') - } - - return createIntersection('intersection', ...points) -} - -/** - * Find the intersections between a line segment and a circle. - * @param a1 - * @param a2 - * @param c - * @param r - */ -export function /*#__PURE__*/ intersectLineSegmentCircle( - a1: number[], - a2: number[], - c: number[], - r: number -): TLIntersection { - const a = (a2[0] - a1[0]) * (a2[0] - a1[0]) + (a2[1] - a1[1]) * (a2[1] - a1[1]) - const b = 2 * ((a2[0] - a1[0]) * (a1[0] - c[0]) + (a2[1] - a1[1]) * (a1[1] - c[1])) - const cc = - c[0] * c[0] + - c[1] * c[1] + - a1[0] * a1[0] + - a1[1] * a1[1] - - 2 * (c[0] * a1[0] + c[1] * a1[1]) - - r * r - - const deter = b * b - 4 * a * cc - - if (deter < 0) { - return createIntersection('outside') - } - - if (deter === 0) { - return createIntersection('tangent') - } - - const e = Math.sqrt(deter) - const u1 = (-b + e) / (2 * a) - const u2 = (-b - e) / (2 * a) - if ((u1 < 0 || u1 > 1) && (u2 < 0 || u2 > 1)) { - if ((u1 < 0 && u2 < 0) || (u1 > 1 && u2 > 1)) { - return createIntersection('outside') - } else { - return createIntersection('inside') - } - } - - const results: number[][] = [] - if (0 <= u1 && u1 <= 1) results.push(Vec.lrp(a1, a2, u1)) - if (0 <= u2 && u2 <= 1) results.push(Vec.lrp(a1, a2, u2)) - - return createIntersection('intersection', ...results) -} - -/** - * Find the intersections between a line segment and an ellipse. - * @param a1 - * @param a2 - * @param center - * @param rx - * @param ry - * @param rotation - */ -export function /*#__PURE__*/ intersectLineSegmentEllipse( - a1: number[], - a2: number[], - center: number[], - rx: number, - ry: number, - rotation = 0 -): TLIntersection { - // If the ellipse or line segment are empty, return no tValues. - if (rx === 0 || ry === 0 || Vec.isEqual(a1, a2)) { - return createIntersection('No intersection') - } - - // Get the semimajor and semiminor axes. - rx = rx < 0 ? rx : -rx - ry = ry < 0 ? ry : -ry - - // Rotate points and translate so the ellipse is centered at the origin. - a1 = Vec.sub(Vec.rotWith(a1, center, -rotation), center) - a2 = Vec.sub(Vec.rotWith(a2, center, -rotation), center) - - // Calculate the quadratic parameters. - const diff = Vec.sub(a2, a1) - - const A = (diff[0] * diff[0]) / rx / rx + (diff[1] * diff[1]) / ry / ry - const B = (2 * a1[0] * diff[0]) / rx / rx + (2 * a1[1] * diff[1]) / ry / ry - const C = (a1[0] * a1[0]) / rx / rx + (a1[1] * a1[1]) / ry / ry - 1 - - // Make a list of t values (normalized points on the line where intersections occur). - const tValues: number[] = [] - - // Calculate the discriminant. - const discriminant = B * B - 4 * A * C - - if (discriminant === 0) { - // One real solution. - tValues.push(-B / 2 / A) - } else if (discriminant > 0) { - const root = Math.sqrt(discriminant) - // Two real solutions. - tValues.push((-B + root) / 2 / A) - tValues.push((-B - root) / 2 / A) - } - - // Filter to only points that are on the segment. - // Solve for points, then counter-rotate points. - const points = tValues - .filter((t) => t >= 0 && t <= 1) - .map((t) => Vec.add(center, Vec.add(a1, Vec.mul(Vec.sub(a2, a1), t)))) - .map((p) => Vec.rotWith(p, center, rotation)) - - return createIntersection('intersection', ...points) -} - -/** - * Find the intersections between a line segment and a bounding box. - * @param a1 - * @param a2 - * @param bounds - */ -export function /*#__PURE__*/ intersectLineSegmentBounds( - a1: number[], - a2: number[], - bounds: TLBounds -): TLIntersection[] { - return intersectBoundsLineSegment(bounds, a1, a2) -} - -/** - * Find the intersections between a line segment and a polyline. - * @param a1 - * @param a2 - * @param points - */ -export function /*#__PURE__*/ intersectLineSegmentPolyline( - a1: number[], - a2: number[], - points: number[][] -): TLIntersection[] { - const intersections: TLIntersection[] = [] - - for (let i = 1; i < points.length + 1; i++) { - const int = intersectLineSegmentLineSegment(a1, a2, points[i - 1], points[i % points.length]) - - if (int) { - intersections.push(int) - } - } - - return intersections -} - -/* -------------------------------------------------- */ -/* Rectangle */ -/* -------------------------------------------------- */ - -/** - * Find the intersections between a rectangle and a ray. - * @param point - * @param size - * @param rotation - * @param origin - * @param direction - */ -export function /*#__PURE__*/ intersectRectangleRay( - point: number[], - size: number[], - rotation: number, - origin: number[], - direction: number[] -): TLIntersection[] { - const sideIntersections = getRectangleSides(point, size, rotation).reduce( - (acc, [message, [a1, a2]]) => { - const intersection = intersectRayLineSegment(origin, direction, a1, a2) - - if (intersection) { - acc.push(createIntersection(message, ...intersection.points)) - } - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/** - * Find the intersections between a rectangle and a line segment. - * @param point - * @param size - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectRectangleLineSegment( - point: number[], - size: number[], - a1: number[], - a2: number[] -): TLIntersection[] { - const sideIntersections = getRectangleSides(point, size).reduce( - (acc, [message, [b1, b2]]) => { - const intersection = intersectLineSegmentLineSegment(a1, a2, b1, b2) - - if (intersection) { - acc.push(createIntersection(message, ...intersection.points)) - } - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/** - * Find the intersections between a rectangle and a rectangle. - * @param point1 - * @param size1 - * @param point2 - * @param size2 - */ -export function /*#__PURE__*/ intersectRectangleRectangle( - point1: number[], - size1: number[], - point2: number[], - size2: number[] -): TLIntersection[] { - const sideIntersections = getRectangleSides(point1, size1).reduce( - (acc, [message, [a1, a2]]) => { - const intersections = intersectRectangleLineSegment(point2, size2, a1, a2) - - acc.push( - ...intersections.map((int) => - createIntersection(`${message} ${int.message}`, ...int.points) - ) - ) - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/** - * Find the intersections between a rectangle and an arc. - * @param point - * @param size - * @param center - * @param radius - * @param start - * @param end - */ -export function /*#__PURE__*/ intersectRectangleArc( - point: number[], - size: number[], - center: number[], - radius: number, - start: number[], - end: number[] -): TLIntersection[] { - const sideIntersections = getRectangleSides(point, size).reduce( - (acc, [message, [a1, a2]]) => { - const intersection = intersectArcLineSegment(center, radius, start, end, a1, a2) - - if (intersection) { - acc.push({ ...intersection, message }) - } - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/** - * Find the intersections between a rectangle and a circle. - * @param point - * @param size - * @param c - * @param r - */ -export function /*#__PURE__*/ intersectRectangleCircle( - point: number[], - size: number[], - c: number[], - r: number -): TLIntersection[] { - const sideIntersections = getRectangleSides(point, size).reduce( - (acc, [message, [a1, a2]]) => { - const intersection = intersectLineSegmentCircle(a1, a2, c, r) - - if (intersection) { - acc.push({ ...intersection, message }) - } - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/** - * Find the intersections between a rectangle and an ellipse. - * @param point - * @param size - * @param c - * @param rx - * @param ry - * @param rotation - */ -export function /*#__PURE__*/ intersectRectangleEllipse( - point: number[], - size: number[], - c: number[], - rx: number, - ry: number, - rotation = 0 -): TLIntersection[] { - const sideIntersections = getRectangleSides(point, size).reduce( - (acc, [message, [a1, a2]]) => { - const intersection = intersectLineSegmentEllipse(a1, a2, c, rx, ry, rotation) - - if (intersection) { - acc.push({ ...intersection, message }) - } - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/** - * Find the intersections between a rectangle and a bounding box. - * @param point - * @param size - * @param bounds - */ -export function /*#__PURE__*/ intersectRectangleBounds( - point: number[], - size: number[], - bounds: TLBounds -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectRectangleRectangle(point, size, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a rectangle and a polyline. - * @param point - * @param size - * @param points - */ -export function /*#__PURE__*/ intersectRectanglePolyline( - point: number[], - size: number[], - points: number[][] -): TLIntersection[] { - const sideIntersections = getRectangleSides(point, size).reduce( - (acc, [message, [a1, a2]]) => { - const intersections = intersectLineSegmentPolyline(a1, a2, points) - - if (intersections.length > 0) { - acc.push(createIntersection(message, ...intersections.flatMap((i) => i.points))) - } - - return acc - }, - [] - ) - - return sideIntersections.filter((int) => int.didIntersect) -} - -/* -------------------------------------------------- */ -/* Arc */ -/* -------------------------------------------------- */ - -/** - * Find the intersections between a arc and a line segment. - * @param center - * @param radius - * @param start - * @param end - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectArcLineSegment( - center: number[], - radius: number, - start: number[], - end: number[], - a1: number[], - a2: number[] -): TLIntersection { - return intersectLineSegmentArc(a1, a2, center, radius, start, end) -} - -/** - * Find the intersections between a arc and a rectangle. - * @param center - * @param radius - * @param start - * @param end - * @param point - * @param size - */ -export function /*#__PURE__*/ intersectArcRectangle( - center: number[], - radius: number, - start: number[], - end: number[], - point: number[], - size: number[] -): TLIntersection[] { - return intersectRectangleArc(point, size, center, radius, start, end) -} - -/** - * Find the intersections between a arc and a bounding box. - * @param center - * @param radius - * @param start - * @param end - * @param bounds - */ -export function /*#__PURE__*/ intersectArcBounds( - center: number[], - radius: number, - start: number[], - end: number[], - bounds: TLBounds -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectArcRectangle(center, radius, start, end, [minX, minY], [width, height]) -} - -/* -------------------------------------------------- */ -/* Circle */ -/* -------------------------------------------------- */ - -/** - * Find the intersections between a circle and a line segment. - * @param c - * @param r - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectCircleLineSegment( - c: number[], - r: number, - a1: number[], - a2: number[] -): TLIntersection { - return intersectLineSegmentCircle(a1, a2, c, r) -} - -/** - * Find the intersections between a circle and a circle. - * @param c1 - * @param r1 - * @param c2 - * @param r2 - */ -export function /*#__PURE__*/ intersectCircleCircle( - c1: number[], - r1: number, - c2: number[], - r2: number -): TLIntersection { - let dx = c2[0] - c1[0], - dy = c2[1] - c1[1] - - const d = Math.sqrt(dx * dx + dy * dy), - x = (d * d - r2 * r2 + r1 * r1) / (2 * d), - y = Math.sqrt(r1 * r1 - x * x) - - dx /= d - dy /= d - - return createIntersection( - 'intersection', - [c1[0] + dx * x - dy * y, c1[1] + dy * x + dx * y], - [c1[0] + dx * x + dy * y, c1[1] + dy * x - dx * y] - ) -} - -/** - * Find the intersections between a circle and a rectangle. - * @param c - * @param r - * @param point - * @param size - */ -export function /*#__PURE__*/ intersectCircleRectangle( - c: number[], - r: number, - point: number[], - size: number[] -): TLIntersection[] { - return intersectRectangleCircle(point, size, c, r) -} - -/** - * Find the intersections between a circle and a bounding box. - * @param c - * @param r - * @param bounds - */ -export function /*#__PURE__*/ intersectCircleBounds( - c: number[], - r: number, - bounds: TLBounds -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectCircleRectangle(c, r, [minX, minY], [width, height]) -} - -/* -------------------------------------------------- */ -/* Ellipse */ -/* -------------------------------------------------- */ - -/** - * Find the intersections between an ellipse and a ray. - * @param center - * @param rx - * @param ry - * @param rotation - * @param point - * @param direction - */ -export function /*#__PURE__*/ intersectEllipseRay( - center: number[], - rx: number, - ry: number, - rotation: number, - point: number[], - direction: number[] -): TLIntersection { - return intersectRayEllipse(point, direction, center, rx, ry, rotation) -} - -/** - * Find the intersections between an ellipse and a line segment. - * @param center - * @param rx - * @param ry - * @param rotation - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectEllipseLineSegment( - center: number[], - rx: number, - ry: number, - rotation = 0, - a1: number[], - a2: number[] -): TLIntersection { - if (rx === ry) { - return intersectLineSegmentCircle(a1, a2, center, rx) - } - - return intersectLineSegmentEllipse(a1, a2, center, rx, ry, rotation) -} - -/** - * Find the intersections between an ellipse and a rectangle. - * @param center - * @param rx - * @param ry - * @param rotation - * @param point - * @param size - */ -export function /*#__PURE__*/ intersectEllipseRectangle( - center: number[], - rx: number, - ry: number, - rotation = 0, - point: number[], - size: number[] -): TLIntersection[] { - if (rx === ry) { - return intersectRectangleCircle(point, size, center, rx) - } - - return intersectRectangleEllipse(point, size, center, rx, ry, rotation) -} - -/** - * Find the intersections between an ellipse and an ellipse. - * Adapted from https://gist.github.com/drawable/92792f59b6ff8869d8b1 - * @param _c1 - * @param _rx1 - * @param _ry1 - * @param _r1 - * @param _c2 - * @param _rx2 - * @param _ry2 - * @param _r2 - */ -export function /*#__PURE__*/ intersectEllipseEllipse( - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _c1: number[], - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _rx1: number, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _ry1: number, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _r1: number, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _c2: number[], - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _rx2: number, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _ry2: number, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - _r2: number -): TLIntersection { - // TODO - return createIntersection('no intersection') -} - -/** - * Find the intersections between an ellipse and a circle. - * @param c - * @param rx - * @param ry - * @param rotation - * @param c2 - * @param r2 - */ -export function /*#__PURE__*/ intersectEllipseCircle( - c: number[], - rx: number, - ry: number, - rotation: number, - c2: number[], - r2: number -): TLIntersection { - return intersectEllipseEllipse(c, rx, ry, rotation, c2, r2, r2, 0) -} - -/** - * Find the intersections between an ellipse and a bounding box. - * @param c - * @param rx - * @param ry - * @param rotation - * @param bounds - */ -export function /*#__PURE__*/ intersectEllipseBounds( - c: number[], - rx: number, - ry: number, - rotation: number, - bounds: TLBounds -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectEllipseRectangle(c, rx, ry, rotation, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and a ray. - * @param bounds - * @param origin - * @param direction - */ -export function /*#__PURE__*/ intersectBoundsRay( - bounds: TLBounds, - origin: number[], - direction: number[] -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectRayRectangle(origin, direction, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and a line segment. - * @param bounds - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectBoundsLineSegment( - bounds: TLBounds, - a1: number[], - a2: number[] -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectLineSegmentRectangle(a1, a2, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and a rectangle. - * @param bounds - * @param point - * @param size - */ -export function /*#__PURE__*/ intersectBoundsRectangle( - bounds: TLBounds, - point: number[], - size: number[] -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectRectangleRectangle(point, size, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and a bounding box. - * @param bounds1 - * @param bounds2 - */ -export function /*#__PURE__*/ intersectBoundsBounds( - bounds1: TLBounds, - bounds2: TLBounds -): TLIntersection[] { - return intersectRectangleRectangle( - [bounds1.minX, bounds1.minY], - [bounds1.width, bounds1.height], - [bounds2.minX, bounds2.minY], - [bounds2.width, bounds2.height] - ) -} - -/** - * Find the intersections between a bounding box and an arc. - * @param bounds - * @param center - * @param radius - * @param start - * @param end - */ -export function /*#__PURE__*/ intersectBoundsArc( - bounds: TLBounds, - center: number[], - radius: number, - start: number[], - end: number[] -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectArcRectangle(center, radius, start, end, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and a circle. - * @param bounds - * @param c - * @param r - */ -export function /*#__PURE__*/ intersectBoundsCircle( - bounds: TLBounds, - c: number[], - r: number -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectCircleRectangle(c, r, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and an ellipse. - * @param bounds - * @param c - * @param rx - * @param ry - * @param rotation - */ -export function /*#__PURE__*/ intersectBoundsEllipse( - bounds: TLBounds, - c: number[], - rx: number, - ry: number, - rotation = 0 -): TLIntersection[] { - const { minX, minY, width, height } = bounds - return intersectEllipseRectangle(c, rx, ry, rotation, [minX, minY], [width, height]) -} - -/** - * Find the intersections between a bounding box and a polyline. - * @param bounds - * @param points - */ -export function /*#__PURE__*/ intersectBoundsPolyline( - bounds: TLBounds, - points: number[][] -): TLIntersection[] { - return intersectPolylineBounds(points, bounds) -} - -/* -------------------------------------------------- */ -/* Polyline */ -/* -------------------------------------------------- */ - -/** - * Find the intersections between a polyline and a line segment. - * @param points - * @param a1 - * @param a2 - */ -export function /*#__PURE__*/ intersectPolylineLineSegment( - points: number[][], - a1: number[], - a2: number[] -): TLIntersection[] { - return intersectLineSegmentPolyline(a1, a2, points) -} - -/** - * Find the intersections between a polyline and a rectangle. - * @param points - * @param point - * @param size - */ -export function /*#__PURE__*/ intersectPolylineRectangle( - points: number[][], - point: number[], - size: number[] -): TLIntersection[] { - return intersectRectanglePolyline(point, size, points) -} - -/** - * Find the intersections between a polyline and a bounding box. - * @param points - * @param bounds - */ -export function /*#__PURE__*/ intersectPolylineBounds( - points: number[][], - bounds: TLBounds -): TLIntersection[] { - return intersectRectanglePolyline( - [bounds.minX, bounds.minY], - [bounds.width, bounds.height], - points - ) -} diff --git a/packages/intersect/tsconfig.build.json b/packages/intersect/tsconfig.build.json deleted file mode 100644 index 83bed1073..000000000 --- a/packages/intersect/tsconfig.build.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "exclude": [ - "node_modules", - "**/*.test.tsx", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.spec.ts", - "src/test", - "dist", - "docs" - ], - "compilerOptions": { - "composite": false, - "incremental": false, - "declarationMap": false, - "sourceMap": false, - "emitDeclarationOnly": true, - "paths": { - "@tldraw/vec": ["../vec"] - } - }, - "references": [{ "path": "../vec" }] -} diff --git a/packages/intersect/tsconfig.json b/packages/intersect/tsconfig.json deleted file mode 100644 index 3b9ffa9a3..000000000 --- a/packages/intersect/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "include": ["src"], - "exclude": ["node_modules", "dist", "docs"], - "compilerOptions": { - "outDir": "./dist/types", - "rootDir": "src", - "baseUrl": "src", - "paths": { - "@tldraw/vec": ["../vec"] - } - }, - "references": [{ "path": "../vec" }], - "typedocOptions": { - "entryPoints": ["src/index.ts"], - "out": "docs" - } -} diff --git a/packages/svg/LICENSE b/packages/svg/LICENSE deleted file mode 100644 index bdcc8b850..000000000 --- a/packages/svg/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Stephen Ruiz Ltd - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/packages/svg/README.md b/packages/svg/README.md deleted file mode 100644 index 9ff03c9d1..000000000 --- a/packages/svg/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# @tldraw/svg - -SVG utilities. diff --git a/packages/svg/package.json b/packages/svg/package.json deleted file mode 100644 index 3c3b4a78a..000000000 --- a/packages/svg/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@tldraw/svg", - "version": "0.0.132", - "private": false, - "description": "SVG utilities for tldraw.", - "author": "@steveruizok", - "repository": { - "type": "git", - "url": "git+https://github.com/tldraw/tldraw.git", - "directory": "packages/vec" - }, - "license": "MIT", - "keywords": [], - "files": [ - "dist/**/*" - ], - "sideEffects": false, - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "types": "./dist/types/index.d.ts", - "typings": "./dist/types/index.d.ts", - "scripts": { - "start:pre": "node scripts/pre-dev && yarn types:pre", - "start:utils": "node scripts/dev & yarn types:dev", - "build": "node scripts/build && yarn types:build", - "types:pre": "tsc", - "types:dev": "tsc --watch", - "types:build": "tsc --project tsconfig.build.json", - "lint": "eslint src/ --ext .ts,.tsx", - "clean": "rm -rf dist", - "ts-node": "ts-node", - "docs": "typedoc", - "docs:watch": "typedoc --watch" - }, - "devDependencies": { - "@types/jest": "^27.0.1", - "@types/node": "^16.7.10", - "@typescript-eslint/eslint-plugin": "^4.30.0", - "@typescript-eslint/parser": "^4.30.0", - "esbuild": "^0.13.8", - "eslint": "^7.32.0", - "lerna": "^4.0.0", - "tslib": "^2.3.1", - "typedoc": "^0.22.3", - "typescript": "^4.4.2" - }, - "gitHead": "083b36e167b6911927a6b58cbbb830b11b33f00a" -} diff --git a/packages/svg/scripts/build.js b/packages/svg/scripts/build.js deleted file mode 100644 index 4fbe922f6..000000000 --- a/packages/svg/scripts/build.js +++ /dev/null @@ -1,65 +0,0 @@ -/* eslint-disable */ -const fs = require('fs') -const esbuild = require('esbuild') -const { gzip } = require('zlib') - -const name = process.env.npm_package_name || '' - -async function main() { - if (fs.existsSync('./dist')) { - fs.rmSync('./dist', { recursive: true }, (e) => { - if (e) { - throw e - } - }) - } - - try { - esbuild.buildSync({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: true, - bundle: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.build.json', - external: ['react', 'react-dom'], - }) - - const esmResult = esbuild.buildSync({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/esm', - minify: true, - bundle: true, - format: 'esm', - target: 'es6', - tsconfig: './tsconfig.build.json', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - external: ['react', 'react-dom'], - metafile: true, - }) - - let esmSize = 0 - Object.values(esmResult.metafile.outputs).forEach((output) => { - esmSize += output.bytes - }) - - fs.readFile('./dist/esm/index.js', (_err, data) => { - gzip(data, (_err, result) => { - console.log( - `✔ ${name}: Built package. ${(esmSize / 1000).toFixed(2)}kb (${( - result.length / 1000 - ).toFixed(2)}kb minified)` - ) - }) - }) - } catch (e) { - console.log(`× ${name}: Build failed due to an error.`) - console.log(e) - } -} - -main() diff --git a/packages/svg/scripts/dev.js b/packages/svg/scripts/dev.js deleted file mode 100644 index 050de844d..000000000 --- a/packages/svg/scripts/dev.js +++ /dev/null @@ -1,31 +0,0 @@ -/* eslint-disable */ -const esbuild = require('esbuild') - -const name = process.env.npm_package_name || '' - -async function main() { - esbuild.build({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: false, - bundle: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.json', - external: ['react', 'react-dom'], - incremental: true, - watch: { - onRebuild(error) { - if (error) { - console.log(`× ${name}: An error in prevented the rebuild.`) - return - } - console.log(`✔ ${name}: Rebuilt.`) - }, - }, - }) -} - -main() diff --git a/packages/svg/scripts/pre-dev.js b/packages/svg/scripts/pre-dev.js deleted file mode 100644 index 531792366..000000000 --- a/packages/svg/scripts/pre-dev.js +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable */ -const fs = require('fs') -const esbuild = require('esbuild') - -async function main() { - if (fs.existsSync('./dist')) { - fs.rmSync('./dist', { recursive: true }, (e) => { - if (e) { - throw e - } - }) - } - - esbuild.build({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: false, - bundle: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.json', - external: ['react', 'react-dom'], - }) -} - -main() diff --git a/packages/svg/src/index.ts b/packages/svg/src/index.ts deleted file mode 100644 index cbb41eb9a..000000000 --- a/packages/svg/src/index.ts +++ /dev/null @@ -1,63 +0,0 @@ -// General -function angle(A: number[], B: number[]): number { - return Math.atan2(B[1] - A[1], B[0] - A[0]) -} - -function shortAngleDist(A: number, B: number) { - const max = Math.PI * 2 - const da = (B - A) % max - return ((2 * da) % max) - da -} - -function getArcLength(C: number[], r: number, A: number[], B: number[]): number { - return r * (2 * Math.PI) * (shortAngleDist(angle(C, A), angle(C, B)) / (2 * Math.PI)) -} - -export const moveTo = (v: number[]): string => { - return `M ${v} ` -} - -export const lineTo = (...v: number[][]): string => { - return `L ${v.join(' ')} ` -} - -export const hLineTo = (v: number[]): string => { - return `H ${v} ` -} - -export const vLineTo = (v: number[]): string => { - return `V ${v} ` -} - -export const bezierTo = (A: number[], B: number[], C: number[]): string => { - return `C ${A} ${B} ${C} ` -} - -export const arcTo = (C: number[], r: number, A: number[], B: number[]): string => { - return [moveTo(A), 'A', r, r, 0, 0, getArcLength(C, r, A, B) > 0 ? '1' : '0', B[0], B[1]].join( - ' ' - ) -} - -export const rectTo = (A: number[]): string => { - return `R ${A}` -} - -export const ellipse = (A: number[], r: number): string => { - return `M ${A[0] - r},${A[1]} - a ${r},${r} 0 1,0 ${r * 2},0 - a ${r},${r} 0 1,0 -${r * 2},0 ` -} - -export const line = (a: number[], ...pts: number[][]): string => { - return moveTo(a) + lineTo(...pts) -} - -export const closePath = (): string => { - return 'Z' -} - -export const getPointAtLength = (path: SVGPathElement, length: number): number[] => { - const point = path.getPointAtLength(length) - return [point.x, point.y] -} diff --git a/packages/svg/tsconfig.build.json b/packages/svg/tsconfig.build.json deleted file mode 100644 index 83bed1073..000000000 --- a/packages/svg/tsconfig.build.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "exclude": [ - "node_modules", - "**/*.test.tsx", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.spec.ts", - "src/test", - "dist", - "docs" - ], - "compilerOptions": { - "composite": false, - "incremental": false, - "declarationMap": false, - "sourceMap": false, - "emitDeclarationOnly": true, - "paths": { - "@tldraw/vec": ["../vec"] - } - }, - "references": [{ "path": "../vec" }] -} diff --git a/packages/svg/tsconfig.json b/packages/svg/tsconfig.json deleted file mode 100644 index 3b9ffa9a3..000000000 --- a/packages/svg/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "include": ["src"], - "exclude": ["node_modules", "dist", "docs"], - "compilerOptions": { - "outDir": "./dist/types", - "rootDir": "src", - "baseUrl": "src", - "paths": { - "@tldraw/vec": ["../vec"] - } - }, - "references": [{ "path": "../vec" }], - "typedocOptions": { - "entryPoints": ["src/index.ts"], - "out": "docs" - } -} diff --git a/packages/tldraw/package.json b/packages/tldraw/package.json index 8687915a6..1462d4564 100644 --- a/packages/tldraw/package.json +++ b/packages/tldraw/package.json @@ -19,7 +19,6 @@ "types": "./dist/types/index.d.ts", "typings": "./dist/types/index.d.ts", "scripts": { - "start:pre": "node scripts/pre-dev && yarn types:pre", "start": "node scripts/dev & yarn types:dev", "build": "node scripts/build && yarn types:build", "types:pre": "tsc", @@ -32,24 +31,7 @@ "docs:watch": "typedoc --watch" }, "devDependencies": { - "@babel/core": "^7.15.5", - "@babel/preset-env": "^7.15.4", - "@types/jest": "^27.0.1", - "@types/node": "^16.7.10", - "@types/react": "^17.0.33", - "@types/react-dom": "^17.0.10", - "@typescript-eslint/eslint-plugin": "^4.30.0", - "@typescript-eslint/parser": "^4.30.0", - "esbuild": "^0.13.8", - "eslint": "^7.32.0", - "lerna": "^4.0.0", - "react": ">=16.8", - "react-dom": "^16.8 || ^17.0", - "ts-node": "^10.2.1", - "tsconfig-replace-paths": "^0.0.5", - "tslib": "^2.3.1", - "typedoc": "^0.22.3", - "typescript": "^4.4.2" + "tsconfig-replace-paths": "^0.0.5" }, "peerDependencies": { "react": ">=16.8", @@ -66,12 +48,12 @@ "@radix-ui/react-tooltip": "^0.1.1", "@stitches/core": "^1.2.5", "@stitches/react": "^1.0.0", - "@tldraw/core": "^0.1.10", - "@tldraw/intersect": "^0.0.132", - "@tldraw/vec": "^0.0.132", + "@tldraw/core": "^0.1.13", + "@tldraw/intersect": "^0.1.3", + "@tldraw/vec": "^0.1.3", "perfect-freehand": "^1.0.16", "react-hotkeys-hook": "^3.4.0", "rko": "^0.5.25" }, "gitHead": "083b36e167b6911927a6b58cbbb830b11b33f00a" -} +} \ No newline at end of file diff --git a/packages/tldraw/src/state/session/sessions/arrow/arrow.session.ts b/packages/tldraw/src/state/session/sessions/arrow/arrow.session.ts index 5c54f22ee..efe981edc 100644 --- a/packages/tldraw/src/state/session/sessions/arrow/arrow.session.ts +++ b/packages/tldraw/src/state/session/sessions/arrow/arrow.session.ts @@ -68,7 +68,7 @@ export class ArrowSession extends Session { this.startBindingShapeId = this.bindableShapeIds .map((id) => page.shapes[id]) - .find((shape) => TLDR.getShapeUtils(shape).hitTest(shape, point))?.id + .find((shape) => Utils.pointInBounds(point, TLDR.getShapeUtils(shape).getBounds(shape)))?.id } else { // If we're editing an existing line, is there a binding already // for the dragging handle? diff --git a/packages/tldraw/src/state/migration.spec.ts b/packages/tldraw/src/test/migration.spec.ts similarity index 68% rename from packages/tldraw/src/state/migration.spec.ts rename to packages/tldraw/src/test/migration.spec.ts index 2b66e73f9..a8772ce38 100644 --- a/packages/tldraw/src/state/migration.spec.ts +++ b/packages/tldraw/src/test/migration.spec.ts @@ -1,11 +1,11 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */ import { TLDrawState } from '~state' import type { TLDrawDocument } from '~types' -import oldDoc from '../test/old-doc.json' +import oldDoc from './old-doc' describe('When migrating bindings', () => { it('migrates', () => { - Object.values((oldDoc as TLDrawDocument).pages).forEach((page) => { + Object.values((oldDoc as unknown as TLDrawDocument).pages).forEach((page) => { Object.values(page.bindings).forEach((binding) => { if ('meta' in binding) { // @ts-ignore @@ -14,6 +14,6 @@ describe('When migrating bindings', () => { }) }) - new TLDrawState().loadDocument(oldDoc) + new TLDrawState().loadDocument(oldDoc as unknown as TLDrawDocument) }) }) diff --git a/packages/tldraw/src/test/old-doc.json b/packages/tldraw/src/test/old-doc.json deleted file mode 100644 index d7d4ef4f7..000000000 --- a/packages/tldraw/src/test/old-doc.json +++ /dev/null @@ -1,31877 +0,0 @@ -{ - "id": "doc", - "pages": { - "page": { - "id": "page", - "name": "Page 1", - "childIndex": 1, - "shapes": { - "60ebe34d-056f-4e1d-1a12-d0172304b103": { - "id": "60ebe34d-056f-4e1d-1a12-d0172304b103", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 1, - "point": [ - -945.38, - 3713.98 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "e59e2942-19db-44f3-175c-1648b7b60867": { - "id": "e59e2942-19db-44f3-175c-1648b7b60867", - "type": "rectangle", - "name": "Rectangle", - "parentId": "86b5a44f-6899-4a80-3213-29168cacf1a8", - "childIndex": 1, - "point": [ - -4414.61, - 4667.92 - ], - "size": [ - 147.83, - 101.97 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "95bee843-c4b5-4718-14be-39c0096915df": { - "id": "95bee843-c4b5-4718-14be-39c0096915df", - "type": "ellipse", - "name": "Ellipse", - "parentId": "930dcc0e-9c50-49d4-3a77-9270b622e672", - "childIndex": 1, - "point": [ - -8549.52, - 888.52 - ], - "radius": [ - 78.3299999999999, - 78.33000000000015 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "475d41af-75ba-48b1-2c2d-3e7ecefae48b": { - "id": "475d41af-75ba-48b1-2c2d-3e7ecefae48b", - "type": "ellipse", - "name": "Ellipse", - "parentId": "9b4b799a-e668-4f56-3988-c5369fe8b14b", - "childIndex": 1, - "point": [ - -8330.89, - 732 - ], - "radius": [ - 78.3299999999999, - 78.33000000000015 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "cb71a4ad-c105-4250-0796-6fd462369163": { - "id": "cb71a4ad-c105-4250-0796-6fd462369163", - "type": "ellipse", - "name": "Ellipse", - "parentId": "0423b2bb-3489-4f7e-1422-35c2bd1c319f", - "childIndex": 1, - "point": [ - -8118.61, - 894.67 - ], - "radius": [ - 78.3299999999999, - 78.33000000000015 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "57f344c4-9821-4a9e-1caa-e2db20e6e322": { - "id": "57f344c4-9821-4a9e-1caa-e2db20e6e322", - "type": "draw", - "name": "Draw", - "parentId": "cd845eae-00e7-4e6c-2811-01151c322099", - "childIndex": 1, - "point": [ - -7134.64, - 1973.4 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "f4201c3e-80ca-4f66-2013-86b6664700ae": { - "id": "f4201c3e-80ca-4f66-2013-86b6664700ae", - "type": "ellipse", - "name": "Ellipse", - "parentId": "25e38f7c-bbab-4610-1e66-dd38ad865b4e", - "childIndex": 1, - "point": [ - -7156.93, - 2114.26 - ], - "radius": [ - 40.87445453846635, - 40.87445453846635 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "9b56940b-3aba-47ad-3776-632365c5cc34": { - "id": "9b56940b-3aba-47ad-3776-632365c5cc34", - "type": "text", - "name": "Text", - "parentId": "fa855af2-d5b7-47e2-2754-0daf8a00373d", - "childIndex": 1, - "point": [ - -5498.77, - 2424.75 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c7f2738f-0224-4272-2835-f3223ab83882": { - "id": "c7f2738f-0224-4272-2835-f3223ab83882", - "type": "text", - "name": "Text", - "parentId": "bc24130a-3d94-4c2d-31ce-080243f20a9c", - "childIndex": 1, - "point": [ - 5227.84, - 2488.9 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "22b610e5-b68e-42ce-35f3-71be2c3a937e": { - "id": "22b610e5-b68e-42ce-35f3-71be2c3a937e", - "type": "text", - "name": "Text", - "parentId": "c765333b-5643-4b53-1b59-185fc083e7f2", - "childIndex": 1, - "point": [ - -751.38, - 3663.98 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8e363b72-d847-4fe7-04e7-71ca0f60b010": { - "id": "8e363b72-d847-4fe7-04e7-71ca0f60b010", - "type": "text", - "name": "Text", - "parentId": "243747fa-ee13-49ab-0c13-8613b633a415", - "childIndex": 1, - "point": [ - -185.68, - 4069.7 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e7cbecb0-0914-4623-356b-f0b39ab2d233": { - "id": "e7cbecb0-0914-4623-356b-f0b39ab2d233", - "type": "text", - "name": "Text", - "parentId": "baa545e5-4de3-4306-397a-c21475494da8", - "childIndex": 1, - "point": [ - -759.41, - 2763.7 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "99527546-f697-472e-1525-21fd0c1997e2": { - "id": "99527546-f697-472e-1525-21fd0c1997e2", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 2, - "point": [ - -381.61, - 2406.6 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "babdb1ed-898f-4aee-0ee5-337171050768": { - "id": "babdb1ed-898f-4aee-0ee5-337171050768", - "type": "arrow", - "name": "Arrow", - "parentId": "86b5a44f-6899-4a80-3213-29168cacf1a8", - "childIndex": 2, - "point": [ - -4453.59, - 4715.4 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 38.29, - 0.26 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 19.14, - 0.13 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "50e4580d-d45f-48a4-1606-6244911069b8": { - "id": "50e4580d-d45f-48a4-1606-6244911069b8", - "type": "draw", - "name": "Draw", - "parentId": "87be43e1-8272-4846-3b2c-aaef33132e28", - "childIndex": 2, - "point": [ - -8053.64, - -1543.9 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "ce0f55d3-2f46-485d-2472-3cc5ccdc2527": { - "id": "ce0f55d3-2f46-485d-2472-3cc5ccdc2527", - "type": "draw", - "name": "Draw", - "parentId": "c828540a-6cfe-4222-3f07-8092c29dc924", - "childIndex": 2, - "point": [ - -8148.17, - -679.61 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "79418bbb-22fe-4788-2344-992dc28609ae": { - "id": "79418bbb-22fe-4788-2344-992dc28609ae", - "type": "text", - "name": "Text", - "parentId": "930dcc0e-9c50-49d4-3a77-9270b622e672", - "childIndex": 2, - "point": [ - -8495.69, - 941.35 - ], - "rotation": 0, - "text": "Idle", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "469322da-c772-46fd-384d-4942299335ca": { - "id": "469322da-c772-46fd-384d-4942299335ca", - "type": "ellipse", - "name": "Ellipse", - "parentId": "ad5d391c-a96a-48f5-26ae-406bb49d861e", - "childIndex": 2, - "point": [ - -7426.8, - 1076.63 - ], - "radius": [ - 78.3299999999999, - 78.33000000000015 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "e49ca10b-95aa-44f3-3f6b-1a5fa5051232": { - "id": "e49ca10b-95aa-44f3-3f6b-1a5fa5051232", - "type": "text", - "name": "Text", - "parentId": "9b4b799a-e668-4f56-3988-c5369fe8b14b", - "childIndex": 2, - "point": [ - -8298.35, - 783.33 - ], - "rotation": 0, - "text": "Pointing", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 1.0714575939401634 - } - }, - "1f259a5c-b528-4b57-1e20-76e8af048449": { - "id": "1f259a5c-b528-4b57-1e20-76e8af048449", - "type": "ellipse", - "name": "Ellipse", - "parentId": "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "childIndex": 2, - "point": [ - -7208.17, - 920.11 - ], - "radius": [ - 78.3299999999999, - 78.33000000000015 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "c5fc71dd-6c42-445e-0fd4-9f0481046e93": { - "id": "c5fc71dd-6c42-445e-0fd4-9f0481046e93", - "type": "text", - "name": "Text", - "parentId": "0423b2bb-3489-4f7e-1422-35c2bd1c319f", - "childIndex": 2, - "point": [ - -8090.28, - 947.5 - ], - "rotation": 0, - "text": "Dragging", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2b2c3312-ed80-433d-1b9b-34a89780d685": { - "id": "2b2c3312-ed80-433d-1b9b-34a89780d685", - "type": "ellipse", - "name": "Ellipse", - "parentId": "46a70369-2229-43e2-28d4-867d132ee5a8", - "childIndex": 2, - "point": [ - -6995.89, - 1082.78 - ], - "radius": [ - 78.3299999999999, - 78.33000000000015 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "5cf8ef8e-8a0c-4c77-0d7f-73c7104cef70": { - "id": "5cf8ef8e-8a0c-4c77-0d7f-73c7104cef70", - "type": "draw", - "name": "Draw", - "parentId": "cd845eae-00e7-4e6c-2811-01151c322099", - "childIndex": 2, - "point": [ - -7157.94, - 2017.22 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "efebc8ae-6217-4014-191d-7b78dc05492b": { - "id": "efebc8ae-6217-4014-191d-7b78dc05492b", - "type": "draw", - "name": "Draw", - "parentId": "25e38f7c-bbab-4610-1e66-dd38ad865b4e", - "childIndex": 2, - "point": [ - -7151.34, - 2137.61 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "f18443ac-2194-4ac9-2b02-50aae0092ca0": { - "id": "f18443ac-2194-4ac9-2b02-50aae0092ca0", - "type": "draw", - "name": "Draw", - "parentId": "e8b05bdd-9965-46bd-1619-935f70a16e9f", - "childIndex": 2, - "point": [ - -7134.64, - 2399.47 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "7d71df56-ea94-4bc5-277f-148e77880273": { - "id": "7d71df56-ea94-4bc5-277f-148e77880273", - "type": "draw", - "name": "Draw", - "parentId": "fa855af2-d5b7-47e2-2754-0daf8a00373d", - "childIndex": 2, - "point": [ - -5486.65, - 2475.75 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "4d448865-469d-480a-3c95-0f536f3010e8": { - "id": "4d448865-469d-480a-3c95-0f536f3010e8", - "type": "draw", - "name": "Draw", - "parentId": "bc24130a-3d94-4c2d-31ce-080243f20a9c", - "childIndex": 2, - "point": [ - 5241.05, - 2539.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "53394926-9e02-46e4-2a3d-c5da831225da": { - "id": "53394926-9e02-46e4-2a3d-c5da831225da", - "type": "text", - "name": "Text", - "parentId": "cae8c0cb-b67e-4f5b-187a-44b5cd13f338", - "childIndex": 2, - "point": [ - 6508.67, - 2357.82 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "73e09731-2023-4c8b-0b4b-c07332ca2bfb": { - "id": "73e09731-2023-4c8b-0b4b-c07332ca2bfb", - "type": "draw", - "name": "Draw", - "parentId": "c765333b-5643-4b53-1b59-185fc083e7f2", - "childIndex": 2, - "point": [ - -739.26, - 3714.98 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9bc90bee-9099-4df8-3eb8-3c63716ec49c": { - "id": "9bc90bee-9099-4df8-3eb8-3c63716ec49c", - "type": "draw", - "name": "Draw", - "parentId": "243747fa-ee13-49ab-0c13-8613b633a415", - "childIndex": 2, - "point": [ - -173.56, - 4120.7 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "a7a8a766-79aa-4116-1061-993c981d1814": { - "id": "a7a8a766-79aa-4116-1061-993c981d1814", - "type": "draw", - "name": "Draw", - "parentId": "baa545e5-4de3-4306-397a-c21475494da8", - "childIndex": 2, - "point": [ - -747.28, - 2814.7 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "4611f6f0-0e14-4add-09fa-c23cdb0a75f0": { - "id": "4611f6f0-0e14-4add-09fa-c23cdb0a75f0", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 3, - "point": [ - -4414.96, - 5159.58 - ], - "size": [ - 147.83, - 101.97 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "3c509d85-f405-44d8-1d7b-21915f97ff50": { - "id": "3c509d85-f405-44d8-1d7b-21915f97ff50", - "type": "arrow", - "name": "Arrow", - "parentId": "86b5a44f-6899-4a80-3213-29168cacf1a8", - "childIndex": 3, - "point": [ - -4341.2, - 4769.85 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0.1, - 37.18 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 0.05, - 18.59 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "74afa6bb-2835-4d72-14b1-b54bf87b1c41": { - "id": "74afa6bb-2835-4d72-14b1-b54bf87b1c41", - "type": "draw", - "name": "Draw", - "parentId": "87be43e1-8272-4846-3b2c-aaef33132e28", - "childIndex": 3, - "point": [ - -8051.71, - -1544.9 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "4f25bfda-39b4-42cb-30e3-e46affa4a149": { - "id": "4f25bfda-39b4-42cb-30e3-e46affa4a149", - "type": "draw", - "name": "Draw", - "parentId": "c828540a-6cfe-4222-3f07-8092c29dc924", - "childIndex": 3, - "point": [ - -8150.1, - -678.61 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "1079c38f-084f-4464-01a9-ab71d39f3ca0": { - "id": "1079c38f-084f-4464-01a9-ab71d39f3ca0", - "type": "draw", - "name": "Draw", - "parentId": "8a37889f-b58b-4e78-0b41-fe262893ca45", - "childIndex": 3, - "point": [ - -8105.61, - -1496.19 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "b0559478-e57d-4e48-3f83-b4b7c09c044e": { - "id": "b0559478-e57d-4e48-3f83-b4b7c09c044e", - "type": "draw", - "name": "Draw", - "parentId": "082937f5-4d38-4a81-2669-fca404e03e98", - "childIndex": 3, - "point": [ - -8354.09, - -1543.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "f9204fd1-9ee4-429a-2ea8-09647b0ff6ed": { - "id": "f9204fd1-9ee4-429a-2ea8-09647b0ff6ed", - "type": "draw", - "name": "Draw", - "parentId": "33af047c-6626-4e78-08d5-d4b93d6b3960", - "childIndex": 3, - "point": [ - -8312.01, - -316.83 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "13d46af2-73b4-4698-1692-96a9625b521f": { - "id": "13d46af2-73b4-4698-1692-96a9625b521f", - "type": "text", - "name": "Text", - "parentId": "ad5d391c-a96a-48f5-26ae-406bb49d861e", - "childIndex": 3, - "point": [ - -7372.97, - 1129.46 - ], - "rotation": 0, - "text": "Idle", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "a78547cb-64eb-46a5-3e83-ca835ed22d8e": { - "id": "a78547cb-64eb-46a5-3e83-ca835ed22d8e", - "type": "text", - "name": "Text", - "parentId": "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "childIndex": 3, - "point": [ - -7175.63, - 971.44 - ], - "rotation": 0, - "text": "Pointing", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 1.0714575939401634 - } - }, - "8d77ffcf-500a-47cf-0952-69d4d83c75de": { - "id": "8d77ffcf-500a-47cf-0952-69d4d83c75de", - "type": "text", - "name": "Text", - "parentId": "46a70369-2229-43e2-28d4-867d132ee5a8", - "childIndex": 3, - "point": [ - -6967.56, - 1135.61 - ], - "rotation": 0, - "text": "Dragging", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f988a670-98b0-4897-20fc-d02698908922": { - "id": "f988a670-98b0-4897-20fc-d02698908922", - "type": "draw", - "name": "Draw", - "parentId": "cd845eae-00e7-4e6c-2811-01151c322099", - "childIndex": 3, - "point": [ - -7086.25, - 2034.26 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "022ad716-1a13-4de4-375e-3ce4efccd5bd": { - "id": "022ad716-1a13-4de4-375e-3ce4efccd5bd", - "type": "draw", - "name": "Draw", - "parentId": "25e38f7c-bbab-4610-1e66-dd38ad865b4e", - "childIndex": 3, - "point": [ - -7079.07, - 2137.27 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "bf638d7a-4d2c-45ab-2ed3-e745fc807c42": { - "id": "bf638d7a-4d2c-45ab-2ed3-e745fc807c42", - "type": "draw", - "name": "Draw", - "parentId": "e8b05bdd-9965-46bd-1619-935f70a16e9f", - "childIndex": 3, - "point": [ - -7157.94, - 2443.29 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "ac834550-948b-4dc0-0341-04f9c96b2d71": { - "id": "ac834550-948b-4dc0-0341-04f9c96b2d71", - "type": "draw", - "name": "Draw", - "parentId": "cae8c0cb-b67e-4f5b-187a-44b5cd13f338", - "childIndex": 3, - "point": [ - 6521.87, - 2408.82 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "c00a177d-f731-46bd-3acb-00bed7317680": { - "id": "c00a177d-f731-46bd-3acb-00bed7317680", - "type": "arrow", - "name": "Arrow", - "parentId": "42169bda-2984-456d-1f8a-605135fcaf0b", - "childIndex": 3, - "point": [ - 2266.24, - 3324.75 - ], - "rotation": 0, - "bend": -0.5437341690734296, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 17.33, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 199.23, - 280.59 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 32, - 189.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5d49eb5e-d4bd-404e-1eb1-68d58a7d8f3d": { - "id": "5d49eb5e-d4bd-404e-1eb1-68d58a7d8f3d", - "type": "text", - "name": "Text", - "parentId": "cdd9fd99-af1d-4b2d-1577-56609cc86aa6", - "childIndex": 3, - "point": [ - -188.11, - 2511.68 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "05af371a-55c1-4d0d-3fbb-5aa6824550f6": { - "id": "05af371a-55c1-4d0d-3fbb-5aa6824550f6", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 4, - "point": [ - -3604.46, - 2484.47 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "dc86eaa4-a4b1-4f26-3827-ebfb9d5b19fa": { - "id": "dc86eaa4-a4b1-4f26-3827-ebfb9d5b19fa", - "type": "arrow", - "name": "Arrow", - "parentId": "86b5a44f-6899-4a80-3213-29168cacf1a8", - "childIndex": 4, - "point": [ - -4267.82, - 4715.32 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 41.16, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0.08 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.58, - 0.04 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "c69a73a8-c4fa-4fdc-1e73-03a4260cf770": { - "id": "c69a73a8-c4fa-4fdc-1e73-03a4260cf770", - "type": "draw", - "name": "Draw", - "parentId": "8a37889f-b58b-4e78-0b41-fe262893ca45", - "childIndex": 4, - "point": [ - -8103.68, - -1497.19 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "3eed03ce-12b8-4fc2-0dee-3f21a1aec9db": { - "id": "3eed03ce-12b8-4fc2-0dee-3f21a1aec9db", - "type": "draw", - "name": "Draw", - "parentId": "082937f5-4d38-4a81-2669-fca404e03e98", - "childIndex": 4, - "point": [ - -8352.16, - -1544.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "15dc4e17-ab72-43a5-1d00-8eaf038ffae7": { - "id": "15dc4e17-ab72-43a5-1d00-8eaf038ffae7", - "type": "draw", - "name": "Draw", - "parentId": "33af047c-6626-4e78-08d5-d4b93d6b3960", - "childIndex": 4, - "point": [ - -8313.94, - -315.83 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "c027450f-5e50-41ed-350c-46632409a41c": { - "id": "c027450f-5e50-41ed-350c-46632409a41c", - "type": "draw", - "name": "Draw", - "parentId": "cc63cca4-eb75-4e55-31a5-ff5f48448691", - "childIndex": 4, - "point": [ - -8406.06, - -1496.19 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "a08e1d92-1d2f-4e63-3553-531944e004f1": { - "id": "a08e1d92-1d2f-4e63-3553-531944e004f1", - "type": "draw", - "name": "Draw", - "parentId": "b07f0eb3-1f20-429f-1b9b-66d920096e51", - "childIndex": 4, - "point": [ - -8243.52, - -51.78 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "42eb5404-294a-41a2-0182-31d82a9f0264": { - "id": "42eb5404-294a-41a2-0182-31d82a9f0264", - "type": "ellipse", - "name": "Ellipse", - "parentId": "cd845eae-00e7-4e6c-2811-01151c322099", - "childIndex": 4, - "point": [ - -7160.91, - 1969.51 - ], - "radius": [ - 42.139113714177256, - 42.13911371417703 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "8a0c05ae-6c68-43e5-0531-52b84b5cdbaf": { - "id": "8a0c05ae-6c68-43e5-0531-52b84b5cdbaf", - "type": "draw", - "name": "Draw", - "parentId": "25e38f7c-bbab-4610-1e66-dd38ad865b4e", - "childIndex": 4, - "point": [ - -7146.86, - 2176.3 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "dad2412f-d1ca-42ac-2bd3-bc2a3c73d1b6": { - "id": "dad2412f-d1ca-42ac-2bd3-bc2a3c73d1b6", - "type": "draw", - "name": "Draw", - "parentId": "e8b05bdd-9965-46bd-1619-935f70a16e9f", - "childIndex": 4, - "point": [ - -7086.25, - 2460.33 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "aadb3073-db70-4262-334e-db9bc9f40dc3": { - "id": "aadb3073-db70-4262-334e-db9bc9f40dc3", - "type": "arrow", - "name": "Arrow", - "parentId": "42169bda-2984-456d-1f8a-605135fcaf0b", - "childIndex": 4, - "point": [ - 2466.17, - 3327 - ], - "rotation": 0, - "bend": -0.5437341690734296, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 278.1 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 190.05, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 170.63, - 190.72 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b6f7799c-7e09-4c9a-0a79-3c5b58f508d3": { - "id": "b6f7799c-7e09-4c9a-0a79-3c5b58f508d3", - "type": "arrow", - "name": "Arrow", - "parentId": "b113a297-c369-4a03-1356-8201169ceabf", - "childIndex": 4, - "point": [ - 1824.43, - 3046.13 - ], - "rotation": 0, - "bend": -0.5437259179358312, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 181.93269404669508, - 280.42143117261804 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 167.2, - 90.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "da874eb4-9f92-4775-3e9e-9bd9fe398ff4": { - "id": "da874eb4-9f92-4775-3e9e-9bd9fe398ff4", - "type": "draw", - "name": "Draw", - "parentId": "cdd9fd99-af1d-4b2d-1577-56609cc86aa6", - "childIndex": 4, - "point": [ - -175.99, - 2562.68 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3bf1ff90-0a6d-4c4f-1b8a-86557a41f5e0": { - "id": "3bf1ff90-0a6d-4c4f-1b8a-86557a41f5e0", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 5, - "point": [ - 2279.83, - 2407.36 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "b35d70ff-a5c5-4d17-3a6b-495307504fa9": { - "id": "b35d70ff-a5c5-4d17-3a6b-495307504fa9", - "type": "arrow", - "name": "Arrow", - "parentId": "86b5a44f-6899-4a80-3213-29168cacf1a8", - "childIndex": 5, - "point": [ - -4341.19, - 4629.33 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0.56, - 40.43 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 0.28, - 20.21 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "5d6149a4-6d17-4ce9-2cf1-28bbb0c120b4": { - "id": "5d6149a4-6d17-4ce9-2cf1-28bbb0c120b4", - "type": "draw", - "name": "Draw", - "parentId": "cc63cca4-eb75-4e55-31a5-ff5f48448691", - "childIndex": 5, - "point": [ - -8404.13, - -1497.19 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "a41b3093-686f-4309-27a9-fc1e0227f938": { - "id": "a41b3093-686f-4309-27a9-fc1e0227f938", - "type": "draw", - "name": "Draw", - "parentId": "e742ebad-b0d1-46c3-1309-07dc178e7873", - "childIndex": 5, - "point": [ - -8084.8, - -366.45 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "47b5a29b-af14-4f02-09ee-8e7e893c328f": { - "id": "47b5a29b-af14-4f02-09ee-8e7e893c328f", - "type": "draw", - "name": "Draw", - "parentId": "b07f0eb3-1f20-429f-1b9b-66d920096e51", - "childIndex": 5, - "point": [ - -8245.45, - -50.78 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "deb0e1fe-b8d2-480c-144d-bff5cb5685d7": { - "id": "deb0e1fe-b8d2-480c-144d-bff5cb5685d7", - "type": "draw", - "name": "Draw", - "parentId": "479d5e3c-1e79-47e2-2071-70c75e1e5bc0", - "childIndex": 5, - "point": [ - -8133.09, - 502.88 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "4e3efee1-b840-4d72-2385-645b1f1ce7d2": { - "id": "4e3efee1-b840-4d72-2385-645b1f1ce7d2", - "type": "ellipse", - "name": "Ellipse", - "parentId": "e8b05bdd-9965-46bd-1619-935f70a16e9f", - "childIndex": 5, - "point": [ - -7160.91, - 2395.58 - ], - "radius": [ - 42.139113714177256, - 42.13911371417703 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "fe8778dc-0d67-435e-3d02-97619cc481be": { - "id": "fe8778dc-0d67-435e-3d02-97619cc481be", - "type": "arrow", - "name": "Arrow", - "parentId": "b113a297-c369-4a03-1356-8201169ceabf", - "childIndex": 5, - "point": [ - 1618.07, - 3046.38 - ], - "rotation": 0, - "bend": -0.5437336720471526, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 205.6569573935208, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 15.572798495365818, - 277.9329270790302 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 35.05, - 87.29 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "fca74bd3-2c7e-47fc-0874-3284c2501da8": { - "id": "fca74bd3-2c7e-47fc-0874-3284c2501da8", - "type": "arrow", - "name": "Arrow", - "parentId": "25099e73-8041-4f70-31cc-e3df70c10b73", - "childIndex": 5, - "point": [ - 5595.55, - 3735.75 - ], - "rotation": 0, - "bend": -0.5437259179358312, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 181.93269404669508, - 280.42143117261804 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 167.2, - 90.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c33a8f30-147a-4e62-0fc2-3b39660c6a0d": { - "id": "c33a8f30-147a-4e62-0fc2-3b39660c6a0d", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 6, - "point": [ - 3796.24, - 2541.12 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "c58f1e50-df6f-4abd-0144-f972de691eaa": { - "id": "c58f1e50-df6f-4abd-0144-f972de691eaa", - "type": "draw", - "name": "Draw", - "parentId": "e742ebad-b0d1-46c3-1309-07dc178e7873", - "childIndex": 6, - "point": [ - -8086.73, - -365.45 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1": { - "id": "2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1", - "type": "draw", - "name": "Draw", - "parentId": "479d5e3c-1e79-47e2-2071-70c75e1e5bc0", - "childIndex": 6, - "point": [ - -8134.98, - 503.88 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "bdca5f0b-4939-4d32-1af1-5b149028e252": { - "id": "bdca5f0b-4939-4d32-1af1-5b149028e252", - "type": "draw", - "name": "Draw", - "parentId": "8a706a21-1e58-4127-30a3-92a2c821dee4", - "childIndex": 6, - "point": [ - -8427.02, - 502.88 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "07197aa0-939b-4d10-0ec0-8af8d44a3a2e": { - "id": "07197aa0-939b-4d10-0ec0-8af8d44a3a2e", - "type": "arrow", - "name": "Arrow", - "parentId": "25099e73-8041-4f70-31cc-e3df70c10b73", - "childIndex": 6, - "point": [ - 5389.18, - 3736 - ], - "rotation": 0, - "bend": -0.5437336720471526, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 205.6569573935208, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 15.572798495365818, - 277.9329270790302 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 35.05, - 87.29 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1050dc9f-db02-4c47-2204-6503f2c01c8c": { - "id": "1050dc9f-db02-4c47-2204-6503f2c01c8c", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 7, - "point": [ - 5033.78, - 2384.79 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "2757b8f0-acbe-4120-3b43-43ab9f1b16dc": { - "id": "2757b8f0-acbe-4120-3b43-43ab9f1b16dc", - "type": "draw", - "name": "Draw", - "parentId": "8a706a21-1e58-4127-30a3-92a2c821dee4", - "childIndex": 7, - "point": [ - -8428.95, - 503.88 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "86fc5e35-dd01-4256-22d5-e391f8d288d9": { - "id": "86fc5e35-dd01-4256-22d5-e391f8d288d9", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 8, - "point": [ - 4775.98, - 3733.52 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "a5a94a12-41e0-472c-104e-bea4a8baf564": { - "id": "a5a94a12-41e0-472c-104e-bea4a8baf564", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 9, - "point": [ - 5426.68, - 4586.18 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "37f28864-1a8e-4fa6-3a92-c748bd961a70": { - "id": "37f28864-1a8e-4fa6-3a92-c748bd961a70", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 10, - "point": [ - -380.55, - 2560.69 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "abb80a5a-c395-4cb8-3ac0-80651f9072f8": { - "id": "abb80a5a-c395-4cb8-3ac0-80651f9072f8", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 11, - "point": [ - -1053.13, - 1513.12 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "4bf8be64-532f-49ae-08d3-782915ebec83": { - "id": "4bf8be64-532f-49ae-08d3-782915ebec83", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 12, - "point": [ - -1052.07, - 1667.21 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "4a0bb599-8127-4349-2d62-f54c342a3104": { - "id": "4a0bb599-8127-4349-2d62-f54c342a3104", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 13, - "point": [ - -859.63, - 1618.2 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ef9387ab-ab99-4d7c-21e8-802e7d1625ff": { - "id": "ef9387ab-ab99-4d7c-21e8-802e7d1625ff", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 14, - "point": [ - -847.51, - 1669.2 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "75469aac-21e5-4a5a-3e3a-32e62d6c0342": { - "id": "75469aac-21e5-4a5a-3e3a-32e62d6c0342", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 15, - "point": [ - -1090.56, - 1737.48 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5fea586e-d7ed-408a-12c5-c5435c2f91ce": { - "id": "5fea586e-d7ed-408a-12c5-c5435c2f91ce", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 16, - "point": [ - -1064.13, - 1758.9 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d318240b-d1dc-466e-156f-0d5dc072a5cd": { - "id": "d318240b-d1dc-466e-156f-0d5dc072a5cd", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 17, - "point": [ - -717.43, - 1737.48 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3fe9c99b-c665-4525-2752-7749dcd4ea2a": { - "id": "3fe9c99b-c665-4525-2752-7749dcd4ea2a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 18, - "point": [ - -656.51, - 1756.9 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "681e5bff-11f5-4e68-19ea-2b39d7ef94bc": { - "id": "681e5bff-11f5-4e68-19ea-2b39d7ef94bc", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 19, - "point": [ - -1033.63, - 1794.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "653ab436-4198-480e-1535-c6c2648effa9": { - "id": "653ab436-4198-480e-1535-c6c2648effa9", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 20, - "point": [ - -659.92, - 1794.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "c4efe6b2-fa71-4c8e-3a98-bfae92c88582": { - "id": "c4efe6b2-fa71-4c8e-3a98-bfae92c88582", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 21, - "point": [ - -1034.19, - 1668.99 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b7e8bf6a-4bb4-45c7-12fd-1669e1fc7693": { - "id": "b7e8bf6a-4bb4-45c7-12fd-1669e1fc7693", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 22, - "point": [ - -1032.43, - 1795.62 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 373.48, - 1.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.74, - 0.54 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c60d4b15-a460-4ed7-0a91-f2c499b2fe00": { - "id": "c60d4b15-a460-4ed7-0a91-f2c499b2fe00", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 23, - "point": [ - -1031.56, - 1669.58 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 123.75 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 183.14, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 91.57, - 61.87 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "7b544792-2eb2-4746-1064-1d29fb17413d": { - "id": "7b544792-2eb2-4746-1064-1d29fb17413d", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 24, - "point": [ - -959.41, - 1746.39 - ], - "rotation": 0, - "bend": 0.42971426328019263, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 11.49, - 49.01 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 16.28, - 22.04 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9ece4db6-3d58-4908-3ac1-0d5eef03023e": { - "id": "9ece4db6-3d58-4908-3ac1-0d5eef03023e", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 25, - "point": [ - -933.56, - 1723.8 - ], - "rotation": 0, - "text": "+", - "style": { - "color": "Red", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "86b5a44f-6899-4a80-3213-29168cacf1a8": { - "id": "86b5a44f-6899-4a80-3213-29168cacf1a8", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 26, - "point": [ - -4453.59, - 4629.33 - ], - "size": [ - 226.9300000000003, - 177.70000000000073 - ], - "rotation": 0, - "children": [ - "e59e2942-19db-44f3-175c-1648b7b60867", - "babdb1ed-898f-4aee-0ee5-337171050768", - "3c509d85-f405-44d8-1d7b-21915f97ff50", - "dc86eaa4-a4b1-4f26-3827-ebfb9d5b19fa", - "b35d70ff-a5c5-4d17-3a6b-495307504fa9" - ], - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3de6f004-0181-41cc-154a-510654a70e4d": { - "id": "3de6f004-0181-41cc-154a-510654a70e4d", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 27, - "point": [ - -953.4, - 2560.69 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "2f5eae2a-e5ef-42cf-1a5b-ad4100344c61": { - "id": "2f5eae2a-e5ef-42cf-1a5b-ad4100344c61", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 28, - "point": [ - 1616.02, - 3042.29 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "f22816dc-aa4d-43cb-05de-f7d2aa87ba34": { - "id": "f22816dc-aa4d-43cb-05de-f7d2aa87ba34", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 29, - "point": [ - 2280.9, - 2561.45 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "ab7ec156-3ba9-43bf-1383-5b0084ac1c9b": { - "id": "ab7ec156-3ba9-43bf-1383-5b0084ac1c9b", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 30, - "point": [ - -360.98, - 1667.21 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "ce7393e7-189e-4916-112b-8bb2e5b57393": { - "id": "ce7393e7-189e-4916-112b-8bb2e5b57393", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 31, - "point": [ - -362.03, - 1513.12 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "75d31448-8643-4c53-1e7b-19baa10c3371": { - "id": "75d31448-8643-4c53-1e7b-19baa10c3371", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 32, - "point": [ - -166.99, - 1870.22 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "fb1f8560-0fab-49a6-35a2-5adf28128fa8": { - "id": "fb1f8560-0fab-49a6-35a2-5adf28128fa8", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 33, - "point": [ - -154.86, - 1921.22 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "8a355c3c-3a2f-44b2-0cda-10570ad12d40": { - "id": "8a355c3c-3a2f-44b2-0cda-10570ad12d40", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 34, - "point": [ - -399.47, - 1737.48 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1a29fb3a-318f-41a6-33ee-92c2ca090fba": { - "id": "1a29fb3a-318f-41a6-33ee-92c2ca090fba", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 35, - "point": [ - -373.03, - 1758.9 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bf54e71a-360e-4718-2990-559c0aa8a22c": { - "id": "bf54e71a-360e-4718-2990-559c0aa8a22c", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 36, - "point": [ - -26.34, - 1737.48 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "db3a491a-c568-4d6c-2e6a-28db4ce7f586": { - "id": "db3a491a-c568-4d6c-2e6a-28db4ce7f586", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 37, - "point": [ - 34.58, - 1756.9 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "af2590f3-7d95-4693-0f9e-3d816001ef35": { - "id": "af2590f3-7d95-4693-0f9e-3d816001ef35", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 38, - "point": [ - -342.53, - 1794.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3dcbf319-253a-4f20-1e7b-f7b21aab0d39": { - "id": "3dcbf319-253a-4f20-1e7b-f7b21aab0d39", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 39, - "point": [ - 31.17, - 1794.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "0f09509c-ea97-42f9-092c-6014f0c0278c": { - "id": "0f09509c-ea97-42f9-092c-6014f0c0278c", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 40, - "point": [ - -342.53, - 1793.14 - ], - "rotation": 0, - "bend": -0.6807673982238319, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 2.26 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 188.21, - 128.73 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "23801842-dfd0-4f44-0a95-ce93b0695790": { - "id": "23801842-dfd0-4f44-0a95-ce93b0695790", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 41, - "point": [ - -343.14, - 1794.82 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 373.48, - 1.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.74, - 0.54 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "be3936dc-cc0e-4e81-19e8-b45e0f1e4c44": { - "id": "be3936dc-cc0e-4e81-19e8-b45e0f1e4c44", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 42, - "point": [ - -342.7, - 1794.95 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 188.24, - 125.42 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 94.12, - 62.71 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "0aca1fa3-7017-49a4-237f-346bc70e88a5": { - "id": "0aca1fa3-7017-49a4-237f-346bc70e88a5", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 43, - "point": [ - -263.74, - 1796.62 - ], - "rotation": 0, - "bend": 0.42971426328019263, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 14.51, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 49.6 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 17.91, - 27.92 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b5334cac-12fd-46b2-3082-9436a25d4f0e": { - "id": "b5334cac-12fd-46b2-3082-9436a25d4f0e", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 44, - "point": [ - -239.43, - 1786.23 - ], - "rotation": 0, - "text": "-", - "style": { - "color": "Red", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "f7c81c8e-6465-4b89-099f-d6936bd1e625": { - "id": "f7c81c8e-6465-4b89-099f-d6936bd1e625", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 45, - "point": [ - -4576.44, - 3974.16 - ], - "rotation": 0, - "bend": -0.0050717791291101455, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 593.28, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 385.3 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 296.64, - 192.65 - ] - } - }, - "decorations": {}, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "d6d55e39-06e6-4abe-0420-ba69c80c8cfe": { - "id": "d6d55e39-06e6-4abe-0420-ba69c80c8cfe", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 46, - "point": [ - -4234.56, - 5586.63 - ], - "size": [ - 346.78, - 267.4 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "49c44bf7-e6b8-48f6-27b6-29bd0c2c35c2": { - "id": "49c44bf7-e6b8-48f6-27b6-29bd0c2c35c2", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 47, - "point": [ - -4576.44, - 4978.44 - ], - "rotation": 0, - "bend": -0.0050717791291101455, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 593.28, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 385.3 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 296.64, - 192.65 - ] - } - }, - "decorations": {}, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "d15d7c97-4268-4b03-28e0-539eff041908": { - "id": "d15d7c97-4268-4b03-28e0-539eff041908", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 48, - "point": [ - -954.45, - 2406.6 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "81fe21ae-f91e-42a7-2a36-53474e182b8b": { - "id": "81fe21ae-f91e-42a7-2a36-53474e182b8b", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 49, - "point": [ - 1618.65, - 2560.69 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "9a066b88-7b1c-40a8-14db-b734f626513a": { - "id": "9a066b88-7b1c-40a8-14db-b734f626513a", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 50, - "point": [ - 1617.08, - 3196.37 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "b9255b4d-5d2c-4117-3883-548862d0f094": { - "id": "b9255b4d-5d2c-4117-3883-548862d0f094", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 51, - "point": [ - 5034.84, - 2538.88 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "41668a18-d461-465d-217d-6618ce18a913": { - "id": "41668a18-d461-465d-217d-6618ce18a913", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 52, - "point": [ - 4777.03, - 3887.61 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "586e6dfb-6606-428b-0f34-e01810cbae3a": { - "id": "586e6dfb-6606-428b-0f34-e01810cbae3a", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 53, - "point": [ - 4765.49, - 4739.51 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "0ad80344-ddc5-4720-19da-d47bf36954de": { - "id": "0ad80344-ddc5-4720-19da-d47bf36954de", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 54, - "point": [ - 5427.74, - 4740.27 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "1b3c6548-291f-4436-1361-2857dd821918": { - "id": "1b3c6548-291f-4436-1361-2857dd821918", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 55, - "point": [ - 6315.67, - 2407.8 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "4ff7b308-cac9-435c-2cb3-f23a702d8a13": { - "id": "4ff7b308-cac9-435c-2cb3-f23a702d8a13", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 56, - "point": [ - -4717.72, - 5940.1 - ], - "size": [ - 346.78, - 267.4 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Dashed" - } - }, - "2b61a72a-2484-4a0f-1b2a-5a83fb87aec8": { - "id": "2b61a72a-2484-4a0f-1b2a-5a83fb87aec8", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 57, - "point": [ - 1617.58, - 2406.6 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "4c8ea1fc-134a-4b95-0cce-f30154f9d85f": { - "id": "4c8ea1fc-134a-4b95-0cce-f30154f9d85f", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 58, - "point": [ - -8043.09, - 2720.43 - ], - "radius": [ - 972.5387338823311, - 972.5387338823439 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "344c0b22-cd98-4a51-2cb1-e3ee687a1b06": { - "id": "344c0b22-cd98-4a51-2cb1-e3ee687a1b06", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 59, - "point": [ - 2263.37, - 3197.87 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "a434f341-b04d-444d-2a9d-6610e016e181": { - "id": "a434f341-b04d-444d-2a9d-6610e016e181", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 60, - "point": [ - 4764.43, - 4585.42 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "7725c6ab-2430-411c-3431-b14cfc098999": { - "id": "7725c6ab-2430-411c-3431-b14cfc098999", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 61, - "point": [ - -8499.57, - 1404.19 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "717da0fa-040a-4350-375b-d80d93984d47": { - "id": "717da0fa-040a-4350-375b-d80d93984d47", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 62, - "point": [ - 2262.32, - 3043.75 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "19121275-ae10-4db1-201b-56565c2a9892": { - "id": "19121275-ae10-4db1-201b-56565c2a9892", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 63, - "point": [ - 5388.02, - 3887.37 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "b8248beb-4052-4e8a-0beb-42f85115e996": { - "id": "b8248beb-4052-4e8a-0beb-42f85115e996", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 64, - "point": [ - -8160.89, - 1404.19 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "1af5f967-a01f-4e25-1390-673163a2b6f2": { - "id": "1af5f967-a01f-4e25-1390-673163a2b6f2", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 65, - "point": [ - -8499.57, - 1881.58 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "8193abb4-d692-4f24-0814-3e0e8a1f504f": { - "id": "8193abb4-d692-4f24-0814-3e0e8a1f504f", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 66, - "point": [ - 5386.97, - 3733.25 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "df18ecd3-160a-4526-0d06-9e50c4ec42e5": { - "id": "df18ecd3-160a-4526-0d06-9e50c4ec42e5", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 67, - "point": [ - -8611.55, - 1218.86 - ], - "size": [ - 723.02, - 423.28 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "d523f404-1c16-4dc8-3ce4-c050837a65ee": { - "id": "d523f404-1c16-4dc8-3ce4-c050837a65ee", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 68, - "point": [ - -8160.89, - 1881.58 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "79cfaa07-539d-453f-3c2f-c9ad02f284d0": { - "id": "79cfaa07-539d-453f-3c2f-c9ad02f284d0", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 69, - "point": [ - -8111.09, - 1449.99 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "9fdc9e1b-0f74-44e5-1f81-17df4f80cfdd": { - "id": "9fdc9e1b-0f74-44e5-1f81-17df4f80cfdd", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 70, - "point": [ - -8611.55, - 1696.25 - ], - "size": [ - 723.02, - 423.28 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "4c1fa0fa-5a60-4e9e-0772-128253b8805c": { - "id": "4c1fa0fa-5a60-4e9e-0772-128253b8805c", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 71, - "point": [ - -8228.12, - 413.51 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "86ad4be3-777d-4b98-16aa-1341cc594f46": { - "id": "86ad4be3-777d-4b98-16aa-1341cc594f46", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 72, - "point": [ - -8111.09, - 1927.38 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "1d96913d-fa57-4fda-3799-61ca7f82c2d5": { - "id": "1d96913d-fa57-4fda-3799-61ca7f82c2d5", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 73, - "point": [ - -8332.69, - -141.28 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c2d22bc7-2762-442d-2829-dd53da8872b6": { - "id": "c2d22bc7-2762-442d-2829-dd53da8872b6", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 74, - "point": [ - -8207.78, - 1348.77 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2953167c-4c60-42bb-279e-1d02ffae5de5": { - "id": "2953167c-4c60-42bb-279e-1d02ffae5de5", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 75, - "point": [ - -8293.16, - -97.6 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "a476c5a8-6f7f-49f7-0af4-ab1118decbc2": { - "id": "a476c5a8-6f7f-49f7-0af4-ab1118decbc2", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 76, - "point": [ - -8160.35, - 349.46 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "4ffdf60e-446c-46f0-0f42-b8ab8eb24bd4": { - "id": "4ffdf60e-446c-46f0-0f42-b8ab8eb24bd4", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 77, - "point": [ - -8547.05, - 1348.77 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "70a2dcec-bdc9-4a20-1da2-3b6b9683b528": { - "id": "70a2dcec-bdc9-4a20-1da2-3b6b9683b528", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 78, - "point": [ - -8207.78, - 1826.16 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2764f223-1aea-4e3e-1c1e-b5556a17e68f": { - "id": "2764f223-1aea-4e3e-1c1e-b5556a17e68f", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 79, - "point": [ - -8330.83, - -361.37 - ], - "size": [ - 102.88, - 103.56 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "404b606c-9030-4040-202a-3b29117ea7d7": { - "id": "404b606c-9030-4040-202a-3b29117ea7d7", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 80, - "point": [ - -8182.72, - 457.06 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "00704b53-c783-4479-1112-bfb1b897f5ef": { - "id": "00704b53-c783-4479-1112-bfb1b897f5ef", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 81, - "point": [ - -8516.19, - 413.38 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d8e1a745-ff06-4c61-1b63-8ec4b7113507": { - "id": "d8e1a745-ff06-4c61-1b63-8ec4b7113507", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 82, - "point": [ - -8140.02, - 1284.72 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "09fd7e70-feb1-440e-29a0-74d38c3feabd": { - "id": "09fd7e70-feb1-440e-29a0-74d38c3feabd", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 83, - "point": [ - -8516.78, - 1310.29 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "18eae000-3521-4f84-0472-7033802e1727": { - "id": "18eae000-3521-4f84-0472-7033802e1727", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 84, - "point": [ - -8140.02, - 1762.11 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f1060271-8aec-4760-1c4e-9d7d2391cd9c": { - "id": "f1060271-8aec-4760-1c4e-9d7d2391cd9c", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 85, - "point": [ - -8547.05, - 1826.16 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "7641e3e6-1de7-4113-3efa-59f7fab57556": { - "id": "7641e3e6-1de7-4113-3efa-59f7fab57556", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 86, - "point": [ - -8330.83, - -985.22 - ], - "size": [ - 102.88, - 103.56 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "403e7872-039f-42d2-103f-334396b77fca": { - "id": "403e7872-039f-42d2-103f-334396b77fca", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 87, - "point": [ - -8084.28, - -361.37 - ], - "size": [ - 102.88, - 103.56 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5a5ac7cc-9ed5-4dae-3d37-451541cf574b": { - "id": "5a5ac7cc-9ed5-4dae-3d37-451541cf574b", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 88, - "point": [ - -8476.66, - 457.06 - ], - "radius": [ - 50.96000000000003, - 50.960000000000036 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "5aef7c21-db39-467a-32c5-f774bcbb3728": { - "id": "5aef7c21-db39-467a-32c5-f774bcbb3728", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 89, - "point": [ - -8516.78, - 1787.68 - ], - "size": [ - 188.03, - 189.27 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bdcaecd2-d249-4372-23c6-4645ea7b4ead": { - "id": "bdcaecd2-d249-4372-23c6-4645ea7b4ead", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 90, - "point": [ - -8212.73, - -1123.24 - ], - "size": [ - 108.8, - 108.24 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b5c4ef6e-4139-4c68-2e4c-0ec18bfb26e3": { - "id": "b5c4ef6e-4139-4c68-2e4c-0ec18bfb26e3", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 91, - "point": [ - -7971.9, - -477.71 - ], - "size": [ - 102.88, - 103.56 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d46b92a8-9b54-482a-0b81-5a78464b947b": { - "id": "d46b92a8-9b54-482a-0b81-5a78464b947b", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 92, - "point": [ - -8415.2, - -1575.34 - ], - "size": [ - 102.88, - 103.56 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9f6d54c3-7d97-4573-11c3-4b054e71cba7": { - "id": "9f6d54c3-7d97-4573-11c3-4b054e71cba7", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 93, - "point": [ - -8369.92, - -1599.64 - ], - "size": [ - 108.8, - 108.24 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "70ca3e24-62cc-4c0a-31aa-f32b93629e07": { - "id": "70ca3e24-62cc-4c0a-31aa-f32b93629e07", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 94, - "point": [ - -8123.17, - -1422.89 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "d654b974-6652-4c92-336d-0daa559a5c24": { - "id": "d654b974-6652-4c92-336d-0daa559a5c24", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 95, - "point": [ - -8185.57, - -1461.62 - ], - "size": [ - 102.88, - 103.56 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5e74f65b-f3ff-4efb-0e6c-003e7724533a": { - "id": "5e74f65b-f3ff-4efb-0e6c-003e7724533a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 96, - "point": [ - -8423.62, - -1422.89 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "c1d5ae50-e2d8-49f3-2556-5dffdf4acd12": { - "id": "c1d5ae50-e2d8-49f3-2556-5dffdf4acd12", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 97, - "point": [ - -8331.66, - -986.4 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "373b023e-9323-481b-2b95-51168f2a3f9e": { - "id": "373b023e-9323-481b-2b95-51168f2a3f9e", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 98, - "point": [ - -8125.1, - -1421.89 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "cbc4dc81-4f4a-4d3d-0663-47fd84a0d43f": { - "id": "cbc4dc81-4f4a-4d3d-0663-47fd84a0d43f", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 99, - "point": [ - -8003.03, - -1562.03 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "04b3f1f2-98c5-4796-27e7-22f18a117595": { - "id": "04b3f1f2-98c5-4796-27e7-22f18a117595", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 100, - "point": [ - -8067.47, - -1599.64 - ], - "size": [ - 108.8, - 108.24 - ], - "rotation": 0, - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2421d2b0-09b4-4a8b-30e2-2ed69e660492": { - "id": "2421d2b0-09b4-4a8b-30e2-2ed69e660492", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 101, - "point": [ - -8425.55, - -1421.89 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "7e5618b6-136d-4aa5-1d29-0e46042a270b": { - "id": "7e5618b6-136d-4aa5-1d29-0e46042a270b", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 102, - "point": [ - -8303.48, - -1562.03 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "553d164f-15f9-43b2-3218-f8ac5ae88f7c": { - "id": "553d164f-15f9-43b2-3218-f8ac5ae88f7c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 103, - "point": [ - -8333.59, - -985.4 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "a6eede8c-176f-4b6f-00f9-ba8ca01d98fa": { - "id": "a6eede8c-176f-4b6f-00f9-ba8ca01d98fa", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 104, - "point": [ - -8215.24, - -1122.68 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 8.72, - 10.54, - 0.5 - ], - [ - 8.63, - 10.45, - 0.5 - ], - [ - 8.37, - 10.19, - 0.5 - ], - [ - 7.98, - 9.8, - 0.5 - ], - [ - 7.59, - 9.51, - 0.5 - ], - [ - 7.2, - 9.12, - 0.5 - ], - [ - 6.68, - 8.7, - 0.5 - ], - [ - 6.29, - 8.31, - 0.5 - ], - [ - 5.69, - 7.71, - 0.5 - ], - [ - 5.26, - 7.17, - 0.5 - ], - [ - 4.56, - 6.59, - 0.5 - ], - [ - 4.08, - 5.87, - 0.5 - ], - [ - 3.43, - 4.97, - 0.5 - ], - [ - 2.78, - 4.06, - 0.5 - ], - [ - 1.94, - 3.07, - 0.5 - ], - [ - 1.79, - 2.84, - 0.5 - ], - [ - 1.44, - 2.03, - 0.5 - ], - [ - 0.96, - 1.31, - 0.5 - ], - [ - 0.67, - 0.92, - 0.5 - ], - [ - 0.38, - 0.53, - 0.5 - ], - [ - 0.22, - 0.3, - 0.5 - ], - [ - 0.16, - 0.17, - 0.5 - ], - [ - 0.1, - 0.12, - 0.5 - ], - [ - 0.05, - 0.06, - 0.5 - ], - [ - 0.05, - 0, - 0.5 - ], - [ - 0, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "854d9b9d-1bfb-4544-380f-7a62696e9641": { - "id": "854d9b9d-1bfb-4544-380f-7a62696e9641", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 105, - "point": [ - -8004.96, - -1561.03 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "87be43e1-8272-4846-3b2c-aaef33132e28": { - "id": "87be43e1-8272-4846-3b2c-aaef33132e28", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 106, - "point": [ - -8053.64, - -1544.9 - ], - "size": [ - 10.650000000000546, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "50e4580d-d45f-48a4-1606-6244911069b8", - "74afa6bb-2835-4d72-14b1-b54bf87b1c41" - ], - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c3925a65-cce2-45b7-3f41-e9b1711e87bb": { - "id": "c3925a65-cce2-45b7-3f41-e9b1711e87bb", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 107, - "point": [ - -8305.41, - -1561.03 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "e82cf80d-92bc-4631-1769-fa425f2c608f": { - "id": "e82cf80d-92bc-4631-1769-fa425f2c608f", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 108, - "point": [ - -8217.17, - -1121.68 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 9.04, - 0.5 - ], - [ - 0.14, - 8.99, - 0.5 - ], - [ - 0.52, - 8.61, - 0.5 - ], - [ - 1.06, - 8.18, - 0.5 - ], - [ - 2.04, - 7.34, - 0.5 - ], - [ - 2.63, - 6.62, - 0.5 - ], - [ - 3.35, - 6.03, - 0.5 - ], - [ - 3.92, - 5.45, - 0.5 - ], - [ - 4.64, - 4.86, - 0.5 - ], - [ - 5.23, - 4.26, - 0.5 - ], - [ - 7.15, - 2.9, - 0.5 - ], - [ - 8.21, - 2.04, - 0.5 - ], - [ - 8.8, - 1.45, - 0.5 - ], - [ - 9.19, - 1.16, - 0.5 - ], - [ - 9.73, - 0.73, - 0.5 - ], - [ - 9.88, - 0.5, - 0.5 - ], - [ - 10.11, - 0.35, - 0.5 - ], - [ - 10.26, - 0.12, - 0.5 - ], - [ - 10.39, - 0.05, - 0.5 - ], - [ - 10.44, - 0, - 0.5 - ], - [ - 10.5, - 2.1316282072803006e-14, - 0.5 - ] - ], - "isComplete": true - }, - "c828540a-6cfe-4222-3f07-8092c29dc924": { - "id": "c828540a-6cfe-4222-3f07-8092c29dc924", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 109, - "point": [ - -8150.1, - -679.61 - ], - "size": [ - 10.650000000000546, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "ce0f55d3-2f46-485d-2472-3cc5ccdc2527", - "4f25bfda-39b4-42cb-30e3-e46affa4a149" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e0c50431-3c58-432a-1c88-d11c4d8a6c33": { - "id": "e0c50431-3c58-432a-1c88-d11c4d8a6c33", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 110, - "point": [ - -8112.53, - -1543.26 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 113.33 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 104.79, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 52.4, - 56.66 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "8a37889f-b58b-4e78-0b41-fe262893ca45": { - "id": "8a37889f-b58b-4e78-0b41-fe262893ca45", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 111, - "point": [ - -8105.61, - -1497.19 - ], - "size": [ - 10.649999999999636, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "1079c38f-084f-4464-01a9-ab71d39f3ca0", - "c69a73a8-c4fa-4fdc-1e73-03a4260cf770" - ], - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "202f08b1-8f2f-450d-31bd-030d7939be7a": { - "id": "202f08b1-8f2f-450d-31bd-030d7939be7a", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 112, - "point": [ - -8337.13, - -1552.18 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 9.92 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 24.66, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 12.33, - 4.96 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "082937f5-4d38-4a81-2669-fca404e03e98": { - "id": "082937f5-4d38-4a81-2669-fca404e03e98", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 113, - "point": [ - -8354.09, - -1544.9 - ], - "size": [ - 10.649999999999636, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "b0559478-e57d-4e48-3f83-b4b7c09c044e", - "3eed03ce-12b8-4fc2-0dee-3f21a1aec9db" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "33af047c-6626-4e78-08d5-d4b93d6b3960": { - "id": "33af047c-6626-4e78-08d5-d4b93d6b3960", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 114, - "point": [ - -8313.94, - -316.83 - ], - "size": [ - 10.649999999999636, - 10.54000000000002 - ], - "rotation": 0, - "children": [ - "f9204fd1-9ee4-429a-2ea8-09647b0ff6ed", - "15dc4e17-ab72-43a5-1d00-8eaf038ffae7" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "cc63cca4-eb75-4e55-31a5-ff5f48448691": { - "id": "cc63cca4-eb75-4e55-31a5-ff5f48448691", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 115, - "point": [ - -8406.06, - -1497.19 - ], - "size": [ - 10.649999999999636, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "c027450f-5e50-41ed-350c-46632409a41c", - "5d6149a4-6d17-4ce9-2cf1-28bbb0c120b4" - ], - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "128cd7f7-b466-45d7-3d5d-a4a9485d465b": { - "id": "128cd7f7-b466-45d7-3d5d-a4a9485d465b", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 116, - "point": [ - -8321.68, - -1106.06 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 113.33 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 104.79, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 52.4, - 56.66 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "2cd4b1bb-9ad5-48b6-1b7a-f470e770911c": { - "id": "2cd4b1bb-9ad5-48b6-1b7a-f470e770911c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 117, - "point": [ - -8337.68, - -1432.02 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 0, - 0.22, - 0.5 - ], - [ - 0.33, - 0.87, - 0.5 - ], - [ - 0.98, - 1.19, - 0.5 - ], - [ - 0.98, - 1.47, - 0.5 - ], - [ - 1.25, - 1.74, - 0.5 - ], - [ - 2.23, - 2.72, - 0.5 - ], - [ - 4.87, - 7.52, - 0.5 - ], - [ - 6.18, - 8.82, - 0.5 - ], - [ - 8.77, - 13.36, - 0.5 - ], - [ - 10.07, - 14.66, - 0.5 - ], - [ - 11.67, - 17.86, - 0.5 - ], - [ - 13.83, - 20.56, - 0.5 - ], - [ - 15.45, - 23.81, - 0.5 - ], - [ - 17.82, - 27.37, - 0.5 - ], - [ - 20.2, - 30.93, - 0.5 - ], - [ - 22.8, - 35.47, - 0.5 - ], - [ - 24.39, - 38.67, - 0.5 - ], - [ - 26.99, - 43.21, - 0.5 - ], - [ - 27.83, - 44.9, - 0.5 - ], - [ - 29.45, - 48.15, - 0.5 - ], - [ - 31.62, - 50.85, - 0.5 - ], - [ - 33.08, - 53.29, - 0.5 - ], - [ - 33.92, - 54.97, - 0.5 - ], - [ - 34.78, - 56.71, - 0.5 - ], - [ - 35.44, - 57.36, - 0.5 - ], - [ - 35.76, - 58.01, - 0.5 - ], - [ - 36.09, - 58.66, - 0.5 - ], - [ - 36.36, - 58.94, - 0.5 - ], - [ - 36.63, - 59.21, - 0.5 - ], - [ - 36.87, - 59.21, - 0.5 - ], - [ - 36.87, - 59.48, - 0.5 - ] - ], - "isComplete": true - }, - "e742ebad-b0d1-46c3-1309-07dc178e7873": { - "id": "e742ebad-b0d1-46c3-1309-07dc178e7873", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 118, - "point": [ - -8086.73, - -366.45 - ], - "size": [ - 10.649999999999636, - 10.54000000000002 - ], - "rotation": 0, - "children": [ - "a41b3093-686f-4309-27a9-fc1e0227f938", - "c58f1e50-df6f-4abd-0144-f972de691eaa" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "66299282-7972-4909-1929-d4f71da7f8b3": { - "id": "66299282-7972-4909-1929-d4f71da7f8b3", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 119, - "point": [ - -8341.42, - -1436.52 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 0, - 47.38, - 0.5 - ], - [ - 0, - 46.92, - 0.5 - ], - [ - 1.71, - 44.73, - 0.5 - ], - [ - 3.66, - 42.77, - 0.5 - ], - [ - 5.12, - 40.82, - 0.5 - ], - [ - 6.42, - 39.52, - 0.5 - ], - [ - 8.59, - 36.81, - 0.5 - ], - [ - 8.86, - 36.53, - 0.5 - ], - [ - 10.81, - 34.58, - 0.5 - ], - [ - 11.95, - 33.82, - 0.5 - ], - [ - 13.9, - 32.35, - 0.5 - ], - [ - 15.63, - 31.49, - 0.5 - ], - [ - 17.36, - 30.62, - 0.5 - ], - [ - 18.65, - 29.33, - 0.5 - ], - [ - 19.79, - 28.57, - 0.5 - ], - [ - 21.09, - 27.26, - 0.5 - ], - [ - 24.65, - 24.29, - 0.5 - ], - [ - 25.41, - 23.14, - 0.5 - ], - [ - 29.3, - 19.25, - 0.5 - ], - [ - 30.06, - 18.1, - 0.5 - ], - [ - 33.03, - 15.13, - 0.5 - ], - [ - 34.98, - 13.17, - 0.5 - ], - [ - 37.15, - 10.47, - 0.5 - ], - [ - 39.04, - 8.57, - 0.5 - ], - [ - 40.34, - 7.26, - 0.5 - ], - [ - 41.65, - 5.96, - 0.5 - ], - [ - 42.4, - 4.81, - 0.5 - ], - [ - 43.05, - 4.48, - 0.5 - ], - [ - 43.7, - 3.83, - 0.5 - ], - [ - 43.98, - 3.83, - 0.5 - ], - [ - 44.25, - 3.55, - 0.5 - ], - [ - 44.52, - 3.55, - 0.5 - ], - [ - 44.52, - 3.27, - 0.5 - ], - [ - 44.8, - 3.27, - 0.5 - ], - [ - 45.04, - 3.03, - 0.5 - ], - [ - 45.31, - 2.75, - 0.5 - ], - [ - 45.58, - 2.48, - 0.5 - ], - [ - 45.91, - 1.82, - 0.5 - ], - [ - 46.56, - 1.49, - 0.5 - ], - [ - 46.88, - 0.83, - 0.5 - ], - [ - 47.16, - 0.56, - 0.5 - ], - [ - 47.43, - 0.56, - 0.5 - ], - [ - 47.7, - 0.28, - 0.5 - ], - [ - 47.98, - 0.28, - 0.5 - ], - [ - 48.25, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "60891465-3031-4f54-35d7-03d7d0ad3d04": { - "id": "60891465-3031-4f54-35d7-03d7d0ad3d04", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 120, - "point": [ - -8298.69, - -424.14 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 102.33 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 92.27, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 46.13, - 51.16 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "68b5d23d-ce94-480e-1ec0-ffeec917080b": { - "id": "68b5d23d-ce94-480e-1ec0-ffeec917080b", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 121, - "point": [ - -8017.49, - -1448.86 - ], - "rotation": 0, - "style": { - "color": "Green", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 0, - 35.1, - 0.5 - ], - [ - 0.22, - 36, - 0.5 - ], - [ - 0.55, - 36.66, - 0.5 - ], - [ - 2.01, - 38.6, - 0.5 - ], - [ - 2.87, - 40.34, - 0.5 - ], - [ - 3.74, - 42.07, - 0.5 - ], - [ - 5.2, - 44.02, - 0.5 - ], - [ - 5.58, - 45.15, - 0.5 - ], - [ - 8.66, - 49.96, - 0.5 - ], - [ - 9.51, - 51.69, - 0.5 - ], - [ - 9.89, - 52.83, - 0.5 - ], - [ - 10.65, - 53.97, - 0.5 - ], - [ - 11.52, - 55.7, - 0.5 - ], - [ - 12.17, - 56.35, - 0.5 - ], - [ - 12.55, - 57.5, - 0.5 - ], - [ - 13.2, - 57.82, - 0.5 - ], - [ - 13.53, - 58.47, - 0.5 - ], - [ - 13.8, - 58.74, - 0.5 - ], - [ - 14.07, - 59.01, - 0.5 - ], - [ - 14.34, - 59.28, - 0.5 - ], - [ - 14.34, - 59.56, - 0.5 - ], - [ - 14.34, - 59.8, - 0.5 - ], - [ - 14.57, - 59.34, - 0.5 - ], - [ - 15.42, - 57.62, - 0.5 - ], - [ - 16.88, - 55.18, - 0.5 - ], - [ - 19.26, - 51.61, - 0.5 - ], - [ - 21.85, - 47.07, - 0.5 - ], - [ - 25.07, - 42.57, - 0.5 - ], - [ - 28.58, - 36.94, - 0.5 - ], - [ - 32.79, - 32.03, - 0.5 - ], - [ - 34.25, - 29.58, - 0.5 - ], - [ - 37.16, - 26.09, - 0.5 - ], - [ - 40.4, - 21.55, - 0.5 - ], - [ - 42.54, - 18.87, - 0.5 - ], - [ - 44.7, - 16.16, - 0.5 - ], - [ - 46.81, - 13.53, - 0.5 - ], - [ - 48.76, - 11.57, - 0.5 - ], - [ - 49.51, - 10.43, - 0.5 - ], - [ - 50.82, - 9.12, - 0.5 - ], - [ - 51.14, - 8.47, - 0.5 - ], - [ - 51.41, - 8.19, - 0.5 - ], - [ - 51.74, - 7.53, - 0.5 - ], - [ - 52.01, - 7.53, - 0.5 - ], - [ - 52.28, - 7.26, - 0.5 - ], - [ - 52.56, - 6.98, - 0.5 - ], - [ - 53.21, - 6.32, - 0.5 - ], - [ - 53.86, - 5.67, - 0.5 - ], - [ - 55, - 4.91, - 0.5 - ], - [ - 55.76, - 3.77, - 0.5 - ], - [ - 56.9, - 3.01, - 0.5 - ], - [ - 57.66, - 1.86, - 0.5 - ], - [ - 58.31, - 1.21, - 0.5 - ], - [ - 58.58, - 0.93, - 0.5 - ], - [ - 58.91, - 0.27, - 0.5 - ], - [ - 59.18, - 0.27, - 0.5 - ], - [ - 59.45, - 0, - 0.5 - ], - [ - 59.73, - -3.552713678800501e-14, - 0.5 - ], - [ - 59.96, - -3.552713678800501e-14, - 0.5 - ] - ], - "isComplete": true - }, - "cc6a5aa3-f0a6-45ed-378a-470bae84a25d": { - "id": "cc6a5aa3-f0a6-45ed-378a-470bae84a25d", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 122, - "point": [ - -8225.71, - 7.33 - ], - "rotation": 0, - "bend": 0.3021027331039796, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 47.34, - 62.94 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 14.16, - 38.62 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "ac43e9c2-e364-479a-1808-21182a9b6211": { - "id": "ac43e9c2-e364-479a-1808-21182a9b6211", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 123, - "point": [ - -8331.76, - -1089.81 - ], - "rotation": 0, - "text": "delta", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3d0a5661-f7c5-42d0-34d4-fc81bd3c056f": { - "id": "3d0a5661-f7c5-42d0-34d4-fc81bd3c056f", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 124, - "point": [ - -8071.48, - -473.76 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 102.33 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 92.27, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 46.13, - 51.16 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "217a753d-f2b8-4853-0128-facb1106d858": { - "id": "217a753d-f2b8-4853-0128-facb1106d858", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 125, - "point": [ - -8395.58, - -337.07 - ], - "rotation": 0, - "text": "origin", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e3c29884-f8d6-4075-2291-991c115ce6be": { - "id": "e3c29884-f8d6-4075-2291-991c115ce6be", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 126, - "point": [ - -8233.87, - -475.58 - ], - "rotation": 0, - "text": "current", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "097552e3-e16e-41e9-2bf3-ee454b1ba2eb": { - "id": "097552e3-e16e-41e9-2bf3-ee454b1ba2eb", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 127, - "point": [ - -8155.14, - -389.01 - ], - "rotation": 0, - "text": "origin", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "259e9d51-0a8e-425b-2581-d8511148caec": { - "id": "259e9d51-0a8e-425b-2581-d8511148caec", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 128, - "point": [ - -8012.4, - -524.47 - ], - "rotation": 0, - "text": "current", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "42d21662-79e5-4686-065a-b8c16d5a0c3b": { - "id": "42d21662-79e5-4686-065a-b8c16d5a0c3b", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 129, - "point": [ - -8198.2, - -427 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "24e54269-3978-4bb8-2b97-84f4b309faf4": { - "id": "24e54269-3978-4bb8-2b97-84f4b309faf4", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 130, - "point": [ - -7951.66, - -427 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "bf2e683f-5db5-42ca-2a6e-e8cb750b78e1": { - "id": "bf2e683f-5db5-42ca-2a6e-e8cb750b78e1", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 131, - "point": [ - -8239.34, - -45.84 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "b07f0eb3-1f20-429f-1b9b-66d920096e51": { - "id": "b07f0eb3-1f20-429f-1b9b-66d920096e51", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 132, - "point": [ - -8245.45, - -51.78 - ], - "size": [ - 10.649999999999636, - 10.54 - ], - "rotation": 0, - "children": [ - "a08e1d92-1d2f-4e63-3553-531944e004f1", - "47b5a29b-af14-4f02-09ee-8e7e893c328f" - ], - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c004a595-a478-4f10-1d7e-ea115a4ca86c": { - "id": "c004a595-a478-4f10-1d7e-ea115a4ca86c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 133, - "point": [ - -8068.77, - 441.8 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "5a6bdea0-2ed4-46bb-1839-2ecf7beee97b": { - "id": "5a6bdea0-2ed4-46bb-1839-2ecf7beee97b", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 134, - "point": [ - -8178.68, - 54.79 - ], - "rotation": 0, - "text": "dead zone", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "479d5e3c-1e79-47e2-2071-70c75e1e5bc0": { - "id": "479d5e3c-1e79-47e2-2071-70c75e1e5bc0", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 135, - "point": [ - -8134.98, - 502.88 - ], - "size": [ - 10.609999999999673, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "deb0e1fe-b8d2-480c-144d-bff5cb5685d7", - "2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1" - ], - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "503381da-1775-4d8c-2c5d-993ca548fb7f": { - "id": "503381da-1775-4d8c-2c5d-993ca548fb7f", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 136, - "point": [ - -8392.51, - 485.49 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "80f6d826-47fb-4e88-286c-d5079af8cb8e": { - "id": "80f6d826-47fb-4e88-286c-d5079af8cb8e", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 137, - "point": [ - -8048.44, - 1377.06 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "9bdbbaf0-6368-4ebd-1c03-baa6d499110c": { - "id": "9bdbbaf0-6368-4ebd-1c03-baa6d499110c", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 138, - "point": [ - -8164.51, - 610.32 - ], - "rotation": 0, - "text": "drag!", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "b46411e3-c404-45ff-052d-6dc35e8e44b4": { - "id": "b46411e3-c404-45ff-052d-6dc35e8e44b4", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 139, - "point": [ - -8245.45, - 286.85 - ], - "size": [ - 10.650000000000006, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "deb0e1fe-b8d2-480c-144d-bff5cb5685d7", - "2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1" - ], - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8a706a21-1e58-4127-30a3-92a2c821dee4": { - "id": "8a706a21-1e58-4127-30a3-92a2c821dee4", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 140, - "point": [ - -8428.95, - 502.88 - ], - "size": [ - 10.649999999999636, - 10.539999999999964 - ], - "rotation": 0, - "children": [ - "bdca5f0b-4939-4d32-1af1-5b149028e252", - "2757b8f0-acbe-4120-3b43-43ab9f1b16dc" - ], - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d0cd2730-549a-4c58-0299-c227eb82a05a": { - "id": "d0cd2730-549a-4c58-0299-c227eb82a05a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 141, - "point": [ - -8461.58, - 609.17 - ], - "rotation": 0, - "text": "no drag!", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "5c40fd8c-6035-42d1-1d09-40e492a5637c": { - "id": "5c40fd8c-6035-42d1-1d09-40e492a5637c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 142, - "point": [ - -8387.7, - 1377.06 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "0e38a829-d5ed-414c-26f6-eca63c8d5dcb": { - "id": "0e38a829-d5ed-414c-26f6-eca63c8d5dcb", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 143, - "point": [ - -8048.44, - 1854.45 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "110678db-4b92-421e-39de-6fd22120fcc1": { - "id": "110678db-4b92-421e-39de-6fd22120fcc1", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 144, - "point": [ - -8120.26, - 455.41 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 42.57 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 40.8, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.4, - 21.29 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "b69e8065-3cd3-4e58-2b93-9081b51b81f8": { - "id": "b69e8065-3cd3-4e58-2b93-9081b51b81f8", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 145, - "point": [ - -8449.85, - 1450.43 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "7699ce0a-f479-426a-231e-5c1730dd9502": { - "id": "7699ce0a-f479-426a-231e-5c1730dd9502", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 146, - "point": [ - -8387.7, - 1854.45 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "b1e97aba-76fc-4aa9-36af-5a368d942c46": { - "id": "b1e97aba-76fc-4aa9-36af-5a368d942c46", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 147, - "point": [ - -8420.37, - 480.39 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 18.02 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 21.86, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 10.93, - 9.01 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "cb1bd4cd-4f14-4a02-3b8c-b0816bc97e3a": { - "id": "cb1bd4cd-4f14-4a02-3b8c-b0816bc97e3a", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 148, - "point": [ - -8213.62, - 362.27 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 42.57 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 40.8, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.4, - 21.29 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "61c948bc-63ae-4f99-09fc-3135493ca98e": { - "id": "61c948bc-63ae-4f99-09fc-3135493ca98e", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 149, - "point": [ - -8104.71, - 1390.67 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 49.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 45.58, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 22.79, - 24.54 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "341d8a7c-8b37-4d10-28c9-ff83b675d55b": { - "id": "341d8a7c-8b37-4d10-28c9-ff83b675d55b", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 150, - "point": [ - -8104.71, - 1868.06 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 49.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 45.58, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 22.79, - 24.54 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "3ec60e11-485e-4039-0bb7-47fa0bf1a6ae": { - "id": "3ec60e11-485e-4039-0bb7-47fa0bf1a6ae", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 151, - "point": [ - -8449.85, - 1927.82 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": true, - "dash": "Solid" - }, - "points": [ - [ - 0, - 5.4318042223760274, - 0.5 - ], - [ - 0, - 5.352796160959649, - 0.5 - ], - [ - 0, - 5.283664107220317, - 0.5 - ], - [ - 0, - 6.192256813508671, - 0.5 - ], - [ - 0, - 7.110725527474072, - 0.5 - ], - [ - 0, - 8.434110556198412, - 0.5 - ], - [ - 0, - 14.004178886053102, - 0.5 - ], - [ - 0, - 17.302765450186907, - 0.5 - ], - [ - 0, - 19.959411515312638, - 0.5 - ], - [ - 0, - 22.31977735012695, - 0.5 - ], - [ - 0, - 24.127086755026607, - 0.5 - ], - [ - 0, - 25.67761996032304, - 0.5 - ], - [ - 0, - 27.010880996724428, - 0.5 - ], - [ - 0, - 28.334266025448766, - 0.5 - ], - [ - 0, - 29.24285873173712, - 0.5 - ], - [ - 0, - 29.746535123266536, - 0.5 - ], - [ - 0, - 29.91442725377634, - 0.5 - ], - [ - 0, - 30.003311322869763, - 0.5 - ], - [ - 0.06913205373933123, - 29.8650472153911, - 0.5 - ], - [ - 0.5333044145605552, - 29.24285873173712, - 0.5 - ], - [ - 1.4023930901407191, - 28.55153819434381, - 0.5 - ], - [ - 3.3084625718108516, - 26.467700574486823, - 0.5 - ], - [ - 4.8787477924613745, - 24.897415353836298, - 0.5 - ], - [ - 6.695933205038081, - 23.09010594893664, - 0.5 - ], - [ - 7.930434164668996, - 22.003745104461437, - 0.5 - ], - [ - 8.384730517813173, - 21.539572743640207, - 0.5 - ], - [ - 8.552622648322977, - 21.361804605453358, - 0.5 - ], - [ - 8.73039078650983, - 21.272920536359933, - 0.5 - ], - [ - 8.79952284024916, - 21.272920536359933, - 0.5 - ], - [ - 9.115555085914673, - 21.687712858795923, - 0.5 - ], - [ - 9.510595392996567, - 22.596305565084272, - 0.5 - ], - [ - 10.20191593038988, - 23.56415431743491, - 0.5 - ], - [ - 10.75497236030453, - 24.67026717726421, - 0.5 - ], - [ - 11.495672936083078, - 25.835636083155794, - 0.5 - ], - [ - 12.009225335289537, - 26.754104797121194, - 0.5 - ], - [ - 12.522777734495998, - 27.672573511086597, - 0.5 - ], - [ - 12.730173895713994, - 28.087365833522583, - 0.5 - ], - [ - 12.917818041577892, - 28.373770056156957, - 0.5 - ], - [ - 13.095586179764743, - 28.640422263437237, - 0.5 - ], - [ - 13.263478310274547, - 28.818190401624083, - 0.5 - ], - [ - 13.490626486846637, - 29.38112283921578, - 0.5 - ], - [ - 13.73752667877282, - 30.102071399640238, - 0.5 - ], - [ - 13.935046832313764, - 30.526739729753274, - 0.5 - ], - [ - 14.02393090140719, - 30.813143952387644, - 0.5 - ], - [ - 14.112814970500615, - 30.990912090574497, - 0.5 - ], - [ - 14.112814970500615, - 31.07979615966792, - 0.5 - ], - [ - 14.181947024239948, - 31.07979615966792, - 0.5 - ], - [ - 14.260955085656327, - 31.07979615966792, - 0.5 - ], - [ - 14.5473593082907, - 31.07979615966792, - 0.5 - ], - [ - 14.972027638403734, - 30.665003837231936, - 0.5 - ], - [ - 15.742356237213425, - 30.003311322869763, - 0.5 - ], - [ - 16.5719408820854, - 29.173726677997788, - 0.5 - ], - [ - 17.352145488572138, - 28.51203416363562, - 0.5 - ], - [ - 17.796565834039267, - 28.047861802814392, - 0.5 - ], - [ - 18.30024222556868, - 27.642945488055453, - 0.5 - ], - [ - 18.468134356078483, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.55406141896203, - 0.5 - ], - [ - 18.547142417494864, - 27.4651773498686, - 0.5 - ], - [ - 18.547142417494864, - 27.39604529612927, - 0.5 - ], - [ - 18.547142417494864, - 27.099765065817852, - 0.5 - ], - [ - 18.547142417494864, - 26.645468712673676, - 0.5 - ], - [ - 18.547142417494864, - 25.88501612154103, - 0.5 - ], - [ - 18.063218041319544, - 25.154191553439528, - 0.5 - ], - [ - 17.697805757268796, - 24.423366985338028, - 0.5 - ], - [ - 17.223757388770522, - 23.71229443259062, - 0.5 - ], - [ - 16.769461035626346, - 23.139485987321873, - 0.5 - ], - [ - 16.285536659451026, - 22.408661419220376, - 0.5 - ], - [ - 15.68310019115114, - 21.806224950920484, - 0.5 - ], - [ - 15.347315930131531, - 21.223540497974692, - 0.5 - ], - [ - 15.001655661434874, - 20.660608060382998, - 0.5 - ], - [ - 14.794259500216882, - 20.364327830071577, - 0.5 - ], - [ - 14.61649136203003, - 20.186559691884728, - 0.5 - ], - [ - 14.527607292936604, - 19.97916353066673, - 0.5 - ], - [ - 14.349839154749752, - 19.801395392479883, - 0.5 - ], - [ - 14.270831093333372, - 19.62362725429303, - 0.5 - ], - [ - 14.181947024239948, - 19.534743185199606, - 0.5 - ], - [ - 14.181947024239948, - 19.44585911610618, - 0.5 - ], - [ - 14.10293896282357, - 19.3668510546898, - 0.5 - ], - [ - 14.10293896282357, - 19.297719000950465, - 0.5 - ], - [ - 14.014054893730142, - 19.20883493185704, - 0.5 - ], - [ - 13.925170824636718, - 19.03106679367019, - 0.5 - ], - [ - 13.925170824636718, - 18.942182724576764, - 0.5 - ], - [ - 13.925170824636718, - 18.863174663160386, - 0.5 - ], - [ - 13.925170824636718, - 18.78416660174401, - 0.5 - ], - [ - 13.925170824636718, - 18.70515854032763, - 0.5 - ], - [ - 13.925170824636718, - 18.62615047891125, - 0.5 - ], - [ - 13.925170824636718, - 18.458258348401447, - 0.5 - ], - [ - 14.369591170103849, - 18.122474087381836, - 0.5 - ], - [ - 15.199175814975822, - 17.45090556534262, - 0.5 - ], - [ - 15.930000383077322, - 16.9669811891673, - 0.5 - ], - [ - 16.90772514310501, - 16.255908636419896, - 0.5 - ], - [ - 17.687929749591746, - 15.82136429862981, - 0.5 - ], - [ - 17.88544990313269, - 15.52508406831839, - 0.5 - ], - [ - 18.053342033642497, - 15.436199999224966, - 0.5 - ], - [ - 18.231110171829346, - 15.436199999224966, - 0.5 - ], - [ - 18.30024222556868, - 15.436199999224966, - 0.5 - ], - [ - 18.38912629466211, - 15.347315930131538, - 0.5 - ], - [ - 18.566894432848958, - 15.169547791944685, - 0.5 - ], - [ - 18.73478656335876, - 14.991779653757835, - 0.5 - ], - [ - 19.03106679367018, - 14.794259500216889, - 0.5 - ], - [ - 19.20883493185703, - 14.626367369707085, - 0.5 - ], - [ - 19.37672706236684, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.537483300613658, - 0.5 - ], - [ - 19.465611131460264, - 14.448599231520232, - 0.5 - ], - [ - 19.465611131460264, - 14.379467177780901, - 0.5 - ], - [ - 19.465611131460264, - 14.300459116364523, - 0.5 - ], - [ - 19.465611131460264, - 14.132566985854718, - 0.5 - ], - [ - 19.297719000950458, - 13.954798847667867, - 0.5 - ], - [ - 18.991562762961994, - 13.767154701803966, - 0.5 - ], - [ - 18.69528253265057, - 13.56963454826302, - 0.5 - ], - [ - 18.379250286985055, - 13.263478310274554, - 0.5 - ], - [ - 17.81631784939336, - 12.90794203390085, - 0.5 - ], - [ - 17.243509404124616, - 12.463521688433719, - 0.5 - ], - [ - 16.512684836023116, - 11.979597312258402, - 0.5 - ], - [ - 15.594216122057713, - 11.456168905374893, - 0.5 - ], - [ - 14.418971208489083, - 10.715468329596344, - 0.5 - ], - [ - 13.174594241181122, - 9.77724760027685, - 0.5 - ], - [ - 12.147489442768201, - 8.908158924696684, - 0.5 - ], - [ - 11.317904797896226, - 8.078574279824709, - 0.5 - ], - [ - 10.537700191409488, - 7.416881765462539, - 0.5 - ], - [ - 9.964891746140742, - 6.9625854123183615, - 0.5 - ], - [ - 9.668611515829323, - 6.666305182006942, - 0.5 - ], - [ - 9.372331285517904, - 6.478661036143043, - 0.5 - ], - [ - 9.16493512429991, - 6.281140882602098, - 0.5 - ], - [ - 8.98716698611306, - 6.103372744415244, - 0.5 - ], - [ - 8.562498656000024, - 5.797216506426778, - 0.5 - ], - [ - 7.476137811524819, - 5.066391938325276, - 0.5 - ], - [ - 6.745313243423318, - 4.582467562149957, - 0.5 - ], - [ - 5.500936276115356, - 3.644246832830462, - 0.5 - ], - [ - 4.335567370223773, - 2.9035462570519126, - 0.5 - ], - [ - 3.1603224566551416, - 2.1628456812733634, - 0.5 - ], - [ - 1.9159454893471797, - 1.2345009596309153, - 0.5 - ], - [ - 1.1357408828604414, - 0.5728084452687446, - 0.5 - ], - [ - 0.7209485604244542, - 0.2567761996032304, - 0.5 - ], - [ - 0.5431804222376025, - 0.16789213050980448, - 0.5 - ], - [ - 0.36541228405075077, - 0.07900806141637857, - 0.5 - ], - [ - 0.36541228405075077, - 0, - 0.5 - ], - [ - 0.36541228405075077, - 0.06913205373933154, - 0.5 - ], - [ - 0.36541228405075077, - 0.1580161228327573, - 0.5 - ], - [ - 0.36541228405075077, - 0.7209485604244549, - 0.5 - ], - [ - 0.36541228405075077, - 1.451773128525956, - 0.5 - ], - [ - 0.36541228405075077, - 2.1727216889504106, - 0.5 - ], - [ - 0.36541228405075077, - 2.7455301342191554, - 0.5 - ], - [ - 0.36541228405075077, - 3.041810364530575, - 0.5 - ], - [ - 0.36541228405075077, - 3.219578502717427, - 0.5 - ], - [ - 0.36541228405075077, - 3.2887105564567585, - 0.5 - ], - [ - 0.36541228405075077, - 3.367718617873137, - 0.5 - ] - ], - "isComplete": true - }, - "930dcc0e-9c50-49d4-3a77-9270b622e672": { - "id": "930dcc0e-9c50-49d4-3a77-9270b622e672", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 152, - "point": [ - -8549.52, - 888.52 - ], - "size": [ - 156.65999999999985, - 156.6600000000003 - ], - "rotation": 0, - "children": [ - "95bee843-c4b5-4718-14be-39c0096915df", - "79418bbb-22fe-4788-2344-992dc28609ae" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "000d78a3-8212-42e1-2a9b-c8fa3d5cde10": { - "id": "000d78a3-8212-42e1-2a9b-c8fa3d5cde10", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 153, - "point": [ - -8193.28, - 1297.53 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 42.57 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 40.8, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.4, - 21.29 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "49b162b5-143b-43de-2203-ec4afa5ed991": { - "id": "49b162b5-143b-43de-2203-ec4afa5ed991", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 154, - "point": [ - -8414.43, - 1390.67 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 18.54 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 16.04, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 8.02, - 9.27 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "8503a6a9-8fb6-42a4-1d4f-85d48aad598b": { - "id": "8503a6a9-8fb6-42a4-1d4f-85d48aad598b", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 155, - "point": [ - -8193.28, - 1774.92 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 42.57 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 40.8, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.4, - 21.29 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "ad5d391c-a96a-48f5-26ae-406bb49d861e": { - "id": "ad5d391c-a96a-48f5-26ae-406bb49d861e", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 156, - "point": [ - -7426.8, - 1076.63 - ], - "size": [ - 156.65999999999985, - 156.6600000000003 - ], - "rotation": 0, - "children": [ - "469322da-c772-46fd-384d-4942299335ca", - "13d46af2-73b4-4698-1692-96a9625b521f" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9b4b799a-e668-4f56-3988-c5369fe8b14b": { - "id": "9b4b799a-e668-4f56-3988-c5369fe8b14b", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 157, - "point": [ - -8330.89, - 732 - ], - "size": [ - 156.65999999999985, - 156.6600000000003 - ], - "rotation": 0, - "children": [ - "475d41af-75ba-48b1-2c2d-3e7ecefae48b", - "e49ca10b-95aa-44f3-3f6b-1a5fa5051232" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "71e3c16b-add2-41c4-183b-893cd8433675": { - "id": "71e3c16b-add2-41c4-183b-893cd8433675", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 158, - "point": [ - -8540.03, - 1324.15 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 18.54 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 16.04, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 8.02, - 9.27 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "500920b0-c0be-4583-37c9-2ed1e46710c2": { - "id": "500920b0-c0be-4583-37c9-2ed1e46710c2", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 159, - "point": [ - -8414.43, - 1868.06 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 18.54 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 16.04, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 8.02, - 9.27 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e": { - "id": "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 160, - "point": [ - -7208.17, - 920.11 - ], - "size": [ - 156.65999999999985, - 156.66000000000042 - ], - "rotation": 0, - "children": [ - "1f259a5c-b528-4b57-1e20-76e8af048449", - "a78547cb-64eb-46a5-3e83-ca835ed22d8e" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "0423b2bb-3489-4f7e-1422-35c2bd1c319f": { - "id": "0423b2bb-3489-4f7e-1422-35c2bd1c319f", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 161, - "point": [ - -8118.61, - 894.67 - ], - "size": [ - 156.65999999999985, - 156.66000000000042 - ], - "rotation": 0, - "children": [ - "cb71a4ad-c105-4250-0796-6fd462369163", - "c5fc71dd-6c42-445e-0fd4-9f0481046e93" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3c570a7d-de81-4e83-1efb-593838560ac5": { - "id": "3c570a7d-de81-4e83-1efb-593838560ac5", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 162, - "point": [ - -8540.03, - 1801.54 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 18.54 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 16.04, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 8.02, - 9.27 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "46a70369-2229-43e2-28d4-867d132ee5a8": { - "id": "46a70369-2229-43e2-28d4-867d132ee5a8", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 163, - "point": [ - -6995.89, - 1082.78 - ], - "size": [ - 156.65999999999985, - 156.6600000000003 - ], - "rotation": 0, - "children": [ - "2b2c3312-ed80-433d-1b9b-34a89780d685", - "8d77ffcf-500a-47cf-0952-69d4d83c75de" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ded92727-d487-4de5-2c1f-c01e13b7483c": { - "id": "ded92727-d487-4de5-2c1f-c01e13b7483c", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 164, - "point": [ - -8395.47, - 891.36 - ], - "rotation": 0, - "bend": -0.22931252068262462, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 44.79 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 94.78, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 52.53, - 33.26 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "27cc49ff-9aaa-48a4-0277-beb79184f663": { - "id": "27cc49ff-9aaa-48a4-0277-beb79184f663", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 165, - "point": [ - -8401.61, - 1005.74 - ], - "rotation": 0, - "bend": 0.28528205311548227, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 287.65, - 2.05 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 143.53, - 42.06 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "929e3b0b-8ddf-4c19-38fb-2a0d4a49898c": { - "id": "929e3b0b-8ddf-4c19-38fb-2a0d4a49898c", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 166, - "point": [ - -7272.75, - 1079.47 - ], - "rotation": 0, - "bend": -0.22931252068262462, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 44.79 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 97.93, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 54.1, - 33.62 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3887190f-dd55-406a-3f15-6c1a19dd1af4": { - "id": "3887190f-dd55-406a-3f15-6c1a19dd1af4", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 167, - "point": [ - -8448.68, - 802.14 - ], - "rotation": 0, - "bend": -0.3161218684359494, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 114.26, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 82.85 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 44.03, - 23.36 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "270de670-e72c-4e51-25b7-57571db527f2": { - "id": "270de670-e72c-4e51-25b7-57571db527f2", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 168, - "point": [ - -7275.15, - 1205.88 - ], - "rotation": 0, - "bend": 0.28528205311548227, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 287.65, - 2.05 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 143.53, - 42.06 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "6cd9099d-26df-492f-0e08-76d4ef3beeae": { - "id": "6cd9099d-26df-492f-0e08-76d4ef3beeae", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 169, - "point": [ - -8164.56, - 802.14 - ], - "rotation": 0, - "bend": -0.3161218684359494, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 103.81, - 89 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 65.97, - 28.09 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "4151aa68-667d-456d-10c0-903114e2f61f": { - "id": "4151aa68-667d-456d-10c0-903114e2f61f", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 170, - "point": [ - -7325.96, - 990.25 - ], - "rotation": 0, - "bend": -0.3161218684359494, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 114.26, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 82.85 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 44.03, - 23.36 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "eb2ca334-b51c-412a-2912-9338aee1a4b0": { - "id": "eb2ca334-b51c-412a-2912-9338aee1a4b0", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 171, - "point": [ - -8109.35, - 773.44 - ], - "rotation": 0, - "text": "Leave Zone", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.9056779661016966 - } - }, - "950a36ed-c0df-4144-2a87-d1f1b82a4b22": { - "id": "950a36ed-c0df-4144-2a87-d1f1b82a4b22", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 172, - "point": [ - -7041.84, - 990.25 - ], - "rotation": 0, - "bend": -0.3161218684359494, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 103.81, - 89 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 65.97, - 28.09 - ] - } - }, - "decorations": { - "start": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "74f8e81d-c01d-4f90-0752-065717e9cbff": { - "id": "74f8e81d-c01d-4f90-0752-065717e9cbff", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 173, - "point": [ - -8305.67, - 899.16 - ], - "rotation": 0, - "text": "Pointer Up", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.9047887323943666 - } - }, - "0b8a38bf-e99a-4b7a-3452-2d1864546f75": { - "id": "0b8a38bf-e99a-4b7a-3452-2d1864546f75", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 174, - "point": [ - -8505.95, - 773.44 - ], - "rotation": 0, - "text": "Pointer Down", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.88816901408451 - } - }, - "04725dba-a1be-43ad-3bbc-89ab0bba6456": { - "id": "04725dba-a1be-43ad-3bbc-89ab0bba6456", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 175, - "point": [ - -6986.41, - 969.23 - ], - "rotation": 0, - "text": "Leave Zone", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.9056779661016966 - } - }, - "5e0a6b21-b55e-4c86-27aa-15a5368b09d8": { - "id": "5e0a6b21-b55e-4c86-27aa-15a5368b09d8", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 176, - "point": [ - -7182.95, - 1087.27 - ], - "rotation": 0, - "text": "Pointer Up", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.9047887323943666 - } - }, - "51be64a1-f584-4c3d-1e45-a79ce44e5ebc": { - "id": "51be64a1-f584-4c3d-1e45-a79ce44e5ebc", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 177, - "point": [ - -8305.17, - 1052.04 - ], - "rotation": 0, - "text": "Pointer Up", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.9019718309859158 - } - }, - "5b17f412-fe4d-41b8-37ad-a84f1f39b307": { - "id": "5b17f412-fe4d-41b8-37ad-a84f1f39b307", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 178, - "point": [ - -7383.23, - 961.55 - ], - "rotation": 0, - "text": "Pointer Down", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.88816901408451 - } - }, - "4b995911-a8f3-4d9c-0fd4-4a43bfae5afc": { - "id": "4b995911-a8f3-4d9c-0fd4-4a43bfae5afc", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 179, - "point": [ - -8576.52, - 961.12 - ], - "radius": [ - 8.924999999999955, - 8.924999999999955 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "d907f731-2d03-4c34-1b09-e56be7d99366": { - "id": "d907f731-2d03-4c34-1b09-e56be7d99366", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 180, - "point": [ - -7178.71, - 1252.18 - ], - "rotation": 0, - "text": "Pointer Up", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 0.9019718309859158 - } - }, - "eeb379ec-c0d3-4d82-0708-0259d14e1e37": { - "id": "eeb379ec-c0d3-4d82-0708-0259d14e1e37", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 181, - "point": [ - -8562.68, - 968.35 - ], - "rotation": 0, - "bend": -0.14339273318615, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 1.07 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 40.55, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.27, - 0.54 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "767f4aae-c6c1-434b-340e-8997c6f4b635": { - "id": "767f4aae-c6c1-434b-340e-8997c6f4b635", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 182, - "point": [ - -7453.8, - 1149.23 - ], - "radius": [ - 8.924999999999955, - 8.924999999999955 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "46362bc4-c6c8-4512-135c-78235aee77f7": { - "id": "46362bc4-c6c8-4512-135c-78235aee77f7", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 183, - "point": [ - -8572.02, - 963.64 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 6.03, - 2, - 0.5 - ], - [ - 5.91, - 2, - 0.5 - ], - [ - 5.66, - 2, - 0.5 - ], - [ - 4.83, - 2.36, - 0.5 - ], - [ - 3.57, - 3.78, - 0.5 - ], - [ - 3.22, - 4.31, - 0.5 - ], - [ - 2.79, - 5.04, - 0.5 - ], - [ - 2.79, - 5.17, - 0.5 - ], - [ - 2.79, - 5.06, - 0.5 - ], - [ - 2.79, - 4.77, - 0.5 - ], - [ - 3.67, - 4.06, - 0.5 - ], - [ - 4.62, - 2.93, - 0.5 - ], - [ - 5.75, - 1.97, - 0.5 - ], - [ - 6.88, - 1.01, - 0.5 - ], - [ - 7.69, - 0.53, - 0.5 - ], - [ - 8.12, - 0.25, - 0.5 - ], - [ - 8.37, - 0, - 0.5 - ], - [ - 8.5, - 0, - 0.5 - ], - [ - 8.16, - 0, - 0.5 - ], - [ - 7.04, - 0.4, - 0.5 - ], - [ - 5.31, - 1.67, - 0.5 - ], - [ - 3.23, - 3.3, - 0.5 - ], - [ - 1.72, - 4.58, - 0.5 - ], - [ - 0.83, - 5.45, - 0.5 - ], - [ - 0.38, - 5.9, - 0.5 - ], - [ - 0.12, - 6.15, - 0.5 - ], - [ - 0, - 6.4, - 0.5 - ], - [ - 8.881784197001252e-16, - 6.53, - 0.5 - ], - [ - 8.881784197001252e-16, - 6.42, - 0.5 - ], - [ - 8.881784197001252e-16, - 6.12, - 0.5 - ], - [ - 8.881784197001252e-16, - 5.279999999999999, - 0.5 - ], - [ - 0.3200000000000012, - 4.45, - 0.5 - ], - [ - 0.8000000000000007, - 3.6100000000000003, - 0.5 - ], - [ - 1.120000000000001, - 2.8, - 0.5 - ], - [ - 1.370000000000001, - 2.54, - 0.5 - ], - [ - 1.5000000000000009, - 2.2800000000000002, - 0.5 - ], - [ - 1.6100000000000012, - 2.18, - 0.5 - ], - [ - 1.740000000000001, - 1.92, - 0.5 - ], - [ - 1.870000000000001, - 1.66, - 0.5 - ], - [ - 2.1300000000000012, - 1.4, - 0.5 - ], - [ - 2.3800000000000012, - 1.15, - 0.5 - ], - [ - 2.6300000000000012, - 1.02, - 0.5 - ], - [ - 2.8800000000000012, - 0.8899999999999999, - 0.5 - ], - [ - 3.140000000000001, - 0.76, - 0.5 - ], - [ - 3.2500000000000013, - 0.76, - 0.5 - ], - [ - 3.2500000000000013, - 0.98, - 0.5 - ], - [ - 3.2500000000000013, - 1.59, - 0.5 - ], - [ - 3.2500000000000013, - 2.19, - 0.5 - ], - [ - 3.2500000000000013, - 2.79, - 0.5 - ], - [ - 3.2500000000000013, - 3.6100000000000003, - 0.5 - ], - [ - 2.9200000000000013, - 4.4399999999999995, - 0.5 - ], - [ - 2.4400000000000013, - 5.26, - 0.5 - ], - [ - 2.110000000000001, - 6.09, - 0.5 - ], - [ - 1.9600000000000009, - 6.64, - 0.5 - ], - [ - 1.8100000000000014, - 6.94, - 0.5 - ], - [ - 1.8100000000000014, - 7.32, - 0.5 - ], - [ - 1.8100000000000014, - 7.57, - 0.5 - ], - [ - 1.8100000000000014, - 7.68, - 0.5 - ], - [ - 1.9200000000000008, - 7.68, - 0.5 - ], - [ - 2.1700000000000013, - 7.55, - 0.5 - ], - [ - 2.470000000000001, - 6.95, - 0.5 - ], - [ - 2.9200000000000013, - 6.34, - 0.5 - ], - [ - 3.5200000000000014, - 5.74, - 0.5 - ], - [ - 3.950000000000001, - 5.3, - 0.5 - ], - [ - 4.380000000000001, - 5.02, - 0.5 - ], - [ - 4.660000000000001, - 4.6, - 0.5 - ], - [ - 5.090000000000002, - 4.470000000000001, - 0.5 - ], - [ - 5.340000000000002, - 4.34, - 0.5 - ], - [ - 5.590000000000001, - 4.34, - 0.5 - ], - [ - 5.590000000000001, - 4.21, - 0.5 - ], - [ - 5.710000000000001, - 4.21, - 0.5 - ], - [ - 5.710000000000001, - 4.09, - 0.5 - ], - [ - 5.820000000000001, - 3.96, - 0.5 - ], - [ - 5.820000000000001, - 4.07, - 0.5 - ], - [ - 5.820000000000001, - 4.67, - 0.5 - ], - [ - 5.820000000000001, - 5.470000000000001, - 0.5 - ], - [ - 5.820000000000001, - 6.3, - 0.5 - ], - [ - 5.670000000000001, - 7.42, - 0.5 - ], - [ - 5.670000000000001, - 7.72, - 0.5 - ], - [ - 5.670000000000001, - 8.14, - 0.5 - ], - [ - 5.670000000000001, - 8.57, - 0.5 - ], - [ - 5.670000000000001, - 8.82, - 0.5 - ], - [ - 5.670000000000001, - 9.08, - 0.5 - ], - [ - 5.770000000000001, - 9.08, - 0.5 - ], - [ - 5.900000000000001, - 9.08, - 0.5 - ], - [ - 6.010000000000002, - 9.08, - 0.5 - ], - [ - 6.250000000000001, - 9.08, - 0.5 - ], - [ - 6.380000000000001, - 8.82, - 0.5 - ], - [ - 6.660000000000001, - 8.39, - 0.5 - ], - [ - 6.940000000000001, - 7.96, - 0.5 - ], - [ - 7.210000000000001, - 7.53, - 0.5 - ], - [ - 7.350000000000001, - 7.11, - 0.5 - ], - [ - 7.470000000000001, - 6.86, - 0.5 - ], - [ - 7.470000000000001, - 6.6, - 0.5 - ], - [ - 7.470000000000001, - 6.48, - 0.5 - ], - [ - 7.470000000000001, - 6.36, - 0.5 - ], - [ - 7.600000000000001, - 6.23, - 0.5 - ], - [ - 7.600000000000001, - 6.11, - 0.5 - ], - [ - 7.600000000000001, - 5.99, - 0.5 - ], - [ - 7.600000000000001, - 5.88, - 0.5 - ], - [ - 7.600000000000001, - 5.76, - 0.5 - ], - [ - 7.600000000000001, - 5.640000000000001, - 0.5 - ], - [ - 7.600000000000001, - 5.529999999999999, - 0.5 - ], - [ - 7.720000000000001, - 5.279999999999999, - 0.5 - ], - [ - 7.720000000000001, - 5.17, - 0.5 - ], - [ - 7.720000000000001, - 5.05, - 0.5 - ], - [ - 7.720000000000001, - 4.9399999999999995, - 0.5 - ], - [ - 7.720000000000001, - 4.83, - 0.5 - ], - [ - 7.720000000000001, - 4.71, - 0.5 - ], - [ - 7.720000000000001, - 4.58, - 0.5 - ], - [ - 7.720000000000001, - 4.45, - 0.5 - ], - [ - 7.720000000000001, - 4.34, - 0.5 - ], - [ - 7.720000000000001, - 4.45, - 0.5 - ], - [ - 7.190000000000001, - 5.5, - 0.5 - ], - [ - 6.490000000000001, - 6.55, - 0.5 - ], - [ - 5.830000000000001, - 7.38, - 0.5 - ], - [ - 5.330000000000001, - 8.2, - 0.5 - ], - [ - 4.870000000000001, - 8.809999999999999, - 0.5 - ], - [ - 4.450000000000001, - 9.23, - 0.5 - ], - [ - 4.300000000000001, - 9.66, - 0.5 - ], - [ - 4.170000000000001, - 9.91, - 0.5 - ], - [ - 4.050000000000001, - 10.03, - 0.5 - ], - [ - 4.050000000000001, - 10.13, - 0.5 - ], - [ - 3.950000000000001, - 10.13, - 0.5 - ], - [ - 3.830000000000001, - 10.13, - 0.5 - ], - [ - 3.720000000000001, - 10.13, - 0.5 - ], - [ - 3.600000000000001, - 10.13, - 0.5 - ], - [ - 3.490000000000001, - 10.13, - 0.5 - ], - [ - 3.490000000000001, - 10.26, - 0.5 - ], - [ - 3.370000000000001, - 10.26, - 0.5 - ] - ], - "isComplete": true - }, - "0e58cf2e-f00f-4246-2fba-6ac6417bad44": { - "id": "0e58cf2e-f00f-4246-2fba-6ac6417bad44", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 184, - "point": [ - -7439.96, - 1156.46 - ], - "rotation": 0, - "bend": -0.14339273318615, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 1.07 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 40.55, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 20.27, - 0.54 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "3a2f271b-422e-4429-1046-6fd8842b52ad": { - "id": "3a2f271b-422e-4429-1046-6fd8842b52ad", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 185, - "point": [ - -8329.71, - 1529.91 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0.46019124521886934, - 0, - 0.5 - ], - [ - 1.1430556736081592, - 0.3414322141946442, - 0.5 - ], - [ - 2.6126986825329355, - 0.7422439439014004, - 0.5 - ], - [ - 3.295563110922226, - 1.3657288567785768, - 0.5 - ], - [ - 3.859668508287291, - 1.3657288567785768, - 0.5 - ], - [ - 5.433225669358263, - 3.7409094772630582, - 0.5 - ], - [ - 7.184921376965572, - 6.279383765405848, - 0.5 - ], - [ - 10.718002549936246, - 10.821916702082419, - 0.5 - ], - [ - 14.280773480662976, - 15.394139396515046, - 0.5 - ], - [ - 17.32397365065873, - 19.96636209094767, - 0.5 - ], - [ - 22.890803229919243, - 26.037917552061124, - 0.5 - ], - [ - 26.423884402889918, - 30.07572460688475, - 0.5 - ], - [ - 29.437394815129608, - 34.113531661708365, - 0.5 - ], - [ - 32.13916277093071, - 36.80045473863144, - 0.5 - ], - [ - 33.14861453463662, - 38.15133871653198, - 0.5 - ], - [ - 33.71271993200168, - 38.73028899277507, - 0.5 - ], - [ - 34.29167020824478, - 39.29439439014014, - 0.5 - ], - [ - 34.29167020824478, - 39.591291967700705, - 0.5 - ], - [ - 34.573722906927316, - 39.82881002974914, - 0.5 - ], - [ - 34.573722906927316, - 40.081172970675624, - 0.5 - ] - ], - "isComplete": true - }, - "625f6365-824c-43f9-36f9-752a6608b217": { - "id": "625f6365-824c-43f9-36f9-752a6608b217", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 186, - "point": [ - -7449.3, - 1151.75 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 6.03, - 2, - 0.5 - ], - [ - 5.91, - 2, - 0.5 - ], - [ - 5.66, - 2, - 0.5 - ], - [ - 4.83, - 2.36, - 0.5 - ], - [ - 3.57, - 3.78, - 0.5 - ], - [ - 3.22, - 4.31, - 0.5 - ], - [ - 2.79, - 5.04, - 0.5 - ], - [ - 2.79, - 5.17, - 0.5 - ], - [ - 2.79, - 5.06, - 0.5 - ], - [ - 2.79, - 4.77, - 0.5 - ], - [ - 3.67, - 4.06, - 0.5 - ], - [ - 4.62, - 2.93, - 0.5 - ], - [ - 5.75, - 1.97, - 0.5 - ], - [ - 6.88, - 1.01, - 0.5 - ], - [ - 7.69, - 0.53, - 0.5 - ], - [ - 8.12, - 0.25, - 0.5 - ], - [ - 8.37, - 0, - 0.5 - ], - [ - 8.5, - 0, - 0.5 - ], - [ - 8.16, - 0, - 0.5 - ], - [ - 7.04, - 0.4, - 0.5 - ], - [ - 5.31, - 1.67, - 0.5 - ], - [ - 3.23, - 3.3, - 0.5 - ], - [ - 1.72, - 4.58, - 0.5 - ], - [ - 0.83, - 5.45, - 0.5 - ], - [ - 0.38, - 5.9, - 0.5 - ], - [ - 0.12, - 6.15, - 0.5 - ], - [ - 0, - 6.4, - 0.5 - ], - [ - 8.881784197001252e-16, - 6.53, - 0.5 - ], - [ - 8.881784197001252e-16, - 6.42, - 0.5 - ], - [ - 8.881784197001252e-16, - 6.12, - 0.5 - ], - [ - 8.881784197001252e-16, - 5.279999999999999, - 0.5 - ], - [ - 0.3200000000000012, - 4.45, - 0.5 - ], - [ - 0.8000000000000007, - 3.6100000000000003, - 0.5 - ], - [ - 1.120000000000001, - 2.8, - 0.5 - ], - [ - 1.370000000000001, - 2.54, - 0.5 - ], - [ - 1.5000000000000009, - 2.2800000000000002, - 0.5 - ], - [ - 1.6100000000000012, - 2.18, - 0.5 - ], - [ - 1.740000000000001, - 1.92, - 0.5 - ], - [ - 1.870000000000001, - 1.66, - 0.5 - ], - [ - 2.1300000000000012, - 1.4, - 0.5 - ], - [ - 2.3800000000000012, - 1.15, - 0.5 - ], - [ - 2.6300000000000012, - 1.02, - 0.5 - ], - [ - 2.8800000000000012, - 0.8899999999999999, - 0.5 - ], - [ - 3.140000000000001, - 0.76, - 0.5 - ], - [ - 3.2500000000000013, - 0.76, - 0.5 - ], - [ - 3.2500000000000013, - 0.98, - 0.5 - ], - [ - 3.2500000000000013, - 1.59, - 0.5 - ], - [ - 3.2500000000000013, - 2.19, - 0.5 - ], - [ - 3.2500000000000013, - 2.79, - 0.5 - ], - [ - 3.2500000000000013, - 3.6100000000000003, - 0.5 - ], - [ - 2.9200000000000013, - 4.4399999999999995, - 0.5 - ], - [ - 2.4400000000000013, - 5.26, - 0.5 - ], - [ - 2.110000000000001, - 6.09, - 0.5 - ], - [ - 1.9600000000000009, - 6.64, - 0.5 - ], - [ - 1.8100000000000014, - 6.94, - 0.5 - ], - [ - 1.8100000000000014, - 7.32, - 0.5 - ], - [ - 1.8100000000000014, - 7.57, - 0.5 - ], - [ - 1.8100000000000014, - 7.68, - 0.5 - ], - [ - 1.9200000000000008, - 7.68, - 0.5 - ], - [ - 2.1700000000000013, - 7.55, - 0.5 - ], - [ - 2.470000000000001, - 6.95, - 0.5 - ], - [ - 2.9200000000000013, - 6.34, - 0.5 - ], - [ - 3.5200000000000014, - 5.74, - 0.5 - ], - [ - 3.950000000000001, - 5.3, - 0.5 - ], - [ - 4.380000000000001, - 5.02, - 0.5 - ], - [ - 4.660000000000001, - 4.6, - 0.5 - ], - [ - 5.090000000000002, - 4.470000000000001, - 0.5 - ], - [ - 5.340000000000002, - 4.34, - 0.5 - ], - [ - 5.590000000000001, - 4.34, - 0.5 - ], - [ - 5.590000000000001, - 4.21, - 0.5 - ], - [ - 5.710000000000001, - 4.21, - 0.5 - ], - [ - 5.710000000000001, - 4.09, - 0.5 - ], - [ - 5.820000000000001, - 3.96, - 0.5 - ], - [ - 5.820000000000001, - 4.07, - 0.5 - ], - [ - 5.820000000000001, - 4.67, - 0.5 - ], - [ - 5.820000000000001, - 5.470000000000001, - 0.5 - ], - [ - 5.820000000000001, - 6.3, - 0.5 - ], - [ - 5.670000000000001, - 7.42, - 0.5 - ], - [ - 5.670000000000001, - 7.72, - 0.5 - ], - [ - 5.670000000000001, - 8.14, - 0.5 - ], - [ - 5.670000000000001, - 8.57, - 0.5 - ], - [ - 5.670000000000001, - 8.82, - 0.5 - ], - [ - 5.670000000000001, - 9.08, - 0.5 - ], - [ - 5.770000000000001, - 9.08, - 0.5 - ], - [ - 5.900000000000001, - 9.08, - 0.5 - ], - [ - 6.010000000000002, - 9.08, - 0.5 - ], - [ - 6.250000000000001, - 9.08, - 0.5 - ], - [ - 6.380000000000001, - 8.82, - 0.5 - ], - [ - 6.660000000000001, - 8.39, - 0.5 - ], - [ - 6.940000000000001, - 7.96, - 0.5 - ], - [ - 7.210000000000001, - 7.53, - 0.5 - ], - [ - 7.350000000000001, - 7.11, - 0.5 - ], - [ - 7.470000000000001, - 6.86, - 0.5 - ], - [ - 7.470000000000001, - 6.6, - 0.5 - ], - [ - 7.470000000000001, - 6.48, - 0.5 - ], - [ - 7.470000000000001, - 6.36, - 0.5 - ], - [ - 7.600000000000001, - 6.23, - 0.5 - ], - [ - 7.600000000000001, - 6.11, - 0.5 - ], - [ - 7.600000000000001, - 5.99, - 0.5 - ], - [ - 7.600000000000001, - 5.88, - 0.5 - ], - [ - 7.600000000000001, - 5.76, - 0.5 - ], - [ - 7.600000000000001, - 5.640000000000001, - 0.5 - ], - [ - 7.600000000000001, - 5.529999999999999, - 0.5 - ], - [ - 7.720000000000001, - 5.279999999999999, - 0.5 - ], - [ - 7.720000000000001, - 5.17, - 0.5 - ], - [ - 7.720000000000001, - 5.05, - 0.5 - ], - [ - 7.720000000000001, - 4.9399999999999995, - 0.5 - ], - [ - 7.720000000000001, - 4.83, - 0.5 - ], - [ - 7.720000000000001, - 4.71, - 0.5 - ], - [ - 7.720000000000001, - 4.58, - 0.5 - ], - [ - 7.720000000000001, - 4.45, - 0.5 - ], - [ - 7.720000000000001, - 4.34, - 0.5 - ], - [ - 7.720000000000001, - 4.45, - 0.5 - ], - [ - 7.190000000000001, - 5.5, - 0.5 - ], - [ - 6.490000000000001, - 6.55, - 0.5 - ], - [ - 5.830000000000001, - 7.38, - 0.5 - ], - [ - 5.330000000000001, - 8.2, - 0.5 - ], - [ - 4.870000000000001, - 8.809999999999999, - 0.5 - ], - [ - 4.450000000000001, - 9.23, - 0.5 - ], - [ - 4.300000000000001, - 9.66, - 0.5 - ], - [ - 4.170000000000001, - 9.91, - 0.5 - ], - [ - 4.050000000000001, - 10.03, - 0.5 - ], - [ - 4.050000000000001, - 10.13, - 0.5 - ], - [ - 3.950000000000001, - 10.13, - 0.5 - ], - [ - 3.830000000000001, - 10.13, - 0.5 - ], - [ - 3.720000000000001, - 10.13, - 0.5 - ], - [ - 3.600000000000001, - 10.13, - 0.5 - ], - [ - 3.490000000000001, - 10.13, - 0.5 - ], - [ - 3.490000000000001, - 10.26, - 0.5 - ], - [ - 3.370000000000001, - 10.26, - 0.5 - ] - ], - "isComplete": true - }, - "b9c29a7f-f025-44cc-374f-34ffdcfc3353": { - "id": "b9c29a7f-f025-44cc-374f-34ffdcfc3353", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 187, - "point": [ - -8330.07, - 1527.39 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 38.106804079897906, - 0.5 - ], - [ - 0, - 37.869286017849454, - 0.5 - ], - [ - 0, - 36.05821079473004, - 0.5 - ], - [ - 3.770599235019123, - 31.203935401614874, - 0.5 - ], - [ - 7.556043348916273, - 25.830089247768736, - 0.5 - ], - [ - 9.411653208669778, - 22.608750531236662, - 0.5 - ], - [ - 12.336094347641303, - 19.298342541436412, - 0.5 - ], - [ - 13.954186145346359, - 16.700488737781512, - 0.5 - ], - [ - 15.54258818529536, - 14.325308117297032, - 0.5 - ], - [ - 17.309128771780696, - 10.74769230769228, - 0.5 - ], - [ - 19.55070548236293, - 7.600577985550342, - 0.5 - ], - [ - 22.935337866553322, - 4.2307904802379825, - 0.5 - ], - [ - 24.909706757331055, - 2.2415767105822297, - 0.5 - ], - [ - 26.260590735231606, - 0.8758478538036526, - 0.5 - ], - [ - 26.839541011474697, - 0.2820526986825322, - 0.5 - ], - [ - 27.41849128771779, - 0, - 0.5 - ], - [ - 27.65600934976624, - 1.0547920850021348e-13, - 0.5 - ] - ], - "isComplete": true - }, - "1158ce36-2eec-47cb-01d9-1de5e34cf931": { - "id": "1158ce36-2eec-47cb-01d9-1de5e34cf931", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 188, - "point": [ - -8329.71, - 2007.3 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0.46019124521886934, - 0, - 0.5 - ], - [ - 1.1430556736081592, - 0.3414322141946442, - 0.5 - ], - [ - 2.6126986825329355, - 0.7422439439014004, - 0.5 - ], - [ - 3.295563110922226, - 1.3657288567785768, - 0.5 - ], - [ - 3.859668508287291, - 1.3657288567785768, - 0.5 - ], - [ - 5.433225669358263, - 3.7409094772630582, - 0.5 - ], - [ - 7.184921376965572, - 6.279383765405848, - 0.5 - ], - [ - 10.718002549936246, - 10.821916702082419, - 0.5 - ], - [ - 14.280773480662976, - 15.394139396515046, - 0.5 - ], - [ - 17.32397365065873, - 19.96636209094767, - 0.5 - ], - [ - 22.890803229919243, - 26.037917552061124, - 0.5 - ], - [ - 26.423884402889918, - 30.07572460688475, - 0.5 - ], - [ - 29.437394815129608, - 34.113531661708365, - 0.5 - ], - [ - 32.13916277093071, - 36.80045473863144, - 0.5 - ], - [ - 33.14861453463662, - 38.15133871653198, - 0.5 - ], - [ - 33.71271993200168, - 38.73028899277507, - 0.5 - ], - [ - 34.29167020824478, - 39.29439439014014, - 0.5 - ], - [ - 34.29167020824478, - 39.591291967700705, - 0.5 - ], - [ - 34.573722906927316, - 39.82881002974914, - 0.5 - ], - [ - 34.573722906927316, - 40.081172970675624, - 0.5 - ] - ], - "isComplete": true - }, - "1ce389c7-1b7b-4137-17b9-7c5b0df5cb4a": { - "id": "1ce389c7-1b7b-4137-17b9-7c5b0df5cb4a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 189, - "point": [ - -8006.46, - 1514.22 - ], - "rotation": 0, - "style": { - "color": "Green", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 38.85, - 0.5 - ], - [ - 0, - 39, - 0.5 - ], - [ - 3.73, - 43.9, - 0.5 - ], - [ - 5.25, - 46.03, - 0.5 - ], - [ - 6.23, - 47.29, - 0.5 - ], - [ - 7.19, - 48.72, - 0.5 - ], - [ - 7.95, - 49.98, - 0.5 - ], - [ - 8.75, - 51.58, - 0.5 - ], - [ - 9.24, - 52.83, - 0.5 - ], - [ - 9.69, - 53.75, - 0.5 - ], - [ - 9.89, - 54.14, - 0.5 - ], - [ - 10.08, - 54.33, - 0.5 - ], - [ - 10.08, - 54.5, - 0.5 - ], - [ - 10.08, - 54.18, - 0.5 - ], - [ - 10.69, - 52.96, - 0.5 - ], - [ - 13.46, - 47.75, - 0.5 - ], - [ - 16.95, - 42.06, - 0.5 - ], - [ - 19.23, - 38.87, - 0.5 - ], - [ - 25.13, - 28.87, - 0.5 - ], - [ - 29.88, - 21.73, - 0.5 - ], - [ - 32.71, - 16.73, - 0.5 - ], - [ - 36.92, - 10.58, - 0.5 - ], - [ - 40.52, - 6.18, - 0.5 - ], - [ - 43.41, - 2.91, - 0.5 - ], - [ - 45.22, - 1.08, - 0.5 - ], - [ - 46.14, - 0.4, - 0.5 - ], - [ - 46.52, - 0, - 0.5 - ], - [ - 46.71, - -9.237055564881302e-14, - 0.5 - ], - [ - 46.89, - -9.237055564881302e-14, - 0.5 - ] - ], - "isComplete": true - }, - "b01a0748-acd5-4356-1071-809d755614d3": { - "id": "b01a0748-acd5-4356-1071-809d755614d3", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 190, - "point": [ - -8330.07, - 2004.78 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 38.106804079897906, - 0.5 - ], - [ - 0, - 37.869286017849454, - 0.5 - ], - [ - 0, - 36.05821079473004, - 0.5 - ], - [ - 3.770599235019123, - 31.203935401614874, - 0.5 - ], - [ - 7.556043348916273, - 25.830089247768736, - 0.5 - ], - [ - 9.411653208669778, - 22.608750531236662, - 0.5 - ], - [ - 12.336094347641303, - 19.298342541436412, - 0.5 - ], - [ - 13.954186145346359, - 16.700488737781512, - 0.5 - ], - [ - 15.54258818529536, - 14.325308117297032, - 0.5 - ], - [ - 17.309128771780696, - 10.74769230769228, - 0.5 - ], - [ - 19.55070548236293, - 7.600577985550342, - 0.5 - ], - [ - 22.935337866553322, - 4.2307904802379825, - 0.5 - ], - [ - 24.909706757331055, - 2.2415767105822297, - 0.5 - ], - [ - 26.260590735231606, - 0.8758478538036526, - 0.5 - ], - [ - 26.839541011474697, - 0.2820526986825322, - 0.5 - ], - [ - 27.41849128771779, - 0, - 0.5 - ], - [ - 27.65600934976624, - 1.0547920850021348e-13, - 0.5 - ] - ], - "isComplete": true - }, - "ac6539fa-3ce7-4eaf-09da-76e33064e919": { - "id": "ac6539fa-3ce7-4eaf-09da-76e33064e919", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 191, - "point": [ - -8006.46, - 1991.61 - ], - "rotation": 0, - "style": { - "color": "Green", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [ - [ - 0, - 38.85, - 0.5 - ], - [ - 0, - 39, - 0.5 - ], - [ - 3.73, - 43.9, - 0.5 - ], - [ - 5.25, - 46.03, - 0.5 - ], - [ - 6.23, - 47.29, - 0.5 - ], - [ - 7.19, - 48.72, - 0.5 - ], - [ - 7.95, - 49.98, - 0.5 - ], - [ - 8.75, - 51.58, - 0.5 - ], - [ - 9.24, - 52.83, - 0.5 - ], - [ - 9.69, - 53.75, - 0.5 - ], - [ - 9.89, - 54.14, - 0.5 - ], - [ - 10.08, - 54.33, - 0.5 - ], - [ - 10.08, - 54.5, - 0.5 - ], - [ - 10.08, - 54.18, - 0.5 - ], - [ - 10.69, - 52.96, - 0.5 - ], - [ - 13.46, - 47.75, - 0.5 - ], - [ - 16.95, - 42.06, - 0.5 - ], - [ - 19.23, - 38.87, - 0.5 - ], - [ - 25.13, - 28.87, - 0.5 - ], - [ - 29.88, - 21.73, - 0.5 - ], - [ - 32.71, - 16.73, - 0.5 - ], - [ - 36.92, - 10.58, - 0.5 - ], - [ - 40.52, - 6.18, - 0.5 - ], - [ - 43.41, - 2.91, - 0.5 - ], - [ - 45.22, - 1.08, - 0.5 - ], - [ - 46.14, - 0.4, - 0.5 - ], - [ - 46.52, - 0, - 0.5 - ], - [ - 46.71, - -9.237055564881302e-14, - 0.5 - ], - [ - 46.89, - -9.237055564881302e-14, - 0.5 - ] - ], - "isComplete": true - }, - "07cadc05-ac8e-48fd-236a-bc6f9ce067e4": { - "id": "07cadc05-ac8e-48fd-236a-bc6f9ce067e4", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 192, - "point": [ - -7058.21, - 907.35 - ], - "rotation": 0, - "bend": -0.99, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 195.91, - 194.41 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 48.11 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 170.37, - 24.28 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "f4a2a497-f52d-4d79-3baf-a769a9402946": { - "id": "f4a2a497-f52d-4d79-3baf-a769a9402946", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 193, - "point": [ - -6851.76, - 924.57 - ], - "rotation": 0, - "text": "Pause ", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "0c3e3de9-f4a4-44ed-20d4-8a2735f5ccea": { - "id": "0c3e3de9-f4a4-44ed-20d4-8a2735f5ccea", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 194, - "point": [ - -7463.39, - 1457.87 - ], - "size": [ - 116.82, - 150.59 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "46bd771c-2794-4f18-1f44-f422bcf9c2f1": { - "id": "46bd771c-2794-4f18-1f44-f422bcf9c2f1", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 195, - "point": [ - -7290.26, - 1598.55 - ], - "size": [ - 52.06, - 79 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "2a1cb919-bb49-4c7e-127d-9cb7c6d93658": { - "id": "2a1cb919-bb49-4c7e-127d-9cb7c6d93658", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 196, - "point": [ - -7388.78, - 1973.89 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "669229c3-a08b-4961-302b-997d3ac0f601": { - "id": "669229c3-a08b-4961-302b-997d3ac0f601", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 197, - "point": [ - -7412.08, - 2017.7 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "80ed9fe4-6d95-4e5f-3db9-77e01013f33f": { - "id": "80ed9fe4-6d95-4e5f-3db9-77e01013f33f", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 198, - "point": [ - -7388.78, - 2399.96 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "a07ca5eb-9b64-4ec3-0b18-a98f2662128d": { - "id": "a07ca5eb-9b64-4ec3-0b18-a98f2662128d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 199, - "point": [ - -7340.38, - 2034.75 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "cd845eae-00e7-4e6c-2811-01151c322099": { - "id": "cd845eae-00e7-4e6c-2811-01151c322099", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 200, - "point": [ - -7160.91, - 1969.51 - ], - "size": [ - 84.27822742835451, - 84.27822742835383 - ], - "rotation": 0, - "children": [ - "57f344c4-9821-4a9e-1caa-e2db20e6e322", - "5cf8ef8e-8a0c-4c77-0d7f-73c7104cef70", - "f988a670-98b0-4897-20fc-d02698908922", - "42eb5404-294a-41a2-0182-31d82a9f0264" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "fbb4b8c7-b2a6-4710-0bde-8bcfb05856f5": { - "id": "fbb4b8c7-b2a6-4710-0bde-8bcfb05856f5", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 201, - "point": [ - -7412.08, - 2443.77 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "ef36894d-9e3b-4a21-2f05-9c30799a9501": { - "id": "ef36894d-9e3b-4a21-2f05-9c30799a9501", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 202, - "point": [ - -7340.39, - 2460.82 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "25e38f7c-bbab-4610-1e66-dd38ad865b4e": { - "id": "25e38f7c-bbab-4610-1e66-dd38ad865b4e", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 203, - "point": [ - -7156.93, - 2114.26 - ], - "size": [ - 81.74890907693225, - 81.74890907693225 - ], - "rotation": 0, - "children": [ - "f4201c3e-80ca-4f66-2013-86b6664700ae", - "efebc8ae-6217-4014-191d-7b78dc05492b", - "022ad716-1a13-4de4-375e-3ce4efccd5bd", - "8a0c05ae-6c68-43e5-0531-52b84b5cdbaf" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e8b05bdd-9965-46bd-1619-935f70a16e9f": { - "id": "e8b05bdd-9965-46bd-1619-935f70a16e9f", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 204, - "point": [ - -7160.91, - 2395.58 - ], - "size": [ - 84.27822742835451, - 84.27822742835451 - ], - "rotation": 0, - "children": [ - "f18443ac-2194-4ac9-2b02-50aae0092ca0", - "bf638d7a-4d2c-45ab-2ed3-e745fc807c42", - "dad2412f-d1ca-42ac-2bd3-bc2a3c73d1b6", - "4e3efee1-b840-4d72-2385-645b1f1ce7d2" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f365e3f1-b3c9-4981-33ac-a7c420bf0a94": { - "id": "f365e3f1-b3c9-4981-33ac-a7c420bf0a94", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 205, - "point": [ - -7410.75, - 2137.61 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "3d80bd44-becc-4750-356b-0fa465014f04": { - "id": "3d80bd44-becc-4750-356b-0fa465014f04", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 206, - "point": [ - -7338.48, - 2137.27 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "24c97d6d-262d-4ac0-3c06-3705aa2eacc9": { - "id": "24c97d6d-262d-4ac0-3c06-3705aa2eacc9", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 207, - "point": [ - -7406.56, - 2721.83 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "270a9620-1159-4700-28c3-5a3ba0d06f39": { - "id": "270a9620-1159-4700-28c3-5a3ba0d06f39", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 208, - "point": [ - -7406.27, - 2176.3 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "d19cda2a-4405-456d-084a-bfd7becf4ca6": { - "id": "d19cda2a-4405-456d-084a-bfd7becf4ca6", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 209, - "point": [ - -7332.9, - 2725.08 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "f8ad63d7-9488-4bf6-0ae1-202015fa7a3c": { - "id": "f8ad63d7-9488-4bf6-0ae1-202015fa7a3c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 210, - "point": [ - -7084.55, - 2721.83 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "bd816a3f-e53a-4d98-1574-6a60ba45bbfe": { - "id": "bd816a3f-e53a-4d98-1574-6a60ba45bbfe", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 211, - "point": [ - -7406.56, - 2877.13 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "aa9a2ec0-a524-4de5-3612-0ce4cb2ff98d": { - "id": "aa9a2ec0-a524-4de5-3612-0ce4cb2ff98d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 212, - "point": [ - -7332.9, - 2877.13 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "55c4329b-7ee1-499f-08b1-716e46666e58": { - "id": "55c4329b-7ee1-499f-08b1-716e46666e58", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 213, - "point": [ - -7083.8, - 2877.13 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "e02448c4-d9d6-48dc-1c17-b018ed121676": { - "id": "e02448c4-d9d6-48dc-1c17-b018ed121676", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 214, - "point": [ - -7284.03, - 2009.89 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0.03 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 76.28, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 38.14, - 0.02 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Solid" - } - }, - "af8aa22a-ced3-45c6-2498-c9dc87bac026": { - "id": "af8aa22a-ced3-45c6-2498-c9dc87bac026", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 215, - "point": [ - -7479.59, - 2727.53 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "a6a0709a-1cd5-4525-2915-fd75c7cd26a4": { - "id": "a6a0709a-1cd5-4525-2915-fd75c7cd26a4", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 216, - "point": [ - -7010.89, - 2724.08 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "49173ec4-ac1b-4d29-3c1c-8f3443b4f27c": { - "id": "49173ec4-ac1b-4d29-3c1c-8f3443b4f27c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 217, - "point": [ - -7479.59, - 2877.13 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "eec0923d-26af-44a8-319c-edc2b696c2f0": { - "id": "eec0923d-26af-44a8-319c-edc2b696c2f0", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 218, - "point": [ - -7010.14, - 2877.13 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "6af28818-0ffc-46bf-0c9c-8847982e7f03": { - "id": "6af28818-0ffc-46bf-0c9c-8847982e7f03", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 219, - "point": [ - -7284.03, - 2155.13 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0.03 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 76.28, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 38.14, - 0.02 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Solid" - } - }, - "a2792905-d69f-456c-0621-7c4b851cc0d3": { - "id": "a2792905-d69f-456c-0621-7c4b851cc0d3", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 220, - "point": [ - -7284.03, - 2435.96 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0.03 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 76.28, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 38.14, - 0.02 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Solid" - } - }, - "c41c1cb5-40dd-48ba-0fbf-d3bb625ab52a": { - "id": "c41c1cb5-40dd-48ba-0fbf-d3bb625ab52a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 221, - "point": [ - -7157.58, - 2726.53 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "ecc9fb0a-fb4c-4fd2-1267-b3a72bbaaf3a": { - "id": "ecc9fb0a-fb4c-4fd2-1267-b3a72bbaaf3a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 222, - "point": [ - -7156.83, - 2877.13 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Solid" - }, - "points": [], - "isComplete": true - }, - "5187e7aa-3338-4b45-0e50-9137c9514adc": { - "id": "5187e7aa-3338-4b45-0e50-9137c9514adc", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 223, - "point": [ - -7279.84, - 2729.35 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0.03 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 76.28, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 38.14, - 0.02 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Solid" - } - }, - "a4f9a278-b5c7-4032-0d14-c3c623a3fb4c": { - "id": "a4f9a278-b5c7-4032-0d14-c3c623a3fb4c", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 224, - "point": [ - -7279.84, - 2874.53 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0.03 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 76.28, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 38.14, - 0.02 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Solid" - } - }, - "790def35-db67-4a1f-38bf-9e2340ce562a": { - "id": "790def35-db67-4a1f-38bf-9e2340ce562a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 225, - "point": [ - -7004.9, - 2919.28 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 48.84, - 0.25, - 0.5 - ], - [ - 48.84, - 0, - 0.5 - ], - [ - 48.62, - 0, - 0.5 - ], - [ - 46.81, - 0, - 0.5 - ], - [ - 43.94, - 0.86, - 0.5 - ], - [ - 40.84, - 3.08, - 0.5 - ], - [ - 38.88, - 4.7, - 0.5 - ], - [ - 34.76, - 8.43, - 0.5 - ], - [ - 31.94, - 11.03, - 0.5 - ], - [ - 26.74, - 16.22, - 0.5 - ], - [ - 23.11, - 20.87, - 0.5 - ], - [ - 17.28, - 26.7, - 0.5 - ], - [ - 12.84, - 31.61, - 0.5 - ], - [ - 8.72, - 36.26, - 0.5 - ], - [ - 4.62, - 40.41, - 0.5 - ], - [ - 1.26, - 44.25, - 0.5 - ], - [ - 0.27, - 45.56, - 0.5 - ], - [ - 0, - 46.1, - 0.5 - ], - [ - -8.526512829121202e-14, - 46.37, - 0.5 - ] - ], - "isComplete": true - }, - "493a3ab9-854c-4183-00cc-78aa6392ad26": { - "id": "493a3ab9-854c-4183-00cc-78aa6392ad26", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 226, - "point": [ - -6993.76, - 2925.77 - ], - "rotation": 0, - "style": { - "color": "Red", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 1.1, - 0.65, - 0.5 - ], - [ - 1.38, - 0.65, - 0.5 - ], - [ - 3.16, - 3.25, - 0.5 - ], - [ - 5.16, - 5.72, - 0.5 - ], - [ - 7.22, - 8.17, - 0.5 - ], - [ - 9.12, - 10.06, - 0.5 - ], - [ - 10.52, - 11.84, - 0.5 - ], - [ - 14.42, - 15.42, - 0.5 - ], - [ - 17.45, - 19.85, - 0.5 - ], - [ - 20.48, - 24.29, - 0.5 - ], - [ - 23.24, - 27.54, - 0.5 - ], - [ - 25.35, - 30.13, - 0.5 - ], - [ - 26.33, - 31.44, - 0.5 - ], - [ - 26.87, - 31.98, - 0.5 - ], - [ - 27.14, - 32.26, - 0.5 - ], - [ - 27.14, - 32.49, - 0.5 - ], - [ - 27.14, - 32.73, - 0.5 - ], - [ - 27.39, - 32.73, - 0.5 - ], - [ - 27.39, - 33.01, - 0.5 - ] - ], - "isComplete": true - }, - "362f53a1-c9bc-402a-1c2f-e85339ec6bd8": { - "id": "362f53a1-c9bc-402a-1c2f-e85339ec6bd8", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 227, - "point": [ - -7002.35, - 2745.83 - ], - "rotation": 0, - "style": { - "color": "Green", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 0, - 27.46, - 0.5 - ], - [ - 0, - 27.68, - 0.5 - ], - [ - 0, - 28.98, - 0.5 - ], - [ - 1.03, - 30.77, - 0.5 - ], - [ - 3.25, - 33.86, - 0.5 - ], - [ - 5.95, - 36.95, - 0.5 - ], - [ - 8.66, - 40.04, - 0.5 - ], - [ - 10.86, - 43.11, - 0.5 - ], - [ - 12.91, - 45.54, - 0.5 - ], - [ - 14.32, - 47.33, - 0.5 - ], - [ - 15.73, - 49.13, - 0.5 - ], - [ - 17.35, - 51.99, - 0.5 - ], - [ - 19.41, - 54.43, - 0.5 - ], - [ - 21.47, - 56.87, - 0.5 - ], - [ - 22.39, - 57.79, - 0.5 - ], - [ - 22.99, - 58.72, - 0.5 - ], - [ - 23.26, - 59.27, - 0.5 - ], - [ - 23.5, - 59.27, - 0.5 - ], - [ - 23.73, - 58.8, - 0.5 - ], - [ - 24.11, - 57.66, - 0.5 - ], - [ - 25.41, - 54.18, - 0.5 - ], - [ - 27.03, - 50.93, - 0.5 - ], - [ - 31.74, - 43.18, - 0.5 - ], - [ - 37.36, - 35.07, - 0.5 - ], - [ - 42.33, - 27.49, - 0.5 - ], - [ - 47.07, - 20.27, - 0.5 - ], - [ - 50.9, - 14.75, - 0.5 - ], - [ - 54.9, - 7.93, - 0.5 - ], - [ - 57.82, - 3.54, - 0.5 - ], - [ - 59.33, - 1.26, - 0.5 - ], - [ - 60.31, - 0.27, - 0.5 - ], - [ - 60.86, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "af65acdc-d5d3-42b3-2dfa-c07018545cf0": { - "id": "af65acdc-d5d3-42b3-2dfa-c07018545cf0", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 228, - "point": [ - -7156, - 2758.67 - ], - "rotation": 0, - "text": "almost aligned", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "55fcdbb1-7374-47e6-36ec-c9c9690c4e40": { - "id": "55fcdbb1-7374-47e6-36ec-c9c9690c4e40", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 229, - "point": [ - -7125.5, - 2924.1 - ], - "rotation": 0, - "text": "aligned", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2a366cf0-8556-4222-3e05-b5b5faefba5d": { - "id": "2a366cf0-8556-4222-3e05-b5b5faefba5d", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 230, - "point": [ - -5731.61, - 2470.87 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "695ad076-af82-40f1-3650-a1b3a8bcc1e2": { - "id": "695ad076-af82-40f1-3650-a1b3a8bcc1e2", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 231, - "point": [ - -5685.18, - 2477.3 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "81001fd5-ba8a-4d40-3b3c-46927ad5169c": { - "id": "81001fd5-ba8a-4d40-3b3c-46927ad5169c", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 232, - "point": [ - -5358.48, - 2470.87 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9910b778-ce0e-4270-02c8-f2326ce55b70": { - "id": "9910b778-ce0e-4270-02c8-f2326ce55b70", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 233, - "point": [ - -5731.61, - 2644.35 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c8bdf13f-b205-4b05-1e81-08faadbeb268": { - "id": "c8bdf13f-b205-4b05-1e81-08faadbeb268", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 234, - "point": [ - -5685.18, - 2650.78 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "be3f37eb-70c1-43f7-32b9-4442b7dd5079": { - "id": "be3f37eb-70c1-43f7-32b9-4442b7dd5079", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 235, - "point": [ - -5358.48, - 2644.35 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1475e815-d4b2-4ae5-3c69-e556900628d1": { - "id": "1475e815-d4b2-4ae5-3c69-e556900628d1", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 236, - "point": [ - -5498.77, - 2650.78 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "153310d5-0249-4c12-2316-623ccb33feb7": { - "id": "153310d5-0249-4c12-2316-623ccb33feb7", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 237, - "point": [ - -5731.61, - 3116.59 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d8d4dbc4-db47-48cc-2e8b-3b5253f91740": { - "id": "d8d4dbc4-db47-48cc-2e8b-3b5253f91740", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 238, - "point": [ - -5685.18, - 3123.02 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d0b93586-bd32-4496-2440-1752cab301d8": { - "id": "d0b93586-bd32-4496-2440-1752cab301d8", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 239, - "point": [ - -5358.48, - 3116.59 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f74fb734-9818-4d3c-0ca4-e16a4affdd80": { - "id": "f74fb734-9818-4d3c-0ca4-e16a4affdd80", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 240, - "point": [ - -5731.61, - 3639.39 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "70fabb8c-7617-4d6d-1417-4f43c9809d5e": { - "id": "70fabb8c-7617-4d6d-1417-4f43c9809d5e", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 241, - "point": [ - -5685.18, - 3645.82 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8127a016-6cd7-4203-092d-62ea6a6f8623": { - "id": "8127a016-6cd7-4203-092d-62ea6a6f8623", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 242, - "point": [ - -5731.61, - 4261.59 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b5d1e584-cf4e-47aa-2881-2e0639285b89": { - "id": "b5d1e584-cf4e-47aa-2881-2e0639285b89", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 243, - "point": [ - -5685.18, - 4268.02 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "6a128332-30d8-40d7-3cbf-89766cfa15f4": { - "id": "6a128332-30d8-40d7-3cbf-89766cfa15f4", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 244, - "point": [ - -5358.48, - 4261.59 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "aad16a15-2a8c-4332-2476-6849fd3aa420": { - "id": "aad16a15-2a8c-4332-2476-6849fd3aa420", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 245, - "point": [ - -5731.61, - 5072.32 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ba5e6297-d907-4120-33d4-c9822a32a14d": { - "id": "ba5e6297-d907-4120-33d4-c9822a32a14d", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 246, - "point": [ - -5685.18, - 5078.75 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b9a68e65-b976-46e6-0550-87eb981c4f0f": { - "id": "b9a68e65-b976-46e6-0550-87eb981c4f0f", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 247, - "point": [ - -4751.08, - 3756.68 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d04cb8ee-1128-4606-361a-1525c6dc8927": { - "id": "d04cb8ee-1128-4606-361a-1525c6dc8927", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 248, - "point": [ - -983.87, - 3784.25 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "70ddecf3-ae9c-4e51-01a6-109c36e21697": { - "id": "70ddecf3-ae9c-4e51-01a6-109c36e21697", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 249, - "point": [ - -957.44, - 3805.67 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "13a6f4a0-f3dc-4838-07aa-851fee9d009f": { - "id": "13a6f4a0-f3dc-4838-07aa-851fee9d009f", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 250, - "point": [ - -610.74, - 3784.25 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "17fa19b8-8a56-4c9a-05e4-b39c7dac8ff5": { - "id": "17fa19b8-8a56-4c9a-05e4-b39c7dac8ff5", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 251, - "point": [ - -389.1, - 3798.07 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f5856601-dd46-4085-1fce-db4ff97af864": { - "id": "f5856601-dd46-4085-1fce-db4ff97af864", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 252, - "point": [ - -991.89, - 2630.96 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b52bb872-d019-4614-1294-ae072e21bb3a": { - "id": "b52bb872-d019-4614-1294-ae072e21bb3a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 253, - "point": [ - -965.45, - 2652.38 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "7fd56c7f-513e-49b3-0255-0e297dd61a47": { - "id": "7fd56c7f-513e-49b3-0255-0e297dd61a47", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 254, - "point": [ - -3642.95, - 2554.74 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "86a7e40a-a0b4-4117-3f75-6697f2113982": { - "id": "86a7e40a-a0b4-4117-3f75-6697f2113982", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 255, - "point": [ - -3616.52, - 2576.16 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5a570197-c220-4613-009a-4df36b8b9e04": { - "id": "5a570197-c220-4613-009a-4df36b8b9e04", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 256, - "point": [ - -3269.82, - 2554.74 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "dfb9b7ee-5d2f-4c7d-13d1-1b62018e797a": { - "id": "dfb9b7ee-5d2f-4c7d-13d1-1b62018e797a", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 257, - "point": [ - 1580.15, - 2630.96 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bd46e98f-1ff4-43df-0b09-8213c572aadf": { - "id": "bd46e98f-1ff4-43df-0b09-8213c572aadf", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 258, - "point": [ - 1606.58, - 2652.38 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e0cfb86c-b49b-4668-3782-81f1b79dfe84": { - "id": "e0cfb86c-b49b-4668-3782-81f1b79dfe84", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 259, - "point": [ - 1578.59, - 3266.62 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b7bb2523-1f9a-46d5-3f5e-c8e42deb6a78": { - "id": "b7bb2523-1f9a-46d5-3f5e-c8e42deb6a78", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 260, - "point": [ - 1605.02, - 3288.04 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ee0a9a96-233f-48e3-34d4-c4ce22a2d9db": { - "id": "ee0a9a96-233f-48e3-34d4-c4ce22a2d9db", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 261, - "point": [ - 1951.73, - 3266.62 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2cd2a6bc-7107-4833-3667-f0b06e2ce239": { - "id": "2cd2a6bc-7107-4833-3667-f0b06e2ce239", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 262, - "point": [ - 2242.4, - 2631.72 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f159977d-3a92-4d24-2e05-41c084afbcd7": { - "id": "f159977d-3a92-4d24-2e05-41c084afbcd7", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 263, - "point": [ - 2268.83, - 2653.14 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ba985aba-226c-481f-1318-f4a4557fa1bd": { - "id": "ba985aba-226c-481f-1318-f4a4557fa1bd", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 264, - "point": [ - 2615.53, - 2631.72 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1a25a158-9b44-4a4c-1232-89cff6311dd6": { - "id": "1a25a158-9b44-4a4c-1232-89cff6311dd6", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 265, - "point": [ - 2224.89, - 3268.12 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "19d73158-f92f-4855-13dd-52d5707c3dd5": { - "id": "19d73158-f92f-4855-13dd-52d5707c3dd5", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 266, - "point": [ - 3757.74, - 2611.39 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "78af38e7-0b53-465a-0ba3-34499a37bb24": { - "id": "78af38e7-0b53-465a-0ba3-34499a37bb24", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 267, - "point": [ - 3784.17, - 2632.81 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "605d4048-b201-4295-2e1e-825f58f745e0": { - "id": "605d4048-b201-4295-2e1e-825f58f745e0", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 268, - "point": [ - 4130.87, - 2611.39 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5159b8e2-72f0-40a0-1ea8-ce16d6493c06": { - "id": "5159b8e2-72f0-40a0-1ea8-ce16d6493c06", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 269, - "point": [ - 4996.35, - 2609.15 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "085ea121-cf3a-482c-2e86-28f20f41a635": { - "id": "085ea121-cf3a-482c-2e86-28f20f41a635", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 270, - "point": [ - 5022.78, - 2630.57 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9495e8e1-752a-43cb-32bf-7efe128374ee": { - "id": "9495e8e1-752a-43cb-32bf-7efe128374ee", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 271, - "point": [ - 5369.49, - 2609.15 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "555c77d6-4e98-4ddd-1088-e67a3bda9e3b": { - "id": "555c77d6-4e98-4ddd-1088-e67a3bda9e3b", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 272, - "point": [ - 4738.55, - 3957.88 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "09233842-484d-4b50-2bc9-249455be4b6f": { - "id": "09233842-484d-4b50-2bc9-249455be4b6f", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 273, - "point": [ - 4764.98, - 3979.3 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "fd8e36d2-c945-4fcf-0898-15079efc02d7": { - "id": "fd8e36d2-c945-4fcf-0898-15079efc02d7", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 274, - "point": [ - 5111.67, - 3957.88 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f57d6f88-df8e-42c8-0b4f-96d52e721743": { - "id": "f57d6f88-df8e-42c8-0b4f-96d52e721743", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 275, - "point": [ - 5349.53, - 3957.62 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "55b1d5de-3be5-42d2-1bd0-3798abf3bff1": { - "id": "55b1d5de-3be5-42d2-1bd0-3798abf3bff1", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 276, - "point": [ - 4727, - 4809.78 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c3d96f0e-7d96-4cdf-17af-e210d45e1534": { - "id": "c3d96f0e-7d96-4cdf-17af-e210d45e1534", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 277, - "point": [ - 4753.43, - 4831.2 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "caeec035-b15e-4976-354e-53f8d57bceec": { - "id": "caeec035-b15e-4976-354e-53f8d57bceec", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 278, - "point": [ - 5389.25, - 4810.54 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "a5cd8469-261f-4a19-2d32-8711e370d0bb": { - "id": "a5cd8469-261f-4a19-2d32-8711e370d0bb", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 279, - "point": [ - 5415.68, - 4831.96 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1d80bebd-4875-473d-1774-fdec7212b6a5": { - "id": "1d80bebd-4875-473d-1774-fdec7212b6a5", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 280, - "point": [ - 5762.39, - 4810.54 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e7c9f72d-5bc9-4d06-059c-b6f5eae3b64a": { - "id": "e7c9f72d-5bc9-4d06-059c-b6f5eae3b64a", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 281, - "point": [ - -419.03, - 2630.96 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "69812791-48b9-4a82-032a-31c971f6fc0c": { - "id": "69812791-48b9-4a82-032a-31c971f6fc0c", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 282, - "point": [ - -392.61, - 2652.38 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "467a208e-20c5-4cfa-30d0-3a73fd02b519": { - "id": "467a208e-20c5-4cfa-30d0-3a73fd02b519", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 283, - "point": [ - -45.91, - 2630.96 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d20fa80a-8183-4158-024f-aaa112e01e40": { - "id": "d20fa80a-8183-4158-024f-aaa112e01e40", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 284, - "point": [ - 6277.18, - 2478.07 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "39359165-0b6e-4594-0c52-6759cbc3d675": { - "id": "39359165-0b6e-4594-0c52-6759cbc3d675", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 285, - "point": [ - 6303.61, - 2499.49 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8b3a7e5e-1ee4-4610-253d-f5de9d4f3f4e": { - "id": "8b3a7e5e-1ee4-4610-253d-f5de9d4f3f4e", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 286, - "point": [ - 6650.32, - 2478.07 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "89b718f6-b1cd-4b50-1c74-ad7cdec41d08": { - "id": "89b718f6-b1cd-4b50-1c74-ad7cdec41d08", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 287, - "point": [ - -5311.56, - 2650.78 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b6c55e3f-9950-4cc2-3b03-9fe62160ba53": { - "id": "b6c55e3f-9950-4cc2-3b03-9fe62160ba53", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 288, - "point": [ - -5515.56, - 3123.02 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "f383124f-034f-4a85-01a1-099a8d9b49b9": { - "id": "f383124f-034f-4a85-01a1-099a8d9b49b9", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 289, - "point": [ - -5358.48, - 3639.39 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "183bb622-6657-45de-041e-f187feadff0b": { - "id": "183bb622-6657-45de-041e-f187feadff0b", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 290, - "point": [ - -5358.48, - 5072.32 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "922c78bc-7276-4e49-3dcc-70446dac5982": { - "id": "922c78bc-7276-4e49-3dcc-70446dac5982", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 291, - "point": [ - -4438.86, - 3551.58 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2a86b07a-9b36-472d-0383-b57d0dc7736c": { - "id": "2a86b07a-9b36-472d-0383-b57d0dc7736c", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 292, - "point": [ - -4447.53, - 4225.75 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "6aafbd93-6f8b-4591-0b40-b2b2d4f5e312": { - "id": "6aafbd93-6f8b-4591-0b40-b2b2d4f5e312", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 293, - "point": [ - -618.76, - 2630.96 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "fa855af2-d5b7-47e2-2754-0daf8a00373d": { - "id": "fa855af2-d5b7-47e2-2754-0daf8a00373d", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 294, - "point": [ - -5498.77, - 2424.75 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "9b56940b-3aba-47ad-3776-632365c5cc34", - "7d71df56-ea94-4bc5-277f-148e77880273" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "463e9a15-8738-4e84-0cc0-68c64f43ad30": { - "id": "463e9a15-8738-4e84-0cc0-68c64f43ad30", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 295, - "point": [ - -5311.56, - 2477.3 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ff24b56c-a807-4e57-140f-efecf5950bb1": { - "id": "ff24b56c-a807-4e57-140f-efecf5950bb1", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 296, - "point": [ - -5674.68, - 2701.78 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "fe340756-b851-4c4d-1e73-0a83ff699dcc": { - "id": "fe340756-b851-4c4d-1e73-0a83ff699dcc", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 297, - "point": [ - -5311.56, - 3123.02 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "57cf3136-d501-4547-29a7-f9c39425bcfb": { - "id": "57cf3136-d501-4547-29a7-f9c39425bcfb", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 298, - "point": [ - -5697.26, - 4071.84 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9655b0ae-d026-47b9-24ee-53559006e11c": { - "id": "9655b0ae-d026-47b9-24ee-53559006e11c", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 299, - "point": [ - -4306.13, - 4134.55 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "6317096c-945f-490c-0936-8ee32b5d63c1": { - "id": "6317096c-945f-490c-0936-8ee32b5d63c1", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 300, - "point": [ - -4447.12, - 4753.36 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3c52f56f-222e-4e1c-3294-cc36aef84784": { - "id": "3c52f56f-222e-4e1c-3294-cc36aef84784", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 301, - "point": [ - -4447.53, - 5230.03 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "37e6cb1d-81e5-444b-317b-76ec811b7f14": { - "id": "37e6cb1d-81e5-444b-317b-76ec811b7f14", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 302, - "point": [ - -4306.13, - 5138.83 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c56760e1-5ab8-441b-0847-83f720b5c189": { - "id": "c56760e1-5ab8-441b-0847-83f720b5c189", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 303, - "point": [ - -549.82, - 3803.67 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8a97b52b-eb14-4da7-2692-41a595cb87d0": { - "id": "8a97b52b-eb14-4da7-2692-41a595cb87d0", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 304, - "point": [ - 18.52, - 3796.07 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "101d77ed-5e58-4b47-3ed3-0e64bafb593a": { - "id": "101d77ed-5e58-4b47-3ed3-0e64bafb593a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 305, - "point": [ - -557.84, - 2650.38 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "240787c5-b43d-4252-2a7a-929ea56ad5d7": { - "id": "240787c5-b43d-4252-2a7a-929ea56ad5d7", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 306, - "point": [ - -3208.9, - 2574.16 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "38502b1c-d7b8-4187-0933-bf47e84bc6c4": { - "id": "38502b1c-d7b8-4187-0933-bf47e84bc6c4", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 307, - "point": [ - -3412.42, - 2435.54 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3174c073-bbf2-48ab-0cba-3e849b3c5cfd": { - "id": "3174c073-bbf2-48ab-0cba-3e849b3c5cfd", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 308, - "point": [ - 1953.28, - 2630.96 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d124ae32-9c78-40f7-1a2a-da26f59e80a7": { - "id": "d124ae32-9c78-40f7-1a2a-da26f59e80a7", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 309, - "point": [ - 2014.2, - 2650.38 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d1a31801-3d82-4341-0378-e8c1aa1fec0a": { - "id": "d1a31801-3d82-4341-0378-e8c1aa1fec0a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 310, - "point": [ - 2012.65, - 3286.04 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "754528a8-0384-4b6a-3d72-0660e60b545f": { - "id": "754528a8-0384-4b6a-3d72-0660e60b545f", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 311, - "point": [ - 2676.45, - 2651.14 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "0c4a79f0-63ef-4fcc-1928-71ce4ebd2ae4": { - "id": "0c4a79f0-63ef-4fcc-1928-71ce4ebd2ae4", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 312, - "point": [ - 2251.32, - 3289.54 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b3328f70-6f35-4686-1c80-ac6bf6111dc3": { - "id": "b3328f70-6f35-4686-1c80-ac6bf6111dc3", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 313, - "point": [ - 2598.01, - 3268.12 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ca00d2e8-0252-4ea3-3a45-898540f190d4": { - "id": "ca00d2e8-0252-4ea3-3a45-898540f190d4", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 314, - "point": [ - 4191.8, - 2630.81 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "956ac9b3-b372-47b3-05cd-e7a783f2e5fd": { - "id": "956ac9b3-b372-47b3-05cd-e7a783f2e5fd", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 315, - "point": [ - 5430.4, - 2628.57 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bc24130a-3d94-4c2d-31ce-080243f20a9c": { - "id": "bc24130a-3d94-4c2d-31ce-080243f20a9c", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 316, - "point": [ - 5227.84, - 2488.9 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "c7f2738f-0224-4272-2835-f3223ab83882", - "4d448865-469d-480a-3c95-0f536f3010e8" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e41b5e33-c00a-4d79-2361-89df3bcba37d": { - "id": "e41b5e33-c00a-4d79-2361-89df3bcba37d", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 317, - "point": [ - 5172.59, - 3977.3 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b6126fc1-fac7-42d7-3dc4-1390ab1b0cd0": { - "id": "b6126fc1-fac7-42d7-3dc4-1390ab1b0cd0", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 318, - "point": [ - 5722.66, - 3957.62 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "51813366-5b87-4f64-1826-9fb36114acc5": { - "id": "51813366-5b87-4f64-1826-9fb36114acc5", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 319, - "point": [ - 5100.14, - 4809.78 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "a4845b92-6c54-430c-1dac-ea4622c87c90": { - "id": "a4845b92-6c54-430c-1dac-ea4622c87c90", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 320, - "point": [ - 5161.06, - 4829.2 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c471405d-baae-422e-142d-7e79c7012098": { - "id": "c471405d-baae-422e-142d-7e79c7012098", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 321, - "point": [ - 5823.31, - 4829.96 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bfda682f-418c-497b-2ca6-a251fa59e721": { - "id": "bfda682f-418c-497b-2ca6-a251fa59e721", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 322, - "point": [ - 15.01, - 2650.38 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "cae8c0cb-b67e-4f5b-187a-44b5cd13f338": { - "id": "cae8c0cb-b67e-4f5b-187a-44b5cd13f338", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 323, - "point": [ - 6508.67, - 2357.82 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "53394926-9e02-46e4-2a3d-c5da831225da", - "ac834550-948b-4dc0-0341-04f9c96b2d71" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8b62bbdb-73d7-4802-30cc-4a272b7d6ae7": { - "id": "8b62bbdb-73d7-4802-30cc-4a272b7d6ae7", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 324, - "point": [ - 6711.24, - 2497.49 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "06f87dfb-0388-4542-21f1-42740642da41": { - "id": "06f87dfb-0388-4542-21f1-42740642da41", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 325, - "point": [ - -5674.68, - 2528.3 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "2854a22f-6d7a-4873-03ec-b12d079f7df0": { - "id": "2854a22f-6d7a-4873-03ec-b12d079f7df0", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 326, - "point": [ - -5487.65, - 2701.78 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "33a300f6-dbfa-4bf1-3bea-76a62ea54eb7": { - "id": "33a300f6-dbfa-4bf1-3bea-76a62ea54eb7", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 327, - "point": [ - -5674.68, - 3174.02 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3c2e5589-4887-4901-3bdf-b5748a287373": { - "id": "3c2e5589-4887-4901-3bdf-b5748a287373", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 328, - "point": [ - -5311.56, - 3645.82 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "603a089a-7ddc-4b4b-2a5c-8ae7c0eab5b2": { - "id": "603a089a-7ddc-4b4b-2a5c-8ae7c0eab5b2", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 329, - "point": [ - -5311.56, - 4268.02 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2bcb0f96-492f-4fa8-2a2a-6a7ee3e9f977": { - "id": "2bcb0f96-492f-4fa8-2a2a-6a7ee3e9f977", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 330, - "point": [ - -5674.68, - 4319.02 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "879fc2a6-11a7-4346-2d7f-270a04cbefc9": { - "id": "879fc2a6-11a7-4346-2d7f-270a04cbefc9", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 331, - "point": [ - -5311.56, - 5078.75 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "04568227-d547-45bb-0e68-57ac0297944e": { - "id": "04568227-d547-45bb-0e68-57ac0297944e", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 332, - "point": [ - -5783.46, - 5023.63 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "de15431a-dae1-4ce8-2f33-5f17d9eea794": { - "id": "de15431a-dae1-4ce8-2f33-5f17d9eea794", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 333, - "point": [ - -4260.23, - 4631.92 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "29293fcf-ca08-4390-0f0f-03a46a553a41": { - "id": "29293fcf-ca08-4390-0f0f-03a46a553a41", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 334, - "point": [ - -4556.19, - 4689.66 - ], - "rotation": 0, - "text": "Move to A", - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bcb0c8ca-d09c-474d-12a5-b8554c40def1": { - "id": "bcb0c8ca-d09c-474d-12a5-b8554c40def1", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 335, - "point": [ - -4384.1, - 5892.92 - ], - "rotation": 0, - "text": "A", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1ae6dc85-fe3b-4a26-3d1b-da40d42f9ef0": { - "id": "1ae6dc85-fe3b-4a26-3d1b-da40d42f9ef0", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 336, - "point": [ - -4243.14, - 5861.91 - ], - "rotation": 0, - "text": "B", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "23b10cb8-0d9c-4773-2d33-fdec32dff03d": { - "id": "23b10cb8-0d9c-4773-2d33-fdec32dff03d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 337, - "point": [ - -926.94, - 3841.67 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "23931f7b-a856-46af-370b-2ea0b7f1714e": { - "id": "23931f7b-a856-46af-370b-2ea0b7f1714e", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 338, - "point": [ - -5300.97, - 2701.78 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9528dc19-2740-476c-0485-bd39a0bf83fc": { - "id": "9528dc19-2740-476c-0485-bd39a0bf83fc", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 339, - "point": [ - -5487.65, - 3174.02 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9e425a35-235d-4b2d-1ba5-ad688eaee003": { - "id": "9e425a35-235d-4b2d-1ba5-ad688eaee003", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 340, - "point": [ - -5674.68, - 3696.82 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "358a582a-cd02-48ab-1375-c528fab4f2ff": { - "id": "358a582a-cd02-48ab-1375-c528fab4f2ff", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 341, - "point": [ - -5674.68, - 5129.75 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "18599113-2164-45ef-0759-744051d5dbf5": { - "id": "18599113-2164-45ef-0759-744051d5dbf5", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 342, - "point": [ - -4572.14, - 3553.69 - ], - "rotation": 0, - "text": "P", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "aa4ac3e2-395f-419d-2539-9bca82036867": { - "id": "aa4ac3e2-395f-419d-2539-9bca82036867", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 343, - "point": [ - -4391.74, - 4806.77 - ], - "rotation": 0, - "text": "Move to A", - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ce09259e-d6fe-48de-0d98-d8c2bad676e6": { - "id": "ce09259e-d6fe-48de-0d98-d8c2bad676e6", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 344, - "point": [ - -4386.65, - 4579.96 - ], - "rotation": 0, - "text": "Move to B", - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b76d0fcd-fb0a-4e70-0a97-2bf5ebe0588f": { - "id": "b76d0fcd-fb0a-4e70-0a97-2bf5ebe0588f", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 345, - "point": [ - -4213.73, - 4693.39 - ], - "rotation": 0, - "text": "Move to B", - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "55e48811-1b23-4061-365c-1af8040d293a": { - "id": "55e48811-1b23-4061-365c-1af8040d293a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 346, - "point": [ - -4492.04, - 5966.94 - ], - "rotation": 0, - "text": "Move to A", - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "201e1c58-60bd-478f-1d47-08206f12610b": { - "id": "201e1c58-60bd-478f-1d47-08206f12610b", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 347, - "point": [ - -4205.27, - 5784.6 - ], - "rotation": 0, - "text": "Move to B", - "style": { - "color": "Gray", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e70931e3-8887-44dd-2aa1-b9a9be877a60": { - "id": "e70931e3-8887-44dd-2aa1-b9a9be877a60", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 348, - "point": [ - -3586.02, - 2612.16 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "b2266344-b790-4a73-2980-374ef48f03dd": { - "id": "b2266344-b790-4a73-2980-374ef48f03dd", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 349, - "point": [ - 2658.93, - 3287.54 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "819b6187-29c0-4aca-3372-e3440f15e77a": { - "id": "819b6187-29c0-4aca-3372-e3440f15e77a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 350, - "point": [ - 3814.67, - 2668.81 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "b999ec50-606f-4c85-3387-2eecab8c0cd2": { - "id": "b999ec50-606f-4c85-3387-2eecab8c0cd2", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 351, - "point": [ - 5783.58, - 3977.04 - ], - "rotation": 0, - "text": "C", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "4aaa4c71-a7f4-48dd-2a8e-2fd03308952d": { - "id": "4aaa4c71-a7f4-48dd-2a8e-2fd03308952d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 352, - "point": [ - -362.11, - 2688.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "a3b46c2d-c3f6-4751-0acb-4e44d6e25087": { - "id": "a3b46c2d-c3f6-4751-0acb-4e44d6e25087", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 353, - "point": [ - -5300.97, - 2528.3 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "0da5599b-ae44-4c50-031e-4f82940ad2b3": { - "id": "0da5599b-ae44-4c50-031e-4f82940ad2b3", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 354, - "point": [ - -5659.96, - 2702.17 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 344.62, - 0.95 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 172.31, - 0.47 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "8303791c-ad37-4e3c-288a-fc8dd303b9d8": { - "id": "8303791c-ad37-4e3c-288a-fc8dd303b9d8", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 355, - "point": [ - -5300.97, - 3174.02 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "8b9ed712-159f-4b95-13de-61589296dc7c": { - "id": "8b9ed712-159f-4b95-13de-61589296dc7c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 356, - "point": [ - -5669.35, - 4122.84 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "1974f428-004f-4b48-196a-028f426ab6df": { - "id": "1974f428-004f-4b48-196a-028f426ab6df", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 357, - "point": [ - -4715.2, - 3783.7 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "a273992e-b4bf-408d-2696-2b08bad7e825": { - "id": "a273992e-b4bf-408d-2696-2b08bad7e825", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 358, - "point": [ - -4402.52, - 3575.51 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "bb62599b-f8c2-4b29-155f-44073d5e1975": { - "id": "bb62599b-f8c2-4b29-155f-44073d5e1975", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 359, - "point": [ - -4411.65, - 4252.77 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "81abf3af-4585-457e-208e-890f80e94faf": { - "id": "81abf3af-4585-457e-208e-890f80e94faf", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 360, - "point": [ - -4243.55, - 4011.11 - ], - "rotation": 0, - "text": "P", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "fb3f2b5a-30b1-4287-207b-a4fdb3a15d32": { - "id": "fb3f2b5a-30b1-4287-207b-a4fdb3a15d32", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 361, - "point": [ - -4411.65, - 4764.11 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "1b6d0fdf-3263-4b68-01ba-b706be5a4861": { - "id": "1b6d0fdf-3263-4b68-01ba-b706be5a4861", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 362, - "point": [ - -4411.65, - 5257.05 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3506fe82-4084-4c4b-2761-fbb999f5b411": { - "id": "3506fe82-4084-4c4b-2761-fbb999f5b411", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 363, - "point": [ - -4243.55, - 5015.39 - ], - "rotation": 0, - "text": "P", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "969c2952-cde8-46d8-37b4-bee14f6844ec": { - "id": "969c2952-cde8-46d8-37b4-bee14f6844ec", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 364, - "point": [ - -553.23, - 3841.67 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "b8c85f03-7090-4b51-02b8-8886f392a4e7": { - "id": "b8c85f03-7090-4b51-02b8-8886f392a4e7", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 365, - "point": [ - -934.95, - 2688.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "fd296530-dc8f-41d3-0c0a-a8c4b8396b05": { - "id": "fd296530-dc8f-41d3-0c0a-a8c4b8396b05", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 366, - "point": [ - -3212.31, - 2612.16 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "0622b192-d57e-4561-01b1-4fc385ccfc5d": { - "id": "0622b192-d57e-4561-01b1-4fc385ccfc5d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 367, - "point": [ - -3399.22, - 2486.54 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "bb2c47aa-0644-454c-14a5-b7e228efaf30": { - "id": "bb2c47aa-0644-454c-14a5-b7e228efaf30", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 368, - "point": [ - 1637.08, - 2688.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "ab7bf773-e48d-476a-3999-d8191de85caf": { - "id": "ab7bf773-e48d-476a-3999-d8191de85caf", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 369, - "point": [ - 1635.52, - 3324.04 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9d3f06e0-0331-429b-395d-8320973af8e5": { - "id": "9d3f06e0-0331-429b-395d-8320973af8e5", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 370, - "point": [ - 2299.33, - 2689.14 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "ea4c9239-3979-4bc5-1a74-678565eefb0d": { - "id": "ea4c9239-3979-4bc5-1a74-678565eefb0d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 371, - "point": [ - 2673.05, - 2689.14 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "af7fcecf-cb95-4830-2dd9-bb37c6d53fd2": { - "id": "af7fcecf-cb95-4830-2dd9-bb37c6d53fd2", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 372, - "point": [ - 4188.39, - 2668.81 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "27fff1ef-5ea3-4e6e-2206-99c899f9ee35": { - "id": "27fff1ef-5ea3-4e6e-2206-99c899f9ee35", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 373, - "point": [ - 5053.28, - 2666.57 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "60d7ba13-5023-4f44-1da8-c55309d9d2f8": { - "id": "60d7ba13-5023-4f44-1da8-c55309d9d2f8", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 374, - "point": [ - 5426.99, - 2666.57 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "6a0f1e79-fadb-4aaf-0e24-6666df8e0e10": { - "id": "6a0f1e79-fadb-4aaf-0e24-6666df8e0e10", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 375, - "point": [ - 4795.48, - 4015.3 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3273eed3-be3d-4beb-38d1-055cf618ac81": { - "id": "3273eed3-be3d-4beb-38d1-055cf618ac81", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 376, - "point": [ - 5169.18, - 4015.3 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "750e4bfc-079d-4f35-0ac8-a3cd74a720ee": { - "id": "750e4bfc-079d-4f35-0ac8-a3cd74a720ee", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 377, - "point": [ - 4783.93, - 4867.2 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "13ec6bd8-c1b1-4f7d-1000-9217c46aaf3d": { - "id": "13ec6bd8-c1b1-4f7d-1000-9217c46aaf3d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 378, - "point": [ - 5446.18, - 4867.96 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "81ab5702-c254-4f58-0cda-6af99561e00b": { - "id": "81ab5702-c254-4f58-0cda-6af99561e00b", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 379, - "point": [ - 5819.9, - 4867.96 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "e397ba86-5b3f-4804-367f-98b45c81909b": { - "id": "e397ba86-5b3f-4804-367f-98b45c81909b", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 380, - "point": [ - 11.6, - 2688.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "128cac15-87da-40b3-1eb2-74e5efcc5093": { - "id": "128cac15-87da-40b3-1eb2-74e5efcc5093", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 381, - "point": [ - 6334.11, - 2535.49 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "cff0606f-2987-4030-2657-98608c35c6b5": { - "id": "cff0606f-2987-4030-2657-98608c35c6b5", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 382, - "point": [ - 6707.82, - 2535.49 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "61d71953-462a-4bdc-277f-286d1ba76770": { - "id": "61d71953-462a-4bdc-277f-286d1ba76770", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 383, - "point": [ - -5659.96, - 2478.46 - ], - "rotation": 0, - "bend": 0.29454580424171306, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 50.28 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 344.62, - 51.23 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 172.45, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "296a84ef-ede6-4abc-3263-e6f0edc26089": { - "id": "296a84ef-ede6-4abc-3263-e6f0edc26089", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 384, - "point": [ - -5659.96, - 3174.41 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 344.62, - 0.95 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 172.31, - 0.47 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "a7e36772-7da4-4db7-22f4-8967bbec0c86": { - "id": "a7e36772-7da4-4db7-22f4-8967bbec0c86", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 385, - "point": [ - -5300.97, - 3696.82 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3db0f970-98ec-4ee0-0e9b-245b860400fe": { - "id": "3db0f970-98ec-4ee0-0e9b-245b860400fe", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 386, - "point": [ - -5300.97, - 4319.02 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "3347ceb2-9440-410b-13a1-93a46583ed65": { - "id": "3347ceb2-9440-410b-13a1-93a46583ed65", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 387, - "point": [ - -5749.48, - 5046.25 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "119fa40b-e169-408f-30a6-2ed174b626f6": { - "id": "119fa40b-e169-408f-30a6-2ed174b626f6", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 388, - "point": [ - -4539.83, - 3579.61 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "19d83f82-0a1b-4b55-2f45-b8335221fd85": { - "id": "19d83f82-0a1b-4b55-2f45-b8335221fd85", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 389, - "point": [ - -4269.79, - 4158.48 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "d4bed886-a872-4657-0323-05cbc53c126f": { - "id": "d4bed886-a872-4657-0323-05cbc53c126f", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 390, - "point": [ - -4374.03, - 5944.67 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "ee0ad660-d457-4244-3e78-384eb937d45c": { - "id": "ee0ad660-d457-4244-3e78-384eb937d45c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 391, - "point": [ - -561.24, - 2688.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "dfe3eeb3-b00a-4002-170e-fb29f1ce4ef9": { - "id": "dfe3eeb3-b00a-4002-170e-fb29f1ce4ef9", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 392, - "point": [ - 2009.24, - 3324.04 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "2551b597-7055-4054-1985-60e215ff98b0": { - "id": "2551b597-7055-4054-1985-60e215ff98b0", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 393, - "point": [ - 2281.82, - 3325.54 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "7dce5b13-9fd5-4218-0c5d-f7bf43c070ef": { - "id": "7dce5b13-9fd5-4218-0c5d-f7bf43c070ef", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 394, - "point": [ - -5488.6, - 3002.1 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 344.62 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0.95, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 0.48, - 172.31 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "86f1aeae-6096-4900-248f-96dfca4bfbc1": { - "id": "86f1aeae-6096-4900-248f-96dfca4bfbc1", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 395, - "point": [ - -5659.96, - 3697.21 - ], - "rotation": 0, - "bend": -0.0050717791291101455, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 344.62, - 0.95 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 172.31, - 0.47 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "5f806a6c-4d6b-4475-18c1-7f50a4c571ab": { - "id": "5f806a6c-4d6b-4475-18c1-7f50a4c571ab", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 396, - "point": [ - -5300.97, - 5129.75 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9e9d2c1b-2772-471d-311f-411051f92e5b": { - "id": "9e9d2c1b-2772-471d-311f-411051f92e5b", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 397, - "point": [ - -4538.01, - 3580.86 - ], - "rotation": 0, - "bend": -0.0050717791291101455, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 39.71, - 57.51 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 19.86, - 28.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "4195523f-0383-4e79-242d-e5cf7defc80d": { - "id": "4195523f-0383-4e79-242d-e5cf7defc80d", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 398, - "point": [ - -4211.24, - 4037.03 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "5e573347-6f18-4022-2a13-013696aa29a5": { - "id": "5e573347-6f18-4022-2a13-013696aa29a5", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 399, - "point": [ - -4269.79, - 4669.82 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "970aea49-7eee-42ff-3416-6f49159c121c": { - "id": "970aea49-7eee-42ff-3416-6f49159c121c", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 400, - "point": [ - 2010.8, - 2688.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "04ae9b4e-2f6c-4c75-1cc7-8017a7739cb1": { - "id": "04ae9b4e-2f6c-4c75-1cc7-8017a7739cb1", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 401, - "point": [ - 5406.47, - 4015.04 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "738e619e-f809-4c6d-2353-c0b36520667f": { - "id": "738e619e-f809-4c6d-2353-c0b36520667f", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 402, - "point": [ - 5157.65, - 4867.2 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "0126018f-b489-4bbf-3724-0d66365c34d6": { - "id": "0126018f-b489-4bbf-3724-0d66365c34d6", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 403, - "point": [ - -5496.01, - 3000.9 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 1.86, - 0, - 0.5 - ], - [ - 3, - 0, - 0.5 - ], - [ - 5.2, - 0, - 0.5 - ], - [ - 6.99, - 0, - 0.5 - ], - [ - 8.12, - 0, - 0.5 - ], - [ - 10.84, - 0, - 0.5 - ], - [ - 11.76, - 0, - 0.5 - ], - [ - 12.31, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "f3acdcf0-65f1-4623-2cfd-6d5710438652": { - "id": "f3acdcf0-65f1-4623-2cfd-6d5710438652", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 404, - "point": [ - -5488.6, - 3524.9 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 344.62 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0.95, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 0.48, - 172.31 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "57ea71d9-398b-4705-3007-8ba9196ccd17": { - "id": "57ea71d9-398b-4705-3007-8ba9196ccd17", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 405, - "point": [ - -4209.42, - 4038.28 - ], - "rotation": 0, - "bend": -0.0050717791291101455, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 39.71, - 57.51 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 19.86, - 28.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "65d9ed46-e963-44be-1101-0d05c2feb989": { - "id": "65d9ed46-e963-44be-1101-0d05c2feb989", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 406, - "point": [ - -4232.17, - 5850.38 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9a9b2cbe-a971-460b-1324-13bd7d4a8905": { - "id": "9a9b2cbe-a971-460b-1324-13bd7d4a8905", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 407, - "point": [ - -4209.42, - 5042.56 - ], - "rotation": 0, - "bend": -0.0050717791291101455, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 39.71, - 57.51 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 19.86, - 28.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "606abff1-1371-4762-3c3d-a0a112f14b98": { - "id": "606abff1-1371-4762-3c3d-a0a112f14b98", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 408, - "point": [ - -5497.01, - 3349.77 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 1.86, - 0, - 0.5 - ], - [ - 3, - 0, - 0.5 - ], - [ - 5.2, - 0, - 0.5 - ], - [ - 6.99, - 0, - 0.5 - ], - [ - 8.12, - 0, - 0.5 - ], - [ - 10.84, - 0, - 0.5 - ], - [ - 11.76, - 0, - 0.5 - ], - [ - 12.31, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "063ad50e-d5bd-45c9-37ab-9cf63d3db79b": { - "id": "063ad50e-d5bd-45c9-37ab-9cf63d3db79b", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 409, - "point": [ - -5496.01, - 3523.7 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 1.86, - 0, - 0.5 - ], - [ - 3, - 0, - 0.5 - ], - [ - 5.2, - 0, - 0.5 - ], - [ - 6.99, - 0, - 0.5 - ], - [ - 8.12, - 0, - 0.5 - ], - [ - 10.84, - 0, - 0.5 - ], - [ - 11.76, - 0, - 0.5 - ], - [ - 12.31, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "82c7fa67-126c-4c08-3db8-33650b37a1cd": { - "id": "82c7fa67-126c-4c08-3db8-33650b37a1cd", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 410, - "point": [ - -4715.29, - 3576.42 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 208.37 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 313.84, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 156.92, - 104.19 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "0f7a9707-7068-476e-0682-9f9fa52a7c99": { - "id": "0f7a9707-7068-476e-0682-9f9fa52a7c99", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 411, - "point": [ - 2655.52, - 3325.54 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "f7667d68-956b-4840-0c64-b1b9f3dc8feb": { - "id": "f7667d68-956b-4840-0c64-b1b9f3dc8feb", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 412, - "point": [ - -5497.01, - 3872.57 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - }, - "points": [ - [ - 1.86, - 0, - 0.5 - ], - [ - 3, - 0, - 0.5 - ], - [ - 5.2, - 0, - 0.5 - ], - [ - 6.99, - 0, - 0.5 - ], - [ - 8.12, - 0, - 0.5 - ], - [ - 10.84, - 0, - 0.5 - ], - [ - 11.76, - 0, - 0.5 - ], - [ - 12.31, - 0, - 0.5 - ] - ], - "isComplete": true - }, - "d931f887-71dd-4037-11f9-f519c5b84bac": { - "id": "d931f887-71dd-4037-11f9-f519c5b84bac", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 413, - "point": [ - -4410.6, - 4159.39 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 93 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 141.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 70.94, - 46.5 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c2a1ae11-3df1-46d0-3c04-bc7eda8f10cb": { - "id": "c2a1ae11-3df1-46d0-3c04-bc7eda8f10cb", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 414, - "point": [ - 5780.17, - 4015.04 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "f92c1bcd-0974-4830-043a-64f846034733": { - "id": "f92c1bcd-0974-4830-043a-64f846034733", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 415, - "point": [ - -5697.43, - 4014.45 - ], - "radius": [ - 209.74042310214486, - 211.25000000000136 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "48f7e55e-6b15-43d5-15d5-18647ee701f4": { - "id": "48f7e55e-6b15-43d5-15d5-18647ee701f4", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 416, - "point": [ - -4410.6, - 4670.73 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 93 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 141.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 70.94, - 46.5 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2b42e081-72b2-48c3-1e56-bad073405d42": { - "id": "2b42e081-72b2-48c3-1e56-bad073405d42", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 417, - "point": [ - -4410.6, - 5163.67 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 93 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 141.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 70.94, - 46.5 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "2d33e150-803a-4796-1cd1-d557a898c970": { - "id": "2d33e150-803a-4796-1cd1-d557a898c970", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 418, - "point": [ - -5794.21, - 4578.63 - ], - "radius": [ - 306.1754231021448, - 308.3790772121656 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "0bb55d80-1f85-4a96-2f45-3254963585ff": { - "id": "0bb55d80-1f85-4a96-2f45-3254963585ff", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 419, - "point": [ - -4372.98, - 5851.29 - ], - "rotation": 0, - "bend": 0.000029017248009013988, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 93 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 141.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 70.94, - 46.5 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "0d3a62d4-75a1-416b-12d3-53ad031110f4": { - "id": "0d3a62d4-75a1-416b-12d3-53ad031110f4", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 420, - "point": [ - -4491.93, - 3636.95 - ], - "rotation": 0, - "text": "Q", - "style": { - "color": "Indigo", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "3fc01ba5-44a7-480e-2aa3-cc8dc7f4e8b1": { - "id": "3fc01ba5-44a7-480e-2aa3-cc8dc7f4e8b1", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 421, - "point": [ - -4496.19, - 3639.18 - ], - "rotation": 0, - "style": { - "color": "Indigo", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "7fdfe21f-101a-4e95-322e-a5039ae52a6f": { - "id": "7fdfe21f-101a-4e95-322e-a5039ae52a6f", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 422, - "point": [ - -4167.28, - 4091.02 - ], - "rotation": 0, - "text": "Q", - "style": { - "color": "Indigo", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "25d5d1a1-2412-404a-3d3e-9c062735f9e7": { - "id": "25d5d1a1-2412-404a-3d3e-9c062735f9e7", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 423, - "point": [ - -4171.6, - 4093.6 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "bd2c64be-a004-4441-22fc-e4bd3ee4f49e": { - "id": "bd2c64be-a004-4441-22fc-e4bd3ee4f49e", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 424, - "point": [ - -4171.53, - 4093.25 - ], - "rotation": 0, - "style": { - "color": "Indigo", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "588729a2-fc47-4ef5-2cfc-740b32f20869": { - "id": "588729a2-fc47-4ef5-2cfc-740b32f20869", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 425, - "point": [ - -4171.6, - 4604.94 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "f33b4f5d-5717-439b-1e38-da3c826e946c": { - "id": "f33b4f5d-5717-439b-1e38-da3c826e946c", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 426, - "point": [ - -4167.28, - 4602.36 - ], - "rotation": 0, - "text": "Q", - "style": { - "color": "Indigo", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "bee9655d-4699-4ee3-252a-a2cc20c6c908": { - "id": "bee9655d-4699-4ee3-252a-a2cc20c6c908", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 427, - "point": [ - -4171.6, - 5097.88 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "dd254995-babc-4c72-0f66-12246827cd31": { - "id": "dd254995-babc-4c72-0f66-12246827cd31", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 428, - "point": [ - -4171.53, - 5097.53 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "9d53b15c-8107-451a-150c-b071e494c0b7": { - "id": "9d53b15c-8107-451a-150c-b071e494c0b7", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 429, - "point": [ - -4184.34, - 4136.58 - ], - "rotation": 0, - "text": "too far!", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "02fc981e-601b-4982-1a29-a3d4cdb08fd6": { - "id": "02fc981e-601b-4982-1a29-a3d4cdb08fd6", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 430, - "point": [ - -4171.53, - 4604.59 - ], - "rotation": 0, - "style": { - "color": "Indigo", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "a2f8bfdb-d4f4-4582-0daa-523a2dd441b1": { - "id": "a2f8bfdb-d4f4-4582-0daa-523a2dd441b1", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 431, - "point": [ - -4266.57, - 5167.54 - ], - "rotation": 0, - "text": "Q", - "style": { - "color": "Indigo", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "27c5a0aa-46a9-485b-0039-0bbc7f5ea587": { - "id": "27c5a0aa-46a9-485b-0039-0bbc7f5ea587", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 432, - "point": [ - -4269.79, - 5162.76 - ], - "rotation": 0, - "style": { - "color": "Indigo", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "e4161d3f-a74a-4d7f-128e-38775827885a": { - "id": "e4161d3f-a74a-4d7f-128e-38775827885a", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 433, - "point": [ - -4211.24, - 5041.31 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "49cd1734-41ad-448c-330d-bfbf739b65f4": { - "id": "49cd1734-41ad-448c-330d-bfbf739b65f4", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 434, - "point": [ - -927.49, - 3715.76 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "cf054263-0482-4283-363e-816bdf31a6c2": { - "id": "cf054263-0482-4283-363e-816bdf31a6c2", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 435, - "point": [ - -380.55, - 3713.98 - ], - "radius": [ - 205, - 205 - ], - "rotation": 0, - "style": { - "color": "LightGray", - "size": "Small", - "isFilled": false, - "dash": "Dotted" - } - }, - "0d736b31-51c2-4ca9-2cdb-4de1b157567c": { - "id": "0d736b31-51c2-4ca9-2cdb-4de1b157567c", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 436, - "point": [ - -3586.58, - 2486.25 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d9b1b960-dd6c-45ae-0996-8e49dcdd8938": { - "id": "d9b1b960-dd6c-45ae-0996-8e49dcdd8938", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 437, - "point": [ - -362.67, - 2562.47 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "25454160-94ca-449b-300f-d74a67c20713": { - "id": "25454160-94ca-449b-300f-d74a67c20713", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 438, - "point": [ - -419.03, - 3784.23 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "c0c853ce-6db7-444f-097e-1c3f83fe8f7b": { - "id": "c0c853ce-6db7-444f-097e-1c3f83fe8f7b", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 439, - "point": [ - 1634.32, - 2563.11 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "a1c23d40-9964-4f79-231d-0701434204e1": { - "id": "a1c23d40-9964-4f79-231d-0701434204e1", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 440, - "point": [ - 3814.11, - 2542.9 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "a76b489f-dac9-494c-17e5-df5e378ed4bf": { - "id": "a76b489f-dac9-494c-17e5-df5e378ed4bf", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 441, - "point": [ - 5052.73, - 2540.66 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e5c20649-bc5f-4986-0e59-8164fe3039ce": { - "id": "e5c20649-bc5f-4986-0e59-8164fe3039ce", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 442, - "point": [ - 4794.91, - 3889.39 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d8f49fe0-a481-4da9-2e19-3cec5f9d3e87": { - "id": "d8f49fe0-a481-4da9-2e19-3cec5f9d3e87", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 443, - "point": [ - 5445.64, - 4742.05 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5194e973-ca76-46d0-384e-278b322b0733": { - "id": "5194e973-ca76-46d0-384e-278b322b0733", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 444, - "point": [ - 6333.56, - 2409.58 - ], - "rotation": 0, - "bend": 0.6722258013879713, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 127.13 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 124.87 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.68, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "856b8040-125e-4d6c-3aea-d92a3572546f": { - "id": "856b8040-125e-4d6c-3aea-d92a3572546f", - "type": "ellipse", - "name": "Ellipse", - "parentId": "page", - "childIndex": 445, - "point": [ - -45.91, - 3784.23 - ], - "radius": [ - 57.42500000000018, - 57.42500000000018 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b00b915b-38c5-4d76-3dfa-a4940e162ebf": { - "id": "b00b915b-38c5-4d76-3dfa-a4940e162ebf", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 446, - "point": [ - -362.11, - 3841.65 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "85795175-dcec-42f5-1553-f7ae72445f29": { - "id": "85795175-dcec-42f5-1553-f7ae72445f29", - "type": "draw", - "name": "Draw", - "parentId": "page", - "childIndex": 447, - "point": [ - 11.6, - 3841.65 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Large", - "isFilled": false, - "dash": "Draw" - }, - "points": [], - "isComplete": true - }, - "fc4043d7-b71b-4890-1649-03cb939ce118": { - "id": "fc4043d7-b71b-4890-1649-03cb939ce118", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 448, - "point": [ - -377.64, - 3841.11 - ], - "rotation": 0, - "bend": -0.5437341690734296, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 17.33, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 199.23, - 280.59 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 32, - 189.75 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "aba4c6c0-ede6-4e86-01df-49381aa508ca": { - "id": "aba4c6c0-ede6-4e86-01df-49381aa508ca", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 449, - "point": [ - -177.7, - 3843.36 - ], - "rotation": 0, - "bend": -0.5437341690734296, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 278.1 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 190.05, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 170.63, - 190.72 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "6e6299a7-2e83-440e-3d6a-142403bdda91": { - "id": "6e6299a7-2e83-440e-3d6a-142403bdda91", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 450, - "point": [ - -934.95, - 2686.62 - ], - "rotation": 0, - "bend": -0.6807673982238319, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 2.26 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 188.21, - 128.73 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "ad612891-a16f-47ba-01b7-3e163e0362f3": { - "id": "ad612891-a16f-47ba-01b7-3e163e0362f3", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 451, - "point": [ - 2298.45, - 2688.4 - ], - "rotation": 0, - "bend": -0.6807673982238319, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 2.26 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 188.21, - 128.73 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "42169bda-2984-456d-1f8a-605135fcaf0b": { - "id": "42169bda-2984-456d-1f8a-605135fcaf0b", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 452, - "point": [ - 2266.2368416674285, - 3324.75 - ], - "size": [ - 405.55413732992156, - 280.59000000000015 - ], - "rotation": 0, - "children": [ - "c00a177d-f731-46bd-3acb-00bed7317680", - "aadb3073-db70-4262-334e-db9bc9f40dc3" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "b113a297-c369-4a03-1356-8201169ceabf": { - "id": "b113a297-c369-4a03-1356-8201169ceabf", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 453, - "point": [ - 1618.1038956023988, - 3046.13 - ], - "size": [ - 405.5567996901757, - 280.4214311726182 - ], - "rotation": 0, - "children": [ - "b6f7799c-7e09-4c9a-0a79-3c5b58f508d3", - "fe8778dc-0d67-435e-3d02-97619cc481be" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "e7d698e3-5377-48e7-371e-e4aca289f7b5": { - "id": "e7d698e3-5377-48e7-371e-e4aca289f7b5", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 454, - "point": [ - 4783.93, - 4865.44 - ], - "rotation": 0, - "bend": -0.6807673982238319, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 2.26 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 374.88, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 188.21, - 128.73 - ] - } - }, - "decorations": {}, - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "d7711cf1-b7cd-4384-2d1e-334106ad859c": { - "id": "d7711cf1-b7cd-4384-2d1e-334106ad859c", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 455, - "point": [ - 1729.52, - 2246.46 - ], - "rotation": 0, - "text": "Sweep 0", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 2.418325332450719 - } - }, - "25099e73-8041-4f70-31cc-e3df70c10b73": { - "id": "25099e73-8041-4f70-31cc-e3df70c10b73", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 456, - "point": [ - 5389.213895602399, - 3735.75 - ], - "size": [ - 405.5667996901757, - 280.4214311726182 - ], - "rotation": 0, - "children": [ - "fca74bd3-2c7e-47fc-0874-3284c2501da8", - "07197aa0-939b-4d10-0ec0-8af8d44a3a2e" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "1f9a8f86-bd90-4ad8-2523-6abf76d67923": { - "id": "1f9a8f86-bd90-4ad8-2523-6abf76d67923", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 457, - "point": [ - 2379.4, - 2246.46 - ], - "rotation": 0, - "text": "Sweep 1", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 2.418325332450719 - } - }, - "0f10c131-78c7-488a-04d7-577cb0e6743e": { - "id": "0f10c131-78c7-488a-04d7-577cb0e6743e", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 458, - "point": [ - 1225.83, - 3281.46 - ], - "rotation": 0, - "text": "Large Arc", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 2.418325332450719 - } - }, - "95fce4a2-1e42-4c55-0582-197a7276816a": { - "id": "95fce4a2-1e42-4c55-0582-197a7276816a", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 459, - "point": [ - 1225.83, - 2616.49 - ], - "rotation": 0, - "text": "Small Arc", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw", - "scale": 2.418325332450719 - } - }, - "c765333b-5643-4b53-1b59-185fc083e7f2": { - "id": "c765333b-5643-4b53-1b59-185fc083e7f2", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 460, - "point": [ - -751.38, - 3663.98 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "22b610e5-b68e-42ce-35f3-71be2c3a937e", - "73e09731-2023-4c8b-0b4b-c07332ca2bfb" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "243747fa-ee13-49ab-0c13-8613b633a415": { - "id": "243747fa-ee13-49ab-0c13-8613b633a415", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 461, - "point": [ - -185.68, - 4069.7 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "8e363b72-d847-4fe7-04e7-71ca0f60b010", - "9bc90bee-9099-4df8-3eb8-3c63716ec49c" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "baa545e5-4de3-4306-397a-c21475494da8": { - "id": "baa545e5-4de3-4306-397a-c21475494da8", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 462, - "point": [ - -759.41, - 2763.7 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "e7cbecb0-0914-4623-356b-f0b39ab2d233", - "a7a8a766-79aa-4116-1061-993c981d1814" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "cdd9fd99-af1d-4b2d-1577-56609cc86aa6": { - "id": "cdd9fd99-af1d-4b2d-1577-56609cc86aa6", - "type": "group", - "name": "Group", - "parentId": "page", - "childIndex": 463, - "point": [ - -188.11, - 2511.68 - ], - "size": [ - 22, - 52 - ], - "rotation": 0, - "children": [ - "5d49eb5e-d4bd-404e-1eb1-68d58a7d8f3d", - "da874eb4-9f92-4775-3e9e-9bd9fe398ff4" - ], - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "cde40744-af19-47d6-3584-83ea098c3fc3": { - "id": "cde40744-af19-47d6-3584-83ea098c3fc3", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 464, - "point": [ - -935.56, - 2688.3 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 373.48, - 1.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.74, - 0.54 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "8f7064e2-e49b-4472-3257-c8b256607dce": { - "id": "8f7064e2-e49b-4472-3257-c8b256607dce", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 465, - "point": [ - -360.91, - 2689.1 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 373.48, - 1.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 186.74, - 0.54 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "582428d5-294f-4f21-38fd-446cca47bb24": { - "id": "582428d5-294f-4f21-38fd-446cca47bb24", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 466, - "point": [ - -170.19, - 2569.07 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 182.6, - 120.34 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 91.3, - 60.17 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "683c4276-cd18-4786-1786-6106f7665247": { - "id": "683c4276-cd18-4786-1786-6106f7665247", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 467, - "point": [ - -927.24, - 3715.95 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 186.86, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 126.09 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 93.43, - 63.05 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "761de057-d69b-4f51-17b8-2eea8c001a65": { - "id": "761de057-d69b-4f51-17b8-2eea8c001a65", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 468, - "point": [ - -746.89, - 2690.04 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 184.65, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 123.82 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 92.33, - 61.91 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "5727497e-490c-4796-0329-47d612238236": { - "id": "5727497e-490c-4796-0329-47d612238236", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 469, - "point": [ - -96.57, - 2633.8 - ], - "rotation": 0, - "bend": 0.42971426328019263, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 4.87, - 53.62 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 21.73, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 1.78, - 23.19 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "9bb4f4ca-8d64-44ee-3910-4c811d682929": { - "id": "9bb4f4ca-8d64-44ee-3910-4c811d682929", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 470, - "point": [ - -361.59, - 3841.64 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 187.99, - 278.98 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 94, - 139.49 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "de3ad7f4-1135-4e27-3a47-649c7f99b702": { - "id": "de3ad7f4-1135-4e27-3a47-649c7f99b702", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 471, - "point": [ - -661.47, - 2691.64 - ], - "rotation": 0, - "bend": 0.42971426328019263, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 16.854836058265505, - 53.62 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - -0.005163941734492647, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - -3.1, - 30.43 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "a5e93c26-e019-4b8b-1d0e-ada2eb400eee": { - "id": "a5e93c26-e019-4b8b-1d0e-ada2eb400eee", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 472, - "point": [ - -137.1, - 2613.38 - ], - "rotation": 0, - "text": "+", - "style": { - "color": "Red", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "4c8757dd-11f2-4d4f-1f0f-e8f74ad2e860": { - "id": "4c8757dd-11f2-4d4f-1f0f-e8f74ad2e860", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 473, - "point": [ - -710.16, - 2687.79 - ], - "rotation": 0, - "text": "-", - "style": { - "color": "Red", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "d82ae542-faf8-40a3-3651-056a802b4aa5": { - "id": "d82ae542-faf8-40a3-3651-056a802b4aa5", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 474, - "point": [ - -761.3, - 2983.19 - ], - "rotation": 0, - "text": "0", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "cc110ce4-9ba5-4014-0a41-f892f39c96c8": { - "id": "cc110ce4-9ba5-4014-0a41-f892f39c96c8", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 475, - "point": [ - -772.27, - 3761.79 - ], - "rotation": 0, - "text": ">= 90°", - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "26448cc9-758e-4195-24cd-cce7af278187": { - "id": "26448cc9-758e-4195-24cd-cce7af278187", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 476, - "point": [ - -852.65, - 2113.14 - ], - "rotation": 0, - "text": "0", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "5424268d-f4cc-48dc-2341-a9c9a2bf1c7b": { - "id": "5424268d-f4cc-48dc-2341-a9c9a2bf1c7b", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 477, - "point": [ - -550.1, - 2983.19 - ], - "rotation": 0, - "text": "Sweep Flag", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "662e5400-f7b1-4d23-38d4-e762168a4d7e": { - "id": "662e5400-f7b1-4d23-38d4-e762168a4d7e", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 478, - "point": [ - -182.72, - 2983.19 - ], - "rotation": 0, - "text": "1", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "bf7b9624-8e45-4b3d-1982-849130ef6ba2": { - "id": "bf7b9624-8e45-4b3d-1982-849130ef6ba2", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 479, - "point": [ - -761.3, - 4146.19 - ], - "rotation": 0, - "text": "0", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "e367c027-e440-4485-2f48-f551b885e9a1": { - "id": "e367c027-e440-4485-2f48-f551b885e9a1", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 480, - "point": [ - -536.1, - 4146.19 - ], - "rotation": 0, - "text": "Large Arc", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "68e485d3-1a3c-48b1-25a0-5f119aea4094": { - "id": "68e485d3-1a3c-48b1-25a0-5f119aea4094", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 481, - "point": [ - -207.2, - 4000.94 - ], - "rotation": 0, - "text": "< 90°", - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "62dff295-ef48-46ca-37c8-ebc23bc11560": { - "id": "62dff295-ef48-46ca-37c8-ebc23bc11560", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 482, - "point": [ - -582.48, - 2113.14 - ], - "rotation": 0, - "text": "Sweep Flag", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "38d2bef9-9f61-4e97-19cf-d4e1d9db18bc": { - "id": "38d2bef9-9f61-4e97-19cf-d4e1d9db18bc", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 483, - "point": [ - -170.23, - 2113.14 - ], - "rotation": 0, - "text": "1", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "e3e359c5-1ff5-4775-14ae-98b4263b1a25": { - "id": "e3e359c5-1ff5-4775-14ae-98b4263b1a25", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 484, - "point": [ - -182.72, - 4146.19 - ], - "rotation": 0, - "text": "1", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw", - "scale": 1 - } - }, - "3c9b364b-7d38-45a9-30b3-f0dd7d3eb4ea": { - "id": "3c9b364b-7d38-45a9-30b3-f0dd7d3eb4ea", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 485, - "point": [ - -739.56, - 3715.51 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 185.83, - 125.97 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 92.92, - 62.98 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "90d286cd-2bfa-402e-3bad-8f259f8b774b": { - "id": "90d286cd-2bfa-402e-3bad-8f259f8b774b", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 486, - "point": [ - -173.26, - 3841.97 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 184.42, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 277.73 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 92.21, - 138.87 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Draw" - } - }, - "edd6d848-594a-4a4f-0cae-f679c811deac": { - "id": "edd6d848-594a-4a4f-0cae-f679c811deac", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 487, - "point": [ - -215.74, - 4046.98 - ], - "rotation": 0, - "bend": -0.24512881426217728, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 82.84, - 11.08 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 9.22 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 41.65, - 0 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "c2983d94-0fe3-4aa0-3597-4d12a01ac58a": { - "id": "c2983d94-0fe3-4aa0-3597-4d12a01ac58a", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 488, - "point": [ - -789.86, - 3750.21 - ], - "rotation": 0, - "bend": 0.21255130530440416, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 100.14, - 0 - ], - "canBind": true - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 1.59 - ], - "canBind": true - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 50.24, - 11.44 - ] - } - }, - "decorations": {}, - "style": { - "color": "Red", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "9b0cd588-80c8-4de4-246d-8ced8e9caea6": { - "id": "9b0cd588-80c8-4de4-246d-8ced8e9caea6", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 489, - "point": [ - -5476.44, - 3497.35 - ], - "rotation": 0, - "text": "1", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "66c33ae0-d41f-411c-0b89-cc6ea54e0c29": { - "id": "66c33ae0-d41f-411c-0b89-cc6ea54e0c29", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 490, - "point": [ - -5474.69, - 3846.76 - ], - "rotation": 0, - "text": "-1", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "ce4d5935-c7c8-49e2-1411-e903a18092a8": { - "id": "ce4d5935-c7c8-49e2-1411-e903a18092a8", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 491, - "point": [ - -5483.76, - 3676.85 - ], - "rotation": 0, - "text": "0", - "style": { - "color": "Black", - "size": "Small", - "isFilled": false, - "dash": "Solid" - } - }, - "2cf5a0f0-56f4-49ec-04a3-90f992e3d14c": { - "id": "2cf5a0f0-56f4-49ec-04a3-90f992e3d14c", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 492, - "point": [ - -479.45, - -695.6 - ], - "size": [ - 266.81, - 63.41 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "e6022524-da0f-4442-076b-ad10b36e8340": { - "id": "e6022524-da0f-4442-076b-ad10b36e8340", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 493, - "point": [ - -479.45, - -608.21 - ], - "size": [ - 266.81, - 63.41 - ], - "rotation": 0, - "style": { - "color": "Indigo", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "9bbe09cb-9b65-47f4-23a0-c376ff372f42": { - "id": "9bbe09cb-9b65-47f4-23a0-c376ff372f42", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 494, - "point": [ - -479.45, - -520.82 - ], - "size": [ - 266.81, - 63.41 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "e3f808f0-f22a-4606-1953-332dcecfaa76": { - "id": "e3f808f0-f22a-4606-1953-332dcecfaa76", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 495, - "point": [ - -479.45, - -433.42 - ], - "size": [ - 266.81, - 63.41 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "75ea19b0-4ed1-40f9-13d4-1ecff5480e69": { - "id": "75ea19b0-4ed1-40f9-13d4-1ecff5480e69", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 496, - "point": [ - -196.64, - -576.38 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 229.71, - 0.44 - ], - "canBind": true, - "bindingId": "8f691613-3bf1-4df2-3f29-e259fa01481b" - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 0, - 0 - ], - "canBind": true, - "bindingId": "e9ba90c6-874f-45bf-0476-4889064ede38" - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 114.86, - 0.22 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": false, - "dash": "Draw" - } - }, - "82557b51-9ec0-4608-0328-b74bd4666434": { - "id": "82557b51-9ec0-4608-0328-b74bd4666434", - "type": "text", - "name": "Text", - "parentId": "page", - "childIndex": 497, - "point": [ - 49.07, - -611.79 - ], - "rotation": 0, - "text": "this one", - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "1c8e619b-35ec-4d23-0104-50b3644cfdb9": { - "id": "1c8e619b-35ec-4d23-0104-50b3644cfdb9", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 498, - "point": [ - -233.61, - -1060.03 - ], - "size": [ - 94.29, - 96.18 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "1c4d2367-8f69-4531-2324-c736fae6e401": { - "id": "1c4d2367-8f69-4531-2324-c736fae6e401", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 499, - "point": [ - -94.51, - -927.58 - ], - "size": [ - 101.2, - 69.26 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "0068283e-7b8b-4583-22e1-f2a786f3864d": { - "id": "0068283e-7b8b-4583-22e1-f2a786f3864d", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 500, - "point": [ - -6592.68, - 398.29 - ], - "size": [ - 156.84, - 165.45 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "1d858838-1f22-41c5-1d0d-0d1802edbc75": { - "id": "1d858838-1f22-41c5-1d0d-0d1802edbc75", - "type": "rectangle", - "name": "Rectangle", - "parentId": "page", - "childIndex": 501, - "point": [ - -6261.64, - 333.44 - ], - "size": [ - 91.91, - 101.58 - ], - "rotation": 0, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - }, - "d02951d9-90f0-4712-2c4c-f40d970f81a7": { - "id": "d02951d9-90f0-4712-2c4c-f40d970f81a7", - "type": "arrow", - "name": "Arrow", - "parentId": "page", - "childIndex": 502, - "point": [ - -6419.84, - 407.31 - ], - "rotation": 0, - "bend": 0, - "handles": { - "start": { - "id": "start", - "index": 0, - "point": [ - 0, - 44.29 - ], - "canBind": true, - "bindingId": "dc3ee676-3e72-4fa8-1a10-1c78f9ab0f1b" - }, - "end": { - "id": "end", - "index": 1, - "point": [ - 142.2, - 0 - ], - "canBind": true, - "bindingId": "de0065e6-a61f-44b7-2e27-40d0d5bb0fa4" - }, - "bend": { - "id": "bend", - "index": 2, - "point": [ - 71.1, - 22.14 - ] - } - }, - "decorations": { - "end": "Arrow" - }, - "style": { - "color": "Black", - "size": "Medium", - "isFilled": true, - "dash": "Draw" - } - } - }, - "bindings": { - "5a5a74aa-c962-43ab-2956-a2f65ef903ba": { - "id": "5a5a74aa-c962-43ab-2956-a2f65ef903ba", - "type": "arrow", - "fromId": "cc6a5aa3-f0a6-45ed-378a-470bae84a25d", - "toId": "5a6bdea0-2ed4-46bb-1839-2ecf7beee97b", - "meta": { - "handleId": "start", - "point": [ - 0.17, - 0.42 - ], - "distance": 0 - } - }, - "b5820cf3-6bb1-4e59-3b43-b05134db7530": { - "id": "b5820cf3-6bb1-4e59-3b43-b05134db7530", - "type": "arrow", - "fromId": "cc6a5aa3-f0a6-45ed-378a-470bae84a25d", - "toId": "2953167c-4c60-42bb-279e-1d02ffae5de5", - "meta": { - "handleId": "end", - "point": [ - 0.61, - 0.86 - ], - "distance": 0 - } - }, - "4d9d1d2f-0cc0-418a-12e2-0b63145b4abf": { - "id": "4d9d1d2f-0cc0-418a-12e2-0b63145b4abf", - "type": "arrow", - "fromId": "ded92727-d487-4de5-2c1f-c01e13b7483c", - "toId": "930dcc0e-9c50-49d4-3a77-9270b622e672", - "meta": { - "handleId": "start", - "point": [ - 0.87, - 0.35 - ], - "distance": 0 - } - }, - "9a4d8250-6b35-4ea7-2abb-1ee1bc60049f": { - "id": "9a4d8250-6b35-4ea7-2abb-1ee1bc60049f", - "type": "arrow", - "fromId": "3887190f-dd55-406a-3f15-6c1a19dd1af4", - "toId": "930dcc0e-9c50-49d4-3a77-9270b622e672", - "meta": { - "handleId": "end", - "point": [ - 0.61, - 0.1 - ], - "distance": 0 - } - }, - "5511e1d6-469f-4e33-118d-c1f062869bc6": { - "id": "5511e1d6-469f-4e33-118d-c1f062869bc6", - "type": "arrow", - "fromId": "3887190f-dd55-406a-3f15-6c1a19dd1af4", - "toId": "9b4b799a-e668-4f56-3988-c5369fe8b14b", - "meta": { - "handleId": "start", - "point": [ - 0.1, - 0.46 - ], - "distance": 0 - } - }, - "1bf4cfab-ebfe-4788-24bc-c53c46e00a32": { - "id": "1bf4cfab-ebfe-4788-24bc-c53c46e00a32", - "type": "arrow", - "fromId": "6cd9099d-26df-492f-0e08-76d4ef3beeae", - "toId": "9b4b799a-e668-4f56-3988-c5369fe8b14b", - "meta": { - "handleId": "end", - "point": [ - 0.93, - 0.46 - ], - "distance": 0 - } - }, - "daca2ced-86c2-44ad-06fa-57e5d121fa91": { - "id": "daca2ced-86c2-44ad-06fa-57e5d121fa91", - "type": "arrow", - "fromId": "6cd9099d-26df-492f-0e08-76d4ef3beeae", - "toId": "0423b2bb-3489-4f7e-1422-35c2bd1c319f", - "meta": { - "handleId": "start", - "point": [ - 0.4, - 0.1 - ], - "distance": 0 - } - }, - "37cbd88a-97c8-4b04-2a24-1b2812c4de8f": { - "id": "37cbd88a-97c8-4b04-2a24-1b2812c4de8f", - "type": "arrow", - "fromId": "27cc49ff-9aaa-48a4-0277-beb79184f663", - "toId": "930dcc0e-9c50-49d4-3a77-9270b622e672", - "meta": { - "handleId": "end", - "point": [ - 0.84, - 0.69 - ], - "distance": 0 - } - }, - "4356fec4-e993-42a9-3d20-dc45bb4f01ce": { - "id": "4356fec4-e993-42a9-3d20-dc45bb4f01ce", - "type": "arrow", - "fromId": "27cc49ff-9aaa-48a4-0277-beb79184f663", - "toId": "0423b2bb-3489-4f7e-1422-35c2bd1c319f", - "meta": { - "handleId": "start", - "point": [ - 0.14, - 0.67 - ], - "distance": 0 - } - }, - "8dd6187c-baf6-4776-1e26-cb3d3ea3fe74": { - "id": "8dd6187c-baf6-4776-1e26-cb3d3ea3fe74", - "type": "arrow", - "fromId": "ded92727-d487-4de5-2c1f-c01e13b7483c", - "toId": "74f8e81d-c01d-4f90-0752-065717e9cbff", - "meta": { - "handleId": "end", - "point": [ - 0.21, - 0.18 - ], - "distance": 0 - } - }, - "9bf0adb5-264f-4862-035c-01e4dbb89b77": { - "id": "9bf0adb5-264f-4862-035c-01e4dbb89b77", - "type": "arrow", - "fromId": "929e3b0b-8ddf-4c19-38fb-2a0d4a49898c", - "toId": "ad5d391c-a96a-48f5-26ae-406bb49d861e", - "meta": { - "handleId": "start", - "point": [ - 0.87, - 0.35 - ], - "distance": 0 - } - }, - "40a757ce-274a-421c-04ff-950e066dcf3b": { - "id": "40a757ce-274a-421c-04ff-950e066dcf3b", - "type": "arrow", - "fromId": "4151aa68-667d-456d-10c0-903114e2f61f", - "toId": "ad5d391c-a96a-48f5-26ae-406bb49d861e", - "meta": { - "handleId": "end", - "point": [ - 0.61, - 0.1 - ], - "distance": 0 - } - }, - "f40618cc-b013-4442-01b5-d9c0f5cc0c3e": { - "id": "f40618cc-b013-4442-01b5-d9c0f5cc0c3e", - "type": "arrow", - "fromId": "4151aa68-667d-456d-10c0-903114e2f61f", - "toId": "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "meta": { - "handleId": "start", - "point": [ - 0.1, - 0.46 - ], - "distance": 0 - } - }, - "580967df-2be7-4e0b-3b7d-4f4807b7cf77": { - "id": "580967df-2be7-4e0b-3b7d-4f4807b7cf77", - "type": "arrow", - "fromId": "950a36ed-c0df-4144-2a87-d1f1b82a4b22", - "toId": "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "meta": { - "handleId": "end", - "point": [ - 0.93, - 0.46 - ], - "distance": 0 - } - }, - "75aa4e8e-bc53-4c89-2207-5ff48eac9fbb": { - "id": "75aa4e8e-bc53-4c89-2207-5ff48eac9fbb", - "type": "arrow", - "fromId": "950a36ed-c0df-4144-2a87-d1f1b82a4b22", - "toId": "46a70369-2229-43e2-28d4-867d132ee5a8", - "meta": { - "handleId": "start", - "point": [ - 0.4, - 0.1 - ], - "distance": 0 - } - }, - "49dcec42-b42a-4e6e-0af5-da840a2f5e42": { - "id": "49dcec42-b42a-4e6e-0af5-da840a2f5e42", - "type": "arrow", - "fromId": "929e3b0b-8ddf-4c19-38fb-2a0d4a49898c", - "toId": "5e0a6b21-b55e-4c86-27aa-15a5368b09d8", - "meta": { - "handleId": "end", - "point": [ - 0.21, - 0.18 - ], - "distance": 0 - } - }, - "e9ba90c6-874f-45bf-0476-4889064ede38": { - "id": "e9ba90c6-874f-45bf-0476-4889064ede38", - "type": "arrow", - "fromId": "75ea19b0-4ed1-40f9-13d4-1ecff5480e69", - "toId": "e6022524-da0f-4442-076b-ad10b36e8340", - "meta": { - "handleId": "end", - "point": [ - 0.5, - 0.5 - ], - "distance": 16 - } - }, - "8f691613-3bf1-4df2-3f29-e259fa01481b": { - "id": "8f691613-3bf1-4df2-3f29-e259fa01481b", - "type": "arrow", - "fromId": "75ea19b0-4ed1-40f9-13d4-1ecff5480e69", - "toId": "82557b51-9ec0-4608-0328-b74bd4666434", - "meta": { - "handleId": "start", - "point": [ - 0.5, - 0.5 - ], - "distance": 16 - } - }, - "3466a3f8-714a-40c0-18b0-95c874cfe353": { - "id": "3466a3f8-714a-40c0-18b0-95c874cfe353", - "type": "arrow", - "fromId": "07cadc05-ac8e-48fd-236a-bc6f9ce067e4", - "toId": "46a70369-2229-43e2-28d4-867d132ee5a8", - "meta": { - "handleId": "start", - "point": [ - 0.77, - 0.21 - ], - "distance": 0 - } - }, - "ba498a08-61c4-4cec-12f4-a49cd03b54d3": { - "id": "ba498a08-61c4-4cec-12f4-a49cd03b54d3", - "type": "arrow", - "fromId": "07cadc05-ac8e-48fd-236a-bc6f9ce067e4", - "toId": "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "meta": { - "handleId": "end", - "point": [ - 0.85, - 0.29 - ], - "distance": 0 - } - }, - "dc3ee676-3e72-4fa8-1a10-1c78f9ab0f1b": { - "id": "dc3ee676-3e72-4fa8-1a10-1c78f9ab0f1b", - "type": "arrow", - "fromId": "d02951d9-90f0-4712-2c4c-f40d970f81a7", - "toId": "0068283e-7b8b-4583-22e1-f2a786f3864d", - "handleId": "start", - "point": [ - 0.5, - 0.5 - ], - "distance": 16 - }, - "de0065e6-a61f-44b7-2e27-40d0d5bb0fa4": { - "id": "de0065e6-a61f-44b7-2e27-40d0d5bb0fa4", - "type": "arrow", - "fromId": "d02951d9-90f0-4712-2c4c-f40d970f81a7", - "toId": "1d858838-1f22-41c5-1d0d-0d1802edbc75", - "handleId": "end", - "point": [ - 0.93, - 0.4 - ], - "distance": 16 - } - } - } - }, - "pageStates": { - "page": { - "id": "page", - "selectedIds": [ - "60ebe34d-056f-4e1d-1a12-d0172304b103", - "99527546-f697-472e-1525-21fd0c1997e2", - "4611f6f0-0e14-4add-09fa-c23cdb0a75f0", - "05af371a-55c1-4d0d-3fbb-5aa6824550f6", - "3bf1ff90-0a6d-4c4f-1b8a-86557a41f5e0", - "c33a8f30-147a-4e62-0fc2-3b39660c6a0d", - "1050dc9f-db02-4c47-2204-6503f2c01c8c", - "86fc5e35-dd01-4256-22d5-e391f8d288d9", - "a5a94a12-41e0-472c-104e-bea4a8baf564", - "37f28864-1a8e-4fa6-3a92-c748bd961a70", - "abb80a5a-c395-4cb8-3ac0-80651f9072f8", - "4bf8be64-532f-49ae-08d3-782915ebec83", - "4a0bb599-8127-4349-2d62-f54c342a3104", - "ef9387ab-ab99-4d7c-21e8-802e7d1625ff", - "75469aac-21e5-4a5a-3e3a-32e62d6c0342", - "5fea586e-d7ed-408a-12c5-c5435c2f91ce", - "d318240b-d1dc-466e-156f-0d5dc072a5cd", - "3fe9c99b-c665-4525-2752-7749dcd4ea2a", - "681e5bff-11f5-4e68-19ea-2b39d7ef94bc", - "653ab436-4198-480e-1535-c6c2648effa9", - "c4efe6b2-fa71-4c8e-3a98-bfae92c88582", - "b7e8bf6a-4bb4-45c7-12fd-1669e1fc7693", - "c60d4b15-a460-4ed7-0a91-f2c499b2fe00", - "7b544792-2eb2-4746-1064-1d29fb17413d", - "9ece4db6-3d58-4908-3ac1-0d5eef03023e", - "86b5a44f-6899-4a80-3213-29168cacf1a8", - "3de6f004-0181-41cc-154a-510654a70e4d", - "2f5eae2a-e5ef-42cf-1a5b-ad4100344c61", - "f22816dc-aa4d-43cb-05de-f7d2aa87ba34", - "ab7ec156-3ba9-43bf-1383-5b0084ac1c9b", - "ce7393e7-189e-4916-112b-8bb2e5b57393", - "75d31448-8643-4c53-1e7b-19baa10c3371", - "fb1f8560-0fab-49a6-35a2-5adf28128fa8", - "8a355c3c-3a2f-44b2-0cda-10570ad12d40", - "1a29fb3a-318f-41a6-33ee-92c2ca090fba", - "bf54e71a-360e-4718-2990-559c0aa8a22c", - "db3a491a-c568-4d6c-2e6a-28db4ce7f586", - "af2590f3-7d95-4693-0f9e-3d816001ef35", - "3dcbf319-253a-4f20-1e7b-f7b21aab0d39", - "0f09509c-ea97-42f9-092c-6014f0c0278c", - "23801842-dfd0-4f44-0a95-ce93b0695790", - "be3936dc-cc0e-4e81-19e8-b45e0f1e4c44", - "0aca1fa3-7017-49a4-237f-346bc70e88a5", - "b5334cac-12fd-46b2-3082-9436a25d4f0e", - "f7c81c8e-6465-4b89-099f-d6936bd1e625", - "d6d55e39-06e6-4abe-0420-ba69c80c8cfe", - "49c44bf7-e6b8-48f6-27b6-29bd0c2c35c2", - "d15d7c97-4268-4b03-28e0-539eff041908", - "81fe21ae-f91e-42a7-2a36-53474e182b8b", - "9a066b88-7b1c-40a8-14db-b734f626513a", - "b9255b4d-5d2c-4117-3883-548862d0f094", - "41668a18-d461-465d-217d-6618ce18a913", - "586e6dfb-6606-428b-0f34-e01810cbae3a", - "0ad80344-ddc5-4720-19da-d47bf36954de", - "1b3c6548-291f-4436-1361-2857dd821918", - "4ff7b308-cac9-435c-2cb3-f23a702d8a13", - "2b61a72a-2484-4a0f-1b2a-5a83fb87aec8", - "4c8ea1fc-134a-4b95-0cce-f30154f9d85f", - "344c0b22-cd98-4a51-2cb1-e3ee687a1b06", - "a434f341-b04d-444d-2a9d-6610e016e181", - "7725c6ab-2430-411c-3431-b14cfc098999", - "717da0fa-040a-4350-375b-d80d93984d47", - "19121275-ae10-4db1-201b-56565c2a9892", - "b8248beb-4052-4e8a-0beb-42f85115e996", - "1af5f967-a01f-4e25-1390-673163a2b6f2", - "8193abb4-d692-4f24-0814-3e0e8a1f504f", - "df18ecd3-160a-4526-0d06-9e50c4ec42e5", - "d523f404-1c16-4dc8-3ce4-c050837a65ee", - "79cfaa07-539d-453f-3c2f-c9ad02f284d0", - "9fdc9e1b-0f74-44e5-1f81-17df4f80cfdd", - "4c1fa0fa-5a60-4e9e-0772-128253b8805c", - "86ad4be3-777d-4b98-16aa-1341cc594f46", - "1d96913d-fa57-4fda-3799-61ca7f82c2d5", - "c2d22bc7-2762-442d-2829-dd53da8872b6", - "2953167c-4c60-42bb-279e-1d02ffae5de5", - "a476c5a8-6f7f-49f7-0af4-ab1118decbc2", - "4ffdf60e-446c-46f0-0f42-b8ab8eb24bd4", - "70a2dcec-bdc9-4a20-1da2-3b6b9683b528", - "2764f223-1aea-4e3e-1c1e-b5556a17e68f", - "404b606c-9030-4040-202a-3b29117ea7d7", - "00704b53-c783-4479-1112-bfb1b897f5ef", - "d8e1a745-ff06-4c61-1b63-8ec4b7113507", - "09fd7e70-feb1-440e-29a0-74d38c3feabd", - "18eae000-3521-4f84-0472-7033802e1727", - "f1060271-8aec-4760-1c4e-9d7d2391cd9c", - "7641e3e6-1de7-4113-3efa-59f7fab57556", - "403e7872-039f-42d2-103f-334396b77fca", - "5a5ac7cc-9ed5-4dae-3d37-451541cf574b", - "5aef7c21-db39-467a-32c5-f774bcbb3728", - "bdcaecd2-d249-4372-23c6-4645ea7b4ead", - "b5c4ef6e-4139-4c68-2e4c-0ec18bfb26e3", - "d46b92a8-9b54-482a-0b81-5a78464b947b", - "9f6d54c3-7d97-4573-11c3-4b054e71cba7", - "70ca3e24-62cc-4c0a-31aa-f32b93629e07", - "d654b974-6652-4c92-336d-0daa559a5c24", - "5e74f65b-f3ff-4efb-0e6c-003e7724533a", - "c1d5ae50-e2d8-49f3-2556-5dffdf4acd12", - "373b023e-9323-481b-2b95-51168f2a3f9e", - "cbc4dc81-4f4a-4d3d-0663-47fd84a0d43f", - "04b3f1f2-98c5-4796-27e7-22f18a117595", - "2421d2b0-09b4-4a8b-30e2-2ed69e660492", - "7e5618b6-136d-4aa5-1d29-0e46042a270b", - "553d164f-15f9-43b2-3218-f8ac5ae88f7c", - "a6eede8c-176f-4b6f-00f9-ba8ca01d98fa", - "854d9b9d-1bfb-4544-380f-7a62696e9641", - "87be43e1-8272-4846-3b2c-aaef33132e28", - "c3925a65-cce2-45b7-3f41-e9b1711e87bb", - "e82cf80d-92bc-4631-1769-fa425f2c608f", - "c828540a-6cfe-4222-3f07-8092c29dc924", - "e0c50431-3c58-432a-1c88-d11c4d8a6c33", - "8a37889f-b58b-4e78-0b41-fe262893ca45", - "202f08b1-8f2f-450d-31bd-030d7939be7a", - "082937f5-4d38-4a81-2669-fca404e03e98", - "33af047c-6626-4e78-08d5-d4b93d6b3960", - "cc63cca4-eb75-4e55-31a5-ff5f48448691", - "128cd7f7-b466-45d7-3d5d-a4a9485d465b", - "2cd4b1bb-9ad5-48b6-1b7a-f470e770911c", - "e742ebad-b0d1-46c3-1309-07dc178e7873", - "66299282-7972-4909-1929-d4f71da7f8b3", - "60891465-3031-4f54-35d7-03d7d0ad3d04", - "68b5d23d-ce94-480e-1ec0-ffeec917080b", - "cc6a5aa3-f0a6-45ed-378a-470bae84a25d", - "ac43e9c2-e364-479a-1808-21182a9b6211", - "3d0a5661-f7c5-42d0-34d4-fc81bd3c056f", - "217a753d-f2b8-4853-0128-facb1106d858", - "e3c29884-f8d6-4075-2291-991c115ce6be", - "097552e3-e16e-41e9-2bf3-ee454b1ba2eb", - "259e9d51-0a8e-425b-2581-d8511148caec", - "42d21662-79e5-4686-065a-b8c16d5a0c3b", - "24e54269-3978-4bb8-2b97-84f4b309faf4", - "bf2e683f-5db5-42ca-2a6e-e8cb750b78e1", - "b07f0eb3-1f20-429f-1b9b-66d920096e51", - "c004a595-a478-4f10-1d7e-ea115a4ca86c", - "5a6bdea0-2ed4-46bb-1839-2ecf7beee97b", - "479d5e3c-1e79-47e2-2071-70c75e1e5bc0", - "503381da-1775-4d8c-2c5d-993ca548fb7f", - "80f6d826-47fb-4e88-286c-d5079af8cb8e", - "9bdbbaf0-6368-4ebd-1c03-baa6d499110c", - "b46411e3-c404-45ff-052d-6dc35e8e44b4", - "8a706a21-1e58-4127-30a3-92a2c821dee4", - "d0cd2730-549a-4c58-0299-c227eb82a05a", - "5c40fd8c-6035-42d1-1d09-40e492a5637c", - "0e38a829-d5ed-414c-26f6-eca63c8d5dcb", - "110678db-4b92-421e-39de-6fd22120fcc1", - "b69e8065-3cd3-4e58-2b93-9081b51b81f8", - "7699ce0a-f479-426a-231e-5c1730dd9502", - "b1e97aba-76fc-4aa9-36af-5a368d942c46", - "cb1bd4cd-4f14-4a02-3b8c-b0816bc97e3a", - "61c948bc-63ae-4f99-09fc-3135493ca98e", - "341d8a7c-8b37-4d10-28c9-ff83b675d55b", - "3ec60e11-485e-4039-0bb7-47fa0bf1a6ae", - "930dcc0e-9c50-49d4-3a77-9270b622e672", - "000d78a3-8212-42e1-2a9b-c8fa3d5cde10", - "49b162b5-143b-43de-2203-ec4afa5ed991", - "8503a6a9-8fb6-42a4-1d4f-85d48aad598b", - "ad5d391c-a96a-48f5-26ae-406bb49d861e", - "9b4b799a-e668-4f56-3988-c5369fe8b14b", - "71e3c16b-add2-41c4-183b-893cd8433675", - "500920b0-c0be-4583-37c9-2ed1e46710c2", - "1b04dda8-5653-4e7b-0d89-b1e40ee4f47e", - "0423b2bb-3489-4f7e-1422-35c2bd1c319f", - "3c570a7d-de81-4e83-1efb-593838560ac5", - "46a70369-2229-43e2-28d4-867d132ee5a8", - "ded92727-d487-4de5-2c1f-c01e13b7483c", - "27cc49ff-9aaa-48a4-0277-beb79184f663", - "929e3b0b-8ddf-4c19-38fb-2a0d4a49898c", - "3887190f-dd55-406a-3f15-6c1a19dd1af4", - "270de670-e72c-4e51-25b7-57571db527f2", - "6cd9099d-26df-492f-0e08-76d4ef3beeae", - "4151aa68-667d-456d-10c0-903114e2f61f", - "eb2ca334-b51c-412a-2912-9338aee1a4b0", - "950a36ed-c0df-4144-2a87-d1f1b82a4b22", - "74f8e81d-c01d-4f90-0752-065717e9cbff", - "0b8a38bf-e99a-4b7a-3452-2d1864546f75", - "04725dba-a1be-43ad-3bbc-89ab0bba6456", - "5e0a6b21-b55e-4c86-27aa-15a5368b09d8", - "51be64a1-f584-4c3d-1e45-a79ce44e5ebc", - "5b17f412-fe4d-41b8-37ad-a84f1f39b307", - "4b995911-a8f3-4d9c-0fd4-4a43bfae5afc", - "d907f731-2d03-4c34-1b09-e56be7d99366", - "eeb379ec-c0d3-4d82-0708-0259d14e1e37", - "767f4aae-c6c1-434b-340e-8997c6f4b635", - "46362bc4-c6c8-4512-135c-78235aee77f7", - "0e58cf2e-f00f-4246-2fba-6ac6417bad44", - "3a2f271b-422e-4429-1046-6fd8842b52ad", - "625f6365-824c-43f9-36f9-752a6608b217", - "b9c29a7f-f025-44cc-374f-34ffdcfc3353", - "1158ce36-2eec-47cb-01d9-1de5e34cf931", - "1ce389c7-1b7b-4137-17b9-7c5b0df5cb4a", - "b01a0748-acd5-4356-1071-809d755614d3", - "ac6539fa-3ce7-4eaf-09da-76e33064e919", - "07cadc05-ac8e-48fd-236a-bc6f9ce067e4", - "f4a2a497-f52d-4d79-3baf-a769a9402946", - "0c3e3de9-f4a4-44ed-20d4-8a2735f5ccea", - "46bd771c-2794-4f18-1f44-f422bcf9c2f1", - "2a1cb919-bb49-4c7e-127d-9cb7c6d93658", - "669229c3-a08b-4961-302b-997d3ac0f601", - "80ed9fe4-6d95-4e5f-3db9-77e01013f33f", - "a07ca5eb-9b64-4ec3-0b18-a98f2662128d", - "cd845eae-00e7-4e6c-2811-01151c322099", - "fbb4b8c7-b2a6-4710-0bde-8bcfb05856f5", - "ef36894d-9e3b-4a21-2f05-9c30799a9501", - "25e38f7c-bbab-4610-1e66-dd38ad865b4e", - "e8b05bdd-9965-46bd-1619-935f70a16e9f", - "f365e3f1-b3c9-4981-33ac-a7c420bf0a94", - "3d80bd44-becc-4750-356b-0fa465014f04", - "24c97d6d-262d-4ac0-3c06-3705aa2eacc9", - "270a9620-1159-4700-28c3-5a3ba0d06f39", - "d19cda2a-4405-456d-084a-bfd7becf4ca6", - "f8ad63d7-9488-4bf6-0ae1-202015fa7a3c", - "bd816a3f-e53a-4d98-1574-6a60ba45bbfe", - "aa9a2ec0-a524-4de5-3612-0ce4cb2ff98d", - "55c4329b-7ee1-499f-08b1-716e46666e58", - "e02448c4-d9d6-48dc-1c17-b018ed121676", - "af8aa22a-ced3-45c6-2498-c9dc87bac026", - "a6a0709a-1cd5-4525-2915-fd75c7cd26a4", - "49173ec4-ac1b-4d29-3c1c-8f3443b4f27c", - "eec0923d-26af-44a8-319c-edc2b696c2f0", - "6af28818-0ffc-46bf-0c9c-8847982e7f03", - "a2792905-d69f-456c-0621-7c4b851cc0d3", - "c41c1cb5-40dd-48ba-0fbf-d3bb625ab52a", - "ecc9fb0a-fb4c-4fd2-1267-b3a72bbaaf3a", - "5187e7aa-3338-4b45-0e50-9137c9514adc", - "a4f9a278-b5c7-4032-0d14-c3c623a3fb4c", - "790def35-db67-4a1f-38bf-9e2340ce562a", - "493a3ab9-854c-4183-00cc-78aa6392ad26", - "362f53a1-c9bc-402a-1c2f-e85339ec6bd8", - "af65acdc-d5d3-42b3-2dfa-c07018545cf0", - "55fcdbb1-7374-47e6-36ec-c9c9690c4e40", - "2a366cf0-8556-4222-3e05-b5b5faefba5d", - "695ad076-af82-40f1-3650-a1b3a8bcc1e2", - "81001fd5-ba8a-4d40-3b3c-46927ad5169c", - "9910b778-ce0e-4270-02c8-f2326ce55b70", - "c8bdf13f-b205-4b05-1e81-08faadbeb268", - "be3f37eb-70c1-43f7-32b9-4442b7dd5079", - "1475e815-d4b2-4ae5-3c69-e556900628d1", - "153310d5-0249-4c12-2316-623ccb33feb7", - "d8d4dbc4-db47-48cc-2e8b-3b5253f91740", - "d0b93586-bd32-4496-2440-1752cab301d8", - "f74fb734-9818-4d3c-0ca4-e16a4affdd80", - "70fabb8c-7617-4d6d-1417-4f43c9809d5e", - "8127a016-6cd7-4203-092d-62ea6a6f8623", - "b5d1e584-cf4e-47aa-2881-2e0639285b89", - "6a128332-30d8-40d7-3cbf-89766cfa15f4", - "aad16a15-2a8c-4332-2476-6849fd3aa420", - "ba5e6297-d907-4120-33d4-c9822a32a14d", - "b9a68e65-b976-46e6-0550-87eb981c4f0f", - "d04cb8ee-1128-4606-361a-1525c6dc8927", - "70ddecf3-ae9c-4e51-01a6-109c36e21697", - "13a6f4a0-f3dc-4838-07aa-851fee9d009f", - "17fa19b8-8a56-4c9a-05e4-b39c7dac8ff5", - "f5856601-dd46-4085-1fce-db4ff97af864", - "b52bb872-d019-4614-1294-ae072e21bb3a", - "7fd56c7f-513e-49b3-0255-0e297dd61a47", - "86a7e40a-a0b4-4117-3f75-6697f2113982", - "5a570197-c220-4613-009a-4df36b8b9e04", - "dfb9b7ee-5d2f-4c7d-13d1-1b62018e797a", - "bd46e98f-1ff4-43df-0b09-8213c572aadf", - "e0cfb86c-b49b-4668-3782-81f1b79dfe84", - "b7bb2523-1f9a-46d5-3f5e-c8e42deb6a78", - "ee0a9a96-233f-48e3-34d4-c4ce22a2d9db", - "2cd2a6bc-7107-4833-3667-f0b06e2ce239", - "f159977d-3a92-4d24-2e05-41c084afbcd7", - "ba985aba-226c-481f-1318-f4a4557fa1bd", - "1a25a158-9b44-4a4c-1232-89cff6311dd6", - "19d73158-f92f-4855-13dd-52d5707c3dd5", - "78af38e7-0b53-465a-0ba3-34499a37bb24", - "605d4048-b201-4295-2e1e-825f58f745e0", - "5159b8e2-72f0-40a0-1ea8-ce16d6493c06", - "085ea121-cf3a-482c-2e86-28f20f41a635", - "9495e8e1-752a-43cb-32bf-7efe128374ee", - "555c77d6-4e98-4ddd-1088-e67a3bda9e3b", - "09233842-484d-4b50-2bc9-249455be4b6f", - "fd8e36d2-c945-4fcf-0898-15079efc02d7", - "f57d6f88-df8e-42c8-0b4f-96d52e721743", - "55b1d5de-3be5-42d2-1bd0-3798abf3bff1", - "c3d96f0e-7d96-4cdf-17af-e210d45e1534", - "caeec035-b15e-4976-354e-53f8d57bceec", - "a5cd8469-261f-4a19-2d32-8711e370d0bb", - "1d80bebd-4875-473d-1774-fdec7212b6a5", - "e7c9f72d-5bc9-4d06-059c-b6f5eae3b64a", - "69812791-48b9-4a82-032a-31c971f6fc0c", - "467a208e-20c5-4cfa-30d0-3a73fd02b519", - "d20fa80a-8183-4158-024f-aaa112e01e40", - "39359165-0b6e-4594-0c52-6759cbc3d675", - "8b3a7e5e-1ee4-4610-253d-f5de9d4f3f4e", - "89b718f6-b1cd-4b50-1c74-ad7cdec41d08", - "b6c55e3f-9950-4cc2-3b03-9fe62160ba53", - "f383124f-034f-4a85-01a1-099a8d9b49b9", - "183bb622-6657-45de-041e-f187feadff0b", - "922c78bc-7276-4e49-3dcc-70446dac5982", - "2a86b07a-9b36-472d-0383-b57d0dc7736c", - "6aafbd93-6f8b-4591-0b40-b2b2d4f5e312", - "fa855af2-d5b7-47e2-2754-0daf8a00373d", - "463e9a15-8738-4e84-0cc0-68c64f43ad30", - "ff24b56c-a807-4e57-140f-efecf5950bb1", - "fe340756-b851-4c4d-1e73-0a83ff699dcc", - "57cf3136-d501-4547-29a7-f9c39425bcfb", - "9655b0ae-d026-47b9-24ee-53559006e11c", - "6317096c-945f-490c-0936-8ee32b5d63c1", - "3c52f56f-222e-4e1c-3294-cc36aef84784", - "37e6cb1d-81e5-444b-317b-76ec811b7f14", - "c56760e1-5ab8-441b-0847-83f720b5c189", - "8a97b52b-eb14-4da7-2692-41a595cb87d0", - "101d77ed-5e58-4b47-3ed3-0e64bafb593a", - "240787c5-b43d-4252-2a7a-929ea56ad5d7", - "38502b1c-d7b8-4187-0933-bf47e84bc6c4", - "3174c073-bbf2-48ab-0cba-3e849b3c5cfd", - "d124ae32-9c78-40f7-1a2a-da26f59e80a7", - "d1a31801-3d82-4341-0378-e8c1aa1fec0a", - "754528a8-0384-4b6a-3d72-0660e60b545f", - "0c4a79f0-63ef-4fcc-1928-71ce4ebd2ae4", - "b3328f70-6f35-4686-1c80-ac6bf6111dc3", - "ca00d2e8-0252-4ea3-3a45-898540f190d4", - "956ac9b3-b372-47b3-05cd-e7a783f2e5fd", - "bc24130a-3d94-4c2d-31ce-080243f20a9c", - "e41b5e33-c00a-4d79-2361-89df3bcba37d", - "b6126fc1-fac7-42d7-3dc4-1390ab1b0cd0", - "51813366-5b87-4f64-1826-9fb36114acc5", - "a4845b92-6c54-430c-1dac-ea4622c87c90", - "c471405d-baae-422e-142d-7e79c7012098", - "bfda682f-418c-497b-2ca6-a251fa59e721", - "cae8c0cb-b67e-4f5b-187a-44b5cd13f338", - "8b62bbdb-73d7-4802-30cc-4a272b7d6ae7", - "06f87dfb-0388-4542-21f1-42740642da41", - "2854a22f-6d7a-4873-03ec-b12d079f7df0", - "33a300f6-dbfa-4bf1-3bea-76a62ea54eb7", - "3c2e5589-4887-4901-3bdf-b5748a287373", - "603a089a-7ddc-4b4b-2a5c-8ae7c0eab5b2", - "2bcb0f96-492f-4fa8-2a2a-6a7ee3e9f977", - "879fc2a6-11a7-4346-2d7f-270a04cbefc9", - "04568227-d547-45bb-0e68-57ac0297944e", - "de15431a-dae1-4ce8-2f33-5f17d9eea794", - "29293fcf-ca08-4390-0f0f-03a46a553a41", - "bcb0c8ca-d09c-474d-12a5-b8554c40def1", - "1ae6dc85-fe3b-4a26-3d1b-da40d42f9ef0", - "23b10cb8-0d9c-4773-2d33-fdec32dff03d", - "23931f7b-a856-46af-370b-2ea0b7f1714e", - "9528dc19-2740-476c-0485-bd39a0bf83fc", - "9e425a35-235d-4b2d-1ba5-ad688eaee003", - "358a582a-cd02-48ab-1375-c528fab4f2ff", - "18599113-2164-45ef-0759-744051d5dbf5", - "aa4ac3e2-395f-419d-2539-9bca82036867", - "ce09259e-d6fe-48de-0d98-d8c2bad676e6", - "b76d0fcd-fb0a-4e70-0a97-2bf5ebe0588f", - "55e48811-1b23-4061-365c-1af8040d293a", - "201e1c58-60bd-478f-1d47-08206f12610b", - "e70931e3-8887-44dd-2aa1-b9a9be877a60", - "b2266344-b790-4a73-2980-374ef48f03dd", - "819b6187-29c0-4aca-3372-e3440f15e77a", - "b999ec50-606f-4c85-3387-2eecab8c0cd2", - "4aaa4c71-a7f4-48dd-2a8e-2fd03308952d", - "a3b46c2d-c3f6-4751-0acb-4e44d6e25087", - "0da5599b-ae44-4c50-031e-4f82940ad2b3", - "8303791c-ad37-4e3c-288a-fc8dd303b9d8", - "8b9ed712-159f-4b95-13de-61589296dc7c", - "1974f428-004f-4b48-196a-028f426ab6df", - "a273992e-b4bf-408d-2696-2b08bad7e825", - "bb62599b-f8c2-4b29-155f-44073d5e1975", - "81abf3af-4585-457e-208e-890f80e94faf", - "fb3f2b5a-30b1-4287-207b-a4fdb3a15d32", - "1b6d0fdf-3263-4b68-01ba-b706be5a4861", - "3506fe82-4084-4c4b-2761-fbb999f5b411", - "969c2952-cde8-46d8-37b4-bee14f6844ec", - "b8c85f03-7090-4b51-02b8-8886f392a4e7", - "fd296530-dc8f-41d3-0c0a-a8c4b8396b05", - "0622b192-d57e-4561-01b1-4fc385ccfc5d", - "bb2c47aa-0644-454c-14a5-b7e228efaf30", - "ab7bf773-e48d-476a-3999-d8191de85caf", - "9d3f06e0-0331-429b-395d-8320973af8e5", - "ea4c9239-3979-4bc5-1a74-678565eefb0d", - "af7fcecf-cb95-4830-2dd9-bb37c6d53fd2", - "27fff1ef-5ea3-4e6e-2206-99c899f9ee35", - "60d7ba13-5023-4f44-1da8-c55309d9d2f8", - "6a0f1e79-fadb-4aaf-0e24-6666df8e0e10", - "3273eed3-be3d-4beb-38d1-055cf618ac81", - "750e4bfc-079d-4f35-0ac8-a3cd74a720ee", - "13ec6bd8-c1b1-4f7d-1000-9217c46aaf3d", - "81ab5702-c254-4f58-0cda-6af99561e00b", - "e397ba86-5b3f-4804-367f-98b45c81909b", - "128cac15-87da-40b3-1eb2-74e5efcc5093", - "cff0606f-2987-4030-2657-98608c35c6b5", - "61d71953-462a-4bdc-277f-286d1ba76770", - "296a84ef-ede6-4abc-3263-e6f0edc26089", - "a7e36772-7da4-4db7-22f4-8967bbec0c86", - "3db0f970-98ec-4ee0-0e9b-245b860400fe", - "3347ceb2-9440-410b-13a1-93a46583ed65", - "119fa40b-e169-408f-30a6-2ed174b626f6", - "19d83f82-0a1b-4b55-2f45-b8335221fd85", - "d4bed886-a872-4657-0323-05cbc53c126f", - "ee0ad660-d457-4244-3e78-384eb937d45c", - "dfe3eeb3-b00a-4002-170e-fb29f1ce4ef9", - "2551b597-7055-4054-1985-60e215ff98b0", - "7dce5b13-9fd5-4218-0c5d-f7bf43c070ef", - "86f1aeae-6096-4900-248f-96dfca4bfbc1", - "5f806a6c-4d6b-4475-18c1-7f50a4c571ab", - "9e9d2c1b-2772-471d-311f-411051f92e5b", - "4195523f-0383-4e79-242d-e5cf7defc80d", - "5e573347-6f18-4022-2a13-013696aa29a5", - "970aea49-7eee-42ff-3416-6f49159c121c", - "04ae9b4e-2f6c-4c75-1cc7-8017a7739cb1", - "738e619e-f809-4c6d-2353-c0b36520667f", - "0126018f-b489-4bbf-3724-0d66365c34d6", - "f3acdcf0-65f1-4623-2cfd-6d5710438652", - "57ea71d9-398b-4705-3007-8ba9196ccd17", - "65d9ed46-e963-44be-1101-0d05c2feb989", - "9a9b2cbe-a971-460b-1324-13bd7d4a8905", - "606abff1-1371-4762-3c3d-a0a112f14b98", - "063ad50e-d5bd-45c9-37ab-9cf63d3db79b", - "82c7fa67-126c-4c08-3db8-33650b37a1cd", - "0f7a9707-7068-476e-0682-9f9fa52a7c99", - "f7667d68-956b-4840-0c64-b1b9f3dc8feb", - "d931f887-71dd-4037-11f9-f519c5b84bac", - "c2a1ae11-3df1-46d0-3c04-bc7eda8f10cb", - "f92c1bcd-0974-4830-043a-64f846034733", - "48f7e55e-6b15-43d5-15d5-18647ee701f4", - "2b42e081-72b2-48c3-1e56-bad073405d42", - "2d33e150-803a-4796-1cd1-d557a898c970", - "0bb55d80-1f85-4a96-2f45-3254963585ff", - "0d3a62d4-75a1-416b-12d3-53ad031110f4", - "3fc01ba5-44a7-480e-2aa3-cc8dc7f4e8b1", - "7fdfe21f-101a-4e95-322e-a5039ae52a6f", - "25d5d1a1-2412-404a-3d3e-9c062735f9e7", - "bd2c64be-a004-4441-22fc-e4bd3ee4f49e", - "588729a2-fc47-4ef5-2cfc-740b32f20869", - "f33b4f5d-5717-439b-1e38-da3c826e946c", - "bee9655d-4699-4ee3-252a-a2cc20c6c908", - "dd254995-babc-4c72-0f66-12246827cd31", - "9d53b15c-8107-451a-150c-b071e494c0b7", - "02fc981e-601b-4982-1a29-a3d4cdb08fd6", - "a2f8bfdb-d4f4-4582-0daa-523a2dd441b1", - "27c5a0aa-46a9-485b-0039-0bbc7f5ea587", - "e4161d3f-a74a-4d7f-128e-38775827885a", - "49cd1734-41ad-448c-330d-bfbf739b65f4", - "cf054263-0482-4283-363e-816bdf31a6c2", - "0d736b31-51c2-4ca9-2cdb-4de1b157567c", - "d9b1b960-dd6c-45ae-0996-8e49dcdd8938", - "25454160-94ca-449b-300f-d74a67c20713", - "c0c853ce-6db7-444f-097e-1c3f83fe8f7b", - "a1c23d40-9964-4f79-231d-0701434204e1", - "a76b489f-dac9-494c-17e5-df5e378ed4bf", - "e5c20649-bc5f-4986-0e59-8164fe3039ce", - "d8f49fe0-a481-4da9-2e19-3cec5f9d3e87", - "5194e973-ca76-46d0-384e-278b322b0733", - "856b8040-125e-4d6c-3aea-d92a3572546f", - "b00b915b-38c5-4d76-3dfa-a4940e162ebf", - "85795175-dcec-42f5-1553-f7ae72445f29", - "fc4043d7-b71b-4890-1649-03cb939ce118", - "aba4c6c0-ede6-4e86-01df-49381aa508ca", - "6e6299a7-2e83-440e-3d6a-142403bdda91", - "ad612891-a16f-47ba-01b7-3e163e0362f3", - "42169bda-2984-456d-1f8a-605135fcaf0b", - "b113a297-c369-4a03-1356-8201169ceabf", - "e7d698e3-5377-48e7-371e-e4aca289f7b5", - "d7711cf1-b7cd-4384-2d1e-334106ad859c", - "25099e73-8041-4f70-31cc-e3df70c10b73", - "1f9a8f86-bd90-4ad8-2523-6abf76d67923", - "0f10c131-78c7-488a-04d7-577cb0e6743e", - "95fce4a2-1e42-4c55-0582-197a7276816a", - "c765333b-5643-4b53-1b59-185fc083e7f2", - "243747fa-ee13-49ab-0c13-8613b633a415", - "baa545e5-4de3-4306-397a-c21475494da8", - "cdd9fd99-af1d-4b2d-1577-56609cc86aa6", - "cde40744-af19-47d6-3584-83ea098c3fc3", - "8f7064e2-e49b-4472-3257-c8b256607dce", - "582428d5-294f-4f21-38fd-446cca47bb24", - "683c4276-cd18-4786-1786-6106f7665247", - "761de057-d69b-4f51-17b8-2eea8c001a65", - "5727497e-490c-4796-0329-47d612238236", - "9bb4f4ca-8d64-44ee-3910-4c811d682929", - "de3ad7f4-1135-4e27-3a47-649c7f99b702", - "a5e93c26-e019-4b8b-1d0e-ada2eb400eee", - "4c8757dd-11f2-4d4f-1f0f-e8f74ad2e860", - "d82ae542-faf8-40a3-3651-056a802b4aa5", - "cc110ce4-9ba5-4014-0a41-f892f39c96c8", - "26448cc9-758e-4195-24cd-cce7af278187", - "5424268d-f4cc-48dc-2341-a9c9a2bf1c7b", - "662e5400-f7b1-4d23-38d4-e762168a4d7e", - "bf7b9624-8e45-4b3d-1982-849130ef6ba2", - "e367c027-e440-4485-2f48-f551b885e9a1", - "68e485d3-1a3c-48b1-25a0-5f119aea4094", - "62dff295-ef48-46ca-37c8-ebc23bc11560", - "38d2bef9-9f61-4e97-19cf-d4e1d9db18bc", - "e3e359c5-1ff5-4775-14ae-98b4263b1a25", - "3c9b364b-7d38-45a9-30b3-f0dd7d3eb4ea", - "90d286cd-2bfa-402e-3bad-8f259f8b774b", - "edd6d848-594a-4a4f-0cae-f679c811deac", - "c2983d94-0fe3-4aa0-3597-4d12a01ac58a", - "9b0cd588-80c8-4de4-246d-8ced8e9caea6", - "66c33ae0-d41f-411c-0b89-cc6ea54e0c29", - "ce4d5935-c7c8-49e2-1411-e903a18092a8", - "2cf5a0f0-56f4-49ec-04a3-90f992e3d14c", - "e6022524-da0f-4442-076b-ad10b36e8340", - "9bbe09cb-9b65-47f4-23a0-c376ff372f42", - "e3f808f0-f22a-4606-1953-332dcecfaa76", - "75ea19b0-4ed1-40f9-13d4-1ecff5480e69", - "82557b51-9ec0-4608-0328-b74bd4666434", - "1c8e619b-35ec-4d23-0104-50b3644cfdb9", - "1c4d2367-8f69-4531-2324-c736fae6e401", - "0068283e-7b8b-4583-22e1-f2a786f3864d", - "1d858838-1f22-41c5-1d0d-0d1802edbc75", - "d02951d9-90f0-4712-2c4c-f40d970f81a7" - ], - "camera": { - "point": [ - 7622.45, - -613.47 - ], - "zoom": 1.5171271081898843 - }, - "editingId": null - } - }, - "pageState": { - "boundsRotation": 0 - } -} \ No newline at end of file diff --git a/packages/tldraw/src/test/old-doc.ts b/packages/tldraw/src/test/old-doc.ts new file mode 100644 index 000000000..76dc173fd --- /dev/null +++ b/packages/tldraw/src/test/old-doc.ts @@ -0,0 +1,15572 @@ +export default { + id: 'doc', + pages: { + page: { + id: 'page', + name: 'Page 1', + childIndex: 1, + shapes: { + '60ebe34d-056f-4e1d-1a12-d0172304b103': { + id: '60ebe34d-056f-4e1d-1a12-d0172304b103', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 1, + point: [-945.38, 3713.98], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'e59e2942-19db-44f3-175c-1648b7b60867': { + id: 'e59e2942-19db-44f3-175c-1648b7b60867', + type: 'rectangle', + name: 'Rectangle', + parentId: '86b5a44f-6899-4a80-3213-29168cacf1a8', + childIndex: 1, + point: [-4414.61, 4667.92], + size: [147.83, 101.97], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '95bee843-c4b5-4718-14be-39c0096915df': { + id: '95bee843-c4b5-4718-14be-39c0096915df', + type: 'ellipse', + name: 'Ellipse', + parentId: '930dcc0e-9c50-49d4-3a77-9270b622e672', + childIndex: 1, + point: [-8549.52, 888.52], + radius: [78.3299999999999, 78.33000000000015], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + '475d41af-75ba-48b1-2c2d-3e7ecefae48b': { + id: '475d41af-75ba-48b1-2c2d-3e7ecefae48b', + type: 'ellipse', + name: 'Ellipse', + parentId: '9b4b799a-e668-4f56-3988-c5369fe8b14b', + childIndex: 1, + point: [-8330.89, 732], + radius: [78.3299999999999, 78.33000000000015], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + 'cb71a4ad-c105-4250-0796-6fd462369163': { + id: 'cb71a4ad-c105-4250-0796-6fd462369163', + type: 'ellipse', + name: 'Ellipse', + parentId: '0423b2bb-3489-4f7e-1422-35c2bd1c319f', + childIndex: 1, + point: [-8118.61, 894.67], + radius: [78.3299999999999, 78.33000000000015], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + '57f344c4-9821-4a9e-1caa-e2db20e6e322': { + id: '57f344c4-9821-4a9e-1caa-e2db20e6e322', + type: 'draw', + name: 'Draw', + parentId: 'cd845eae-00e7-4e6c-2811-01151c322099', + childIndex: 1, + point: [-7134.64, 1973.4], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'f4201c3e-80ca-4f66-2013-86b6664700ae': { + id: 'f4201c3e-80ca-4f66-2013-86b6664700ae', + type: 'ellipse', + name: 'Ellipse', + parentId: '25e38f7c-bbab-4610-1e66-dd38ad865b4e', + childIndex: 1, + point: [-7156.93, 2114.26], + radius: [40.87445453846635, 40.87445453846635], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '9b56940b-3aba-47ad-3776-632365c5cc34': { + id: '9b56940b-3aba-47ad-3776-632365c5cc34', + type: 'text', + name: 'Text', + parentId: 'fa855af2-d5b7-47e2-2754-0daf8a00373d', + childIndex: 1, + point: [-5498.77, 2424.75], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c7f2738f-0224-4272-2835-f3223ab83882': { + id: 'c7f2738f-0224-4272-2835-f3223ab83882', + type: 'text', + name: 'Text', + parentId: 'bc24130a-3d94-4c2d-31ce-080243f20a9c', + childIndex: 1, + point: [5227.84, 2488.9], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '22b610e5-b68e-42ce-35f3-71be2c3a937e': { + id: '22b610e5-b68e-42ce-35f3-71be2c3a937e', + type: 'text', + name: 'Text', + parentId: 'c765333b-5643-4b53-1b59-185fc083e7f2', + childIndex: 1, + point: [-751.38, 3663.98], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8e363b72-d847-4fe7-04e7-71ca0f60b010': { + id: '8e363b72-d847-4fe7-04e7-71ca0f60b010', + type: 'text', + name: 'Text', + parentId: '243747fa-ee13-49ab-0c13-8613b633a415', + childIndex: 1, + point: [-185.68, 4069.7], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e7cbecb0-0914-4623-356b-f0b39ab2d233': { + id: 'e7cbecb0-0914-4623-356b-f0b39ab2d233', + type: 'text', + name: 'Text', + parentId: 'baa545e5-4de3-4306-397a-c21475494da8', + childIndex: 1, + point: [-759.41, 2763.7], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '99527546-f697-472e-1525-21fd0c1997e2': { + id: '99527546-f697-472e-1525-21fd0c1997e2', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 2, + point: [-381.61, 2406.6], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'babdb1ed-898f-4aee-0ee5-337171050768': { + id: 'babdb1ed-898f-4aee-0ee5-337171050768', + type: 'arrow', + name: 'Arrow', + parentId: '86b5a44f-6899-4a80-3213-29168cacf1a8', + childIndex: 2, + point: [-4453.59, 4715.4], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [38.29, 0.26], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [19.14, 0.13], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '50e4580d-d45f-48a4-1606-6244911069b8': { + id: '50e4580d-d45f-48a4-1606-6244911069b8', + type: 'draw', + name: 'Draw', + parentId: '87be43e1-8272-4846-3b2c-aaef33132e28', + childIndex: 2, + point: [-8053.64, -1543.9], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'ce0f55d3-2f46-485d-2472-3cc5ccdc2527': { + id: 'ce0f55d3-2f46-485d-2472-3cc5ccdc2527', + type: 'draw', + name: 'Draw', + parentId: 'c828540a-6cfe-4222-3f07-8092c29dc924', + childIndex: 2, + point: [-8148.17, -679.61], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '79418bbb-22fe-4788-2344-992dc28609ae': { + id: '79418bbb-22fe-4788-2344-992dc28609ae', + type: 'text', + name: 'Text', + parentId: '930dcc0e-9c50-49d4-3a77-9270b622e672', + childIndex: 2, + point: [-8495.69, 941.35], + rotation: 0, + text: 'Idle', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '469322da-c772-46fd-384d-4942299335ca': { + id: '469322da-c772-46fd-384d-4942299335ca', + type: 'ellipse', + name: 'Ellipse', + parentId: 'ad5d391c-a96a-48f5-26ae-406bb49d861e', + childIndex: 2, + point: [-7426.8, 1076.63], + radius: [78.3299999999999, 78.33000000000015], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + 'e49ca10b-95aa-44f3-3f6b-1a5fa5051232': { + id: 'e49ca10b-95aa-44f3-3f6b-1a5fa5051232', + type: 'text', + name: 'Text', + parentId: '9b4b799a-e668-4f56-3988-c5369fe8b14b', + childIndex: 2, + point: [-8298.35, 783.33], + rotation: 0, + text: 'Pointing', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 1.0714575939401634, + }, + }, + '1f259a5c-b528-4b57-1e20-76e8af048449': { + id: '1f259a5c-b528-4b57-1e20-76e8af048449', + type: 'ellipse', + name: 'Ellipse', + parentId: '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + childIndex: 2, + point: [-7208.17, 920.11], + radius: [78.3299999999999, 78.33000000000015], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + 'c5fc71dd-6c42-445e-0fd4-9f0481046e93': { + id: 'c5fc71dd-6c42-445e-0fd4-9f0481046e93', + type: 'text', + name: 'Text', + parentId: '0423b2bb-3489-4f7e-1422-35c2bd1c319f', + childIndex: 2, + point: [-8090.28, 947.5], + rotation: 0, + text: 'Dragging', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2b2c3312-ed80-433d-1b9b-34a89780d685': { + id: '2b2c3312-ed80-433d-1b9b-34a89780d685', + type: 'ellipse', + name: 'Ellipse', + parentId: '46a70369-2229-43e2-28d4-867d132ee5a8', + childIndex: 2, + point: [-6995.89, 1082.78], + radius: [78.3299999999999, 78.33000000000015], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + '5cf8ef8e-8a0c-4c77-0d7f-73c7104cef70': { + id: '5cf8ef8e-8a0c-4c77-0d7f-73c7104cef70', + type: 'draw', + name: 'Draw', + parentId: 'cd845eae-00e7-4e6c-2811-01151c322099', + childIndex: 2, + point: [-7157.94, 2017.22], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'efebc8ae-6217-4014-191d-7b78dc05492b': { + id: 'efebc8ae-6217-4014-191d-7b78dc05492b', + type: 'draw', + name: 'Draw', + parentId: '25e38f7c-bbab-4610-1e66-dd38ad865b4e', + childIndex: 2, + point: [-7151.34, 2137.61], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'f18443ac-2194-4ac9-2b02-50aae0092ca0': { + id: 'f18443ac-2194-4ac9-2b02-50aae0092ca0', + type: 'draw', + name: 'Draw', + parentId: 'e8b05bdd-9965-46bd-1619-935f70a16e9f', + childIndex: 2, + point: [-7134.64, 2399.47], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '7d71df56-ea94-4bc5-277f-148e77880273': { + id: '7d71df56-ea94-4bc5-277f-148e77880273', + type: 'draw', + name: 'Draw', + parentId: 'fa855af2-d5b7-47e2-2754-0daf8a00373d', + childIndex: 2, + point: [-5486.65, 2475.75], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '4d448865-469d-480a-3c95-0f536f3010e8': { + id: '4d448865-469d-480a-3c95-0f536f3010e8', + type: 'draw', + name: 'Draw', + parentId: 'bc24130a-3d94-4c2d-31ce-080243f20a9c', + childIndex: 2, + point: [5241.05, 2539.9], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '53394926-9e02-46e4-2a3d-c5da831225da': { + id: '53394926-9e02-46e4-2a3d-c5da831225da', + type: 'text', + name: 'Text', + parentId: 'cae8c0cb-b67e-4f5b-187a-44b5cd13f338', + childIndex: 2, + point: [6508.67, 2357.82], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '73e09731-2023-4c8b-0b4b-c07332ca2bfb': { + id: '73e09731-2023-4c8b-0b4b-c07332ca2bfb', + type: 'draw', + name: 'Draw', + parentId: 'c765333b-5643-4b53-1b59-185fc083e7f2', + childIndex: 2, + point: [-739.26, 3714.98], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9bc90bee-9099-4df8-3eb8-3c63716ec49c': { + id: '9bc90bee-9099-4df8-3eb8-3c63716ec49c', + type: 'draw', + name: 'Draw', + parentId: '243747fa-ee13-49ab-0c13-8613b633a415', + childIndex: 2, + point: [-173.56, 4120.7], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'a7a8a766-79aa-4116-1061-993c981d1814': { + id: 'a7a8a766-79aa-4116-1061-993c981d1814', + type: 'draw', + name: 'Draw', + parentId: 'baa545e5-4de3-4306-397a-c21475494da8', + childIndex: 2, + point: [-747.28, 2814.7], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '4611f6f0-0e14-4add-09fa-c23cdb0a75f0': { + id: '4611f6f0-0e14-4add-09fa-c23cdb0a75f0', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 3, + point: [-4414.96, 5159.58], + size: [147.83, 101.97], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '3c509d85-f405-44d8-1d7b-21915f97ff50': { + id: '3c509d85-f405-44d8-1d7b-21915f97ff50', + type: 'arrow', + name: 'Arrow', + parentId: '86b5a44f-6899-4a80-3213-29168cacf1a8', + childIndex: 3, + point: [-4341.2, 4769.85], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0.1, 37.18], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [0.05, 18.59], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '74afa6bb-2835-4d72-14b1-b54bf87b1c41': { + id: '74afa6bb-2835-4d72-14b1-b54bf87b1c41', + type: 'draw', + name: 'Draw', + parentId: '87be43e1-8272-4846-3b2c-aaef33132e28', + childIndex: 3, + point: [-8051.71, -1544.9], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '4f25bfda-39b4-42cb-30e3-e46affa4a149': { + id: '4f25bfda-39b4-42cb-30e3-e46affa4a149', + type: 'draw', + name: 'Draw', + parentId: 'c828540a-6cfe-4222-3f07-8092c29dc924', + childIndex: 3, + point: [-8150.1, -678.61], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + '1079c38f-084f-4464-01a9-ab71d39f3ca0': { + id: '1079c38f-084f-4464-01a9-ab71d39f3ca0', + type: 'draw', + name: 'Draw', + parentId: '8a37889f-b58b-4e78-0b41-fe262893ca45', + childIndex: 3, + point: [-8105.61, -1496.19], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'b0559478-e57d-4e48-3f83-b4b7c09c044e': { + id: 'b0559478-e57d-4e48-3f83-b4b7c09c044e', + type: 'draw', + name: 'Draw', + parentId: '082937f5-4d38-4a81-2669-fca404e03e98', + childIndex: 3, + point: [-8354.09, -1543.9], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'f9204fd1-9ee4-429a-2ea8-09647b0ff6ed': { + id: 'f9204fd1-9ee4-429a-2ea8-09647b0ff6ed', + type: 'draw', + name: 'Draw', + parentId: '33af047c-6626-4e78-08d5-d4b93d6b3960', + childIndex: 3, + point: [-8312.01, -316.83], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '13d46af2-73b4-4698-1692-96a9625b521f': { + id: '13d46af2-73b4-4698-1692-96a9625b521f', + type: 'text', + name: 'Text', + parentId: 'ad5d391c-a96a-48f5-26ae-406bb49d861e', + childIndex: 3, + point: [-7372.97, 1129.46], + rotation: 0, + text: 'Idle', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'a78547cb-64eb-46a5-3e83-ca835ed22d8e': { + id: 'a78547cb-64eb-46a5-3e83-ca835ed22d8e', + type: 'text', + name: 'Text', + parentId: '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + childIndex: 3, + point: [-7175.63, 971.44], + rotation: 0, + text: 'Pointing', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 1.0714575939401634, + }, + }, + '8d77ffcf-500a-47cf-0952-69d4d83c75de': { + id: '8d77ffcf-500a-47cf-0952-69d4d83c75de', + type: 'text', + name: 'Text', + parentId: '46a70369-2229-43e2-28d4-867d132ee5a8', + childIndex: 3, + point: [-6967.56, 1135.61], + rotation: 0, + text: 'Dragging', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f988a670-98b0-4897-20fc-d02698908922': { + id: 'f988a670-98b0-4897-20fc-d02698908922', + type: 'draw', + name: 'Draw', + parentId: 'cd845eae-00e7-4e6c-2811-01151c322099', + childIndex: 3, + point: [-7086.25, 2034.26], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '022ad716-1a13-4de4-375e-3ce4efccd5bd': { + id: '022ad716-1a13-4de4-375e-3ce4efccd5bd', + type: 'draw', + name: 'Draw', + parentId: '25e38f7c-bbab-4610-1e66-dd38ad865b4e', + childIndex: 3, + point: [-7079.07, 2137.27], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'bf638d7a-4d2c-45ab-2ed3-e745fc807c42': { + id: 'bf638d7a-4d2c-45ab-2ed3-e745fc807c42', + type: 'draw', + name: 'Draw', + parentId: 'e8b05bdd-9965-46bd-1619-935f70a16e9f', + childIndex: 3, + point: [-7157.94, 2443.29], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'ac834550-948b-4dc0-0341-04f9c96b2d71': { + id: 'ac834550-948b-4dc0-0341-04f9c96b2d71', + type: 'draw', + name: 'Draw', + parentId: 'cae8c0cb-b67e-4f5b-187a-44b5cd13f338', + childIndex: 3, + point: [6521.87, 2408.82], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'c00a177d-f731-46bd-3acb-00bed7317680': { + id: 'c00a177d-f731-46bd-3acb-00bed7317680', + type: 'arrow', + name: 'Arrow', + parentId: '42169bda-2984-456d-1f8a-605135fcaf0b', + childIndex: 3, + point: [2266.24, 3324.75], + rotation: 0, + bend: -0.5437341690734296, + handles: { + start: { + id: 'start', + index: 0, + point: [17.33, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [199.23, 280.59], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [32, 189.75], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5d49eb5e-d4bd-404e-1eb1-68d58a7d8f3d': { + id: '5d49eb5e-d4bd-404e-1eb1-68d58a7d8f3d', + type: 'text', + name: 'Text', + parentId: 'cdd9fd99-af1d-4b2d-1577-56609cc86aa6', + childIndex: 3, + point: [-188.11, 2511.68], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '05af371a-55c1-4d0d-3fbb-5aa6824550f6': { + id: '05af371a-55c1-4d0d-3fbb-5aa6824550f6', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 4, + point: [-3604.46, 2484.47], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'dc86eaa4-a4b1-4f26-3827-ebfb9d5b19fa': { + id: 'dc86eaa4-a4b1-4f26-3827-ebfb9d5b19fa', + type: 'arrow', + name: 'Arrow', + parentId: '86b5a44f-6899-4a80-3213-29168cacf1a8', + childIndex: 4, + point: [-4267.82, 4715.32], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [41.16, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0.08], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.58, 0.04], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + 'c69a73a8-c4fa-4fdc-1e73-03a4260cf770': { + id: 'c69a73a8-c4fa-4fdc-1e73-03a4260cf770', + type: 'draw', + name: 'Draw', + parentId: '8a37889f-b58b-4e78-0b41-fe262893ca45', + childIndex: 4, + point: [-8103.68, -1497.19], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '3eed03ce-12b8-4fc2-0dee-3f21a1aec9db': { + id: '3eed03ce-12b8-4fc2-0dee-3f21a1aec9db', + type: 'draw', + name: 'Draw', + parentId: '082937f5-4d38-4a81-2669-fca404e03e98', + childIndex: 4, + point: [-8352.16, -1544.9], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '15dc4e17-ab72-43a5-1d00-8eaf038ffae7': { + id: '15dc4e17-ab72-43a5-1d00-8eaf038ffae7', + type: 'draw', + name: 'Draw', + parentId: '33af047c-6626-4e78-08d5-d4b93d6b3960', + childIndex: 4, + point: [-8313.94, -315.83], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'c027450f-5e50-41ed-350c-46632409a41c': { + id: 'c027450f-5e50-41ed-350c-46632409a41c', + type: 'draw', + name: 'Draw', + parentId: 'cc63cca4-eb75-4e55-31a5-ff5f48448691', + childIndex: 4, + point: [-8406.06, -1496.19], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'a08e1d92-1d2f-4e63-3553-531944e004f1': { + id: 'a08e1d92-1d2f-4e63-3553-531944e004f1', + type: 'draw', + name: 'Draw', + parentId: 'b07f0eb3-1f20-429f-1b9b-66d920096e51', + childIndex: 4, + point: [-8243.52, -51.78], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '42eb5404-294a-41a2-0182-31d82a9f0264': { + id: '42eb5404-294a-41a2-0182-31d82a9f0264', + type: 'ellipse', + name: 'Ellipse', + parentId: 'cd845eae-00e7-4e6c-2811-01151c322099', + childIndex: 4, + point: [-7160.91, 1969.51], + radius: [42.139113714177256, 42.13911371417703], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '8a0c05ae-6c68-43e5-0531-52b84b5cdbaf': { + id: '8a0c05ae-6c68-43e5-0531-52b84b5cdbaf', + type: 'draw', + name: 'Draw', + parentId: '25e38f7c-bbab-4610-1e66-dd38ad865b4e', + childIndex: 4, + point: [-7146.86, 2176.3], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'dad2412f-d1ca-42ac-2bd3-bc2a3c73d1b6': { + id: 'dad2412f-d1ca-42ac-2bd3-bc2a3c73d1b6', + type: 'draw', + name: 'Draw', + parentId: 'e8b05bdd-9965-46bd-1619-935f70a16e9f', + childIndex: 4, + point: [-7086.25, 2460.33], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'aadb3073-db70-4262-334e-db9bc9f40dc3': { + id: 'aadb3073-db70-4262-334e-db9bc9f40dc3', + type: 'arrow', + name: 'Arrow', + parentId: '42169bda-2984-456d-1f8a-605135fcaf0b', + childIndex: 4, + point: [2466.17, 3327], + rotation: 0, + bend: -0.5437341690734296, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 278.1], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [190.05, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [170.63, 190.72], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b6f7799c-7e09-4c9a-0a79-3c5b58f508d3': { + id: 'b6f7799c-7e09-4c9a-0a79-3c5b58f508d3', + type: 'arrow', + name: 'Arrow', + parentId: 'b113a297-c369-4a03-1356-8201169ceabf', + childIndex: 4, + point: [1824.43, 3046.13], + rotation: 0, + bend: -0.5437259179358312, + handles: { + start: { + id: 'start', + index: 0, + point: [181.93269404669508, 280.42143117261804], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [167.2, 90.75], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'da874eb4-9f92-4775-3e9e-9bd9fe398ff4': { + id: 'da874eb4-9f92-4775-3e9e-9bd9fe398ff4', + type: 'draw', + name: 'Draw', + parentId: 'cdd9fd99-af1d-4b2d-1577-56609cc86aa6', + childIndex: 4, + point: [-175.99, 2562.68], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3bf1ff90-0a6d-4c4f-1b8a-86557a41f5e0': { + id: '3bf1ff90-0a6d-4c4f-1b8a-86557a41f5e0', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 5, + point: [2279.83, 2407.36], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'b35d70ff-a5c5-4d17-3a6b-495307504fa9': { + id: 'b35d70ff-a5c5-4d17-3a6b-495307504fa9', + type: 'arrow', + name: 'Arrow', + parentId: '86b5a44f-6899-4a80-3213-29168cacf1a8', + childIndex: 5, + point: [-4341.19, 4629.33], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0.56, 40.43], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [0.28, 20.21], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '5d6149a4-6d17-4ce9-2cf1-28bbb0c120b4': { + id: '5d6149a4-6d17-4ce9-2cf1-28bbb0c120b4', + type: 'draw', + name: 'Draw', + parentId: 'cc63cca4-eb75-4e55-31a5-ff5f48448691', + childIndex: 5, + point: [-8404.13, -1497.19], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + 'a41b3093-686f-4309-27a9-fc1e0227f938': { + id: 'a41b3093-686f-4309-27a9-fc1e0227f938', + type: 'draw', + name: 'Draw', + parentId: 'e742ebad-b0d1-46c3-1309-07dc178e7873', + childIndex: 5, + point: [-8084.8, -366.45], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '47b5a29b-af14-4f02-09ee-8e7e893c328f': { + id: '47b5a29b-af14-4f02-09ee-8e7e893c328f', + type: 'draw', + name: 'Draw', + parentId: 'b07f0eb3-1f20-429f-1b9b-66d920096e51', + childIndex: 5, + point: [-8245.45, -50.78], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'deb0e1fe-b8d2-480c-144d-bff5cb5685d7': { + id: 'deb0e1fe-b8d2-480c-144d-bff5cb5685d7', + type: 'draw', + name: 'Draw', + parentId: '479d5e3c-1e79-47e2-2071-70c75e1e5bc0', + childIndex: 5, + point: [-8133.09, 502.88], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '4e3efee1-b840-4d72-2385-645b1f1ce7d2': { + id: '4e3efee1-b840-4d72-2385-645b1f1ce7d2', + type: 'ellipse', + name: 'Ellipse', + parentId: 'e8b05bdd-9965-46bd-1619-935f70a16e9f', + childIndex: 5, + point: [-7160.91, 2395.58], + radius: [42.139113714177256, 42.13911371417703], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'fe8778dc-0d67-435e-3d02-97619cc481be': { + id: 'fe8778dc-0d67-435e-3d02-97619cc481be', + type: 'arrow', + name: 'Arrow', + parentId: 'b113a297-c369-4a03-1356-8201169ceabf', + childIndex: 5, + point: [1618.07, 3046.38], + rotation: 0, + bend: -0.5437336720471526, + handles: { + start: { + id: 'start', + index: 0, + point: [205.6569573935208, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [15.572798495365818, 277.9329270790302], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [35.05, 87.29], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'fca74bd3-2c7e-47fc-0874-3284c2501da8': { + id: 'fca74bd3-2c7e-47fc-0874-3284c2501da8', + type: 'arrow', + name: 'Arrow', + parentId: '25099e73-8041-4f70-31cc-e3df70c10b73', + childIndex: 5, + point: [5595.55, 3735.75], + rotation: 0, + bend: -0.5437259179358312, + handles: { + start: { + id: 'start', + index: 0, + point: [181.93269404669508, 280.42143117261804], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [167.2, 90.75], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c33a8f30-147a-4e62-0fc2-3b39660c6a0d': { + id: 'c33a8f30-147a-4e62-0fc2-3b39660c6a0d', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 6, + point: [3796.24, 2541.12], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'c58f1e50-df6f-4abd-0144-f972de691eaa': { + id: 'c58f1e50-df6f-4abd-0144-f972de691eaa', + type: 'draw', + name: 'Draw', + parentId: 'e742ebad-b0d1-46c3-1309-07dc178e7873', + childIndex: 6, + point: [-8086.73, -365.45], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + '2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1': { + id: '2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1', + type: 'draw', + name: 'Draw', + parentId: '479d5e3c-1e79-47e2-2071-70c75e1e5bc0', + childIndex: 6, + point: [-8134.98, 503.88], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'bdca5f0b-4939-4d32-1af1-5b149028e252': { + id: 'bdca5f0b-4939-4d32-1af1-5b149028e252', + type: 'draw', + name: 'Draw', + parentId: '8a706a21-1e58-4127-30a3-92a2c821dee4', + childIndex: 6, + point: [-8427.02, 502.88], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '07197aa0-939b-4d10-0ec0-8af8d44a3a2e': { + id: '07197aa0-939b-4d10-0ec0-8af8d44a3a2e', + type: 'arrow', + name: 'Arrow', + parentId: '25099e73-8041-4f70-31cc-e3df70c10b73', + childIndex: 6, + point: [5389.18, 3736], + rotation: 0, + bend: -0.5437336720471526, + handles: { + start: { + id: 'start', + index: 0, + point: [205.6569573935208, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [15.572798495365818, 277.9329270790302], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [35.05, 87.29], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1050dc9f-db02-4c47-2204-6503f2c01c8c': { + id: '1050dc9f-db02-4c47-2204-6503f2c01c8c', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 7, + point: [5033.78, 2384.79], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '2757b8f0-acbe-4120-3b43-43ab9f1b16dc': { + id: '2757b8f0-acbe-4120-3b43-43ab9f1b16dc', + type: 'draw', + name: 'Draw', + parentId: '8a706a21-1e58-4127-30a3-92a2c821dee4', + childIndex: 7, + point: [-8428.95, 503.88], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + '86fc5e35-dd01-4256-22d5-e391f8d288d9': { + id: '86fc5e35-dd01-4256-22d5-e391f8d288d9', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 8, + point: [4775.98, 3733.52], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'a5a94a12-41e0-472c-104e-bea4a8baf564': { + id: 'a5a94a12-41e0-472c-104e-bea4a8baf564', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 9, + point: [5426.68, 4586.18], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '37f28864-1a8e-4fa6-3a92-c748bd961a70': { + id: '37f28864-1a8e-4fa6-3a92-c748bd961a70', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 10, + point: [-380.55, 2560.69], + radius: [205, 205], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'abb80a5a-c395-4cb8-3ac0-80651f9072f8': { + id: 'abb80a5a-c395-4cb8-3ac0-80651f9072f8', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 11, + point: [-1053.13, 1513.12], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '4bf8be64-532f-49ae-08d3-782915ebec83': { + id: '4bf8be64-532f-49ae-08d3-782915ebec83', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 12, + point: [-1052.07, 1667.21], + radius: [205, 205], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '4a0bb599-8127-4349-2d62-f54c342a3104': { + id: '4a0bb599-8127-4349-2d62-f54c342a3104', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 13, + point: [-859.63, 1618.2], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ef9387ab-ab99-4d7c-21e8-802e7d1625ff': { + id: 'ef9387ab-ab99-4d7c-21e8-802e7d1625ff', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 14, + point: [-847.51, 1669.2], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '75469aac-21e5-4a5a-3e3a-32e62d6c0342': { + id: '75469aac-21e5-4a5a-3e3a-32e62d6c0342', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 15, + point: [-1090.56, 1737.48], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5fea586e-d7ed-408a-12c5-c5435c2f91ce': { + id: '5fea586e-d7ed-408a-12c5-c5435c2f91ce', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 16, + point: [-1064.13, 1758.9], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd318240b-d1dc-466e-156f-0d5dc072a5cd': { + id: 'd318240b-d1dc-466e-156f-0d5dc072a5cd', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 17, + point: [-717.43, 1737.48], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3fe9c99b-c665-4525-2752-7749dcd4ea2a': { + id: '3fe9c99b-c665-4525-2752-7749dcd4ea2a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 18, + point: [-656.51, 1756.9], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '681e5bff-11f5-4e68-19ea-2b39d7ef94bc': { + id: '681e5bff-11f5-4e68-19ea-2b39d7ef94bc', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 19, + point: [-1033.63, 1794.9], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '653ab436-4198-480e-1535-c6c2648effa9': { + id: '653ab436-4198-480e-1535-c6c2648effa9', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 20, + point: [-659.92, 1794.9], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'c4efe6b2-fa71-4c8e-3a98-bfae92c88582': { + id: 'c4efe6b2-fa71-4c8e-3a98-bfae92c88582', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 21, + point: [-1034.19, 1668.99], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b7e8bf6a-4bb4-45c7-12fd-1669e1fc7693': { + id: 'b7e8bf6a-4bb4-45c7-12fd-1669e1fc7693', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 22, + point: [-1032.43, 1795.62], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [373.48, 1.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.74, 0.54], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c60d4b15-a460-4ed7-0a91-f2c499b2fe00': { + id: 'c60d4b15-a460-4ed7-0a91-f2c499b2fe00', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 23, + point: [-1031.56, 1669.58], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 123.75], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [183.14, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [91.57, 61.87], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '7b544792-2eb2-4746-1064-1d29fb17413d': { + id: '7b544792-2eb2-4746-1064-1d29fb17413d', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 24, + point: [-959.41, 1746.39], + rotation: 0, + bend: 0.42971426328019263, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [11.49, 49.01], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [16.28, 22.04], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9ece4db6-3d58-4908-3ac1-0d5eef03023e': { + id: '9ece4db6-3d58-4908-3ac1-0d5eef03023e', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 25, + point: [-933.56, 1723.8], + rotation: 0, + text: '+', + style: { + color: 'Red', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + '86b5a44f-6899-4a80-3213-29168cacf1a8': { + id: '86b5a44f-6899-4a80-3213-29168cacf1a8', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 26, + point: [-4453.59, 4629.33], + size: [226.9300000000003, 177.70000000000073], + rotation: 0, + children: [ + 'e59e2942-19db-44f3-175c-1648b7b60867', + 'babdb1ed-898f-4aee-0ee5-337171050768', + '3c509d85-f405-44d8-1d7b-21915f97ff50', + 'dc86eaa4-a4b1-4f26-3827-ebfb9d5b19fa', + 'b35d70ff-a5c5-4d17-3a6b-495307504fa9', + ], + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3de6f004-0181-41cc-154a-510654a70e4d': { + id: '3de6f004-0181-41cc-154a-510654a70e4d', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 27, + point: [-953.4, 2560.69], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '2f5eae2a-e5ef-42cf-1a5b-ad4100344c61': { + id: '2f5eae2a-e5ef-42cf-1a5b-ad4100344c61', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 28, + point: [1616.02, 3042.29], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'f22816dc-aa4d-43cb-05de-f7d2aa87ba34': { + id: 'f22816dc-aa4d-43cb-05de-f7d2aa87ba34', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 29, + point: [2280.9, 2561.45], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'ab7ec156-3ba9-43bf-1383-5b0084ac1c9b': { + id: 'ab7ec156-3ba9-43bf-1383-5b0084ac1c9b', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 30, + point: [-360.98, 1667.21], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'ce7393e7-189e-4916-112b-8bb2e5b57393': { + id: 'ce7393e7-189e-4916-112b-8bb2e5b57393', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 31, + point: [-362.03, 1513.12], + radius: [205, 205], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '75d31448-8643-4c53-1e7b-19baa10c3371': { + id: '75d31448-8643-4c53-1e7b-19baa10c3371', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 32, + point: [-166.99, 1870.22], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'fb1f8560-0fab-49a6-35a2-5adf28128fa8': { + id: 'fb1f8560-0fab-49a6-35a2-5adf28128fa8', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 33, + point: [-154.86, 1921.22], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '8a355c3c-3a2f-44b2-0cda-10570ad12d40': { + id: '8a355c3c-3a2f-44b2-0cda-10570ad12d40', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 34, + point: [-399.47, 1737.48], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1a29fb3a-318f-41a6-33ee-92c2ca090fba': { + id: '1a29fb3a-318f-41a6-33ee-92c2ca090fba', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 35, + point: [-373.03, 1758.9], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bf54e71a-360e-4718-2990-559c0aa8a22c': { + id: 'bf54e71a-360e-4718-2990-559c0aa8a22c', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 36, + point: [-26.34, 1737.48], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'db3a491a-c568-4d6c-2e6a-28db4ce7f586': { + id: 'db3a491a-c568-4d6c-2e6a-28db4ce7f586', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 37, + point: [34.58, 1756.9], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'af2590f3-7d95-4693-0f9e-3d816001ef35': { + id: 'af2590f3-7d95-4693-0f9e-3d816001ef35', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 38, + point: [-342.53, 1794.9], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3dcbf319-253a-4f20-1e7b-f7b21aab0d39': { + id: '3dcbf319-253a-4f20-1e7b-f7b21aab0d39', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 39, + point: [31.17, 1794.9], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '0f09509c-ea97-42f9-092c-6014f0c0278c': { + id: '0f09509c-ea97-42f9-092c-6014f0c0278c', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 40, + point: [-342.53, 1793.14], + rotation: 0, + bend: -0.6807673982238319, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 2.26], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [188.21, 128.73], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '23801842-dfd0-4f44-0a95-ce93b0695790': { + id: '23801842-dfd0-4f44-0a95-ce93b0695790', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 41, + point: [-343.14, 1794.82], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [373.48, 1.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.74, 0.54], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'be3936dc-cc0e-4e81-19e8-b45e0f1e4c44': { + id: 'be3936dc-cc0e-4e81-19e8-b45e0f1e4c44', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 42, + point: [-342.7, 1794.95], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [188.24, 125.42], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [94.12, 62.71], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '0aca1fa3-7017-49a4-237f-346bc70e88a5': { + id: '0aca1fa3-7017-49a4-237f-346bc70e88a5', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 43, + point: [-263.74, 1796.62], + rotation: 0, + bend: 0.42971426328019263, + handles: { + start: { + id: 'start', + index: 0, + point: [14.51, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 49.6], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [17.91, 27.92], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b5334cac-12fd-46b2-3082-9436a25d4f0e': { + id: 'b5334cac-12fd-46b2-3082-9436a25d4f0e', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 44, + point: [-239.43, 1786.23], + rotation: 0, + text: '-', + style: { + color: 'Red', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + 'f7c81c8e-6465-4b89-099f-d6936bd1e625': { + id: 'f7c81c8e-6465-4b89-099f-d6936bd1e625', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 45, + point: [-4576.44, 3974.16], + rotation: 0, + bend: -0.0050717791291101455, + handles: { + start: { + id: 'start', + index: 0, + point: [593.28, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 385.3], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [296.64, 192.65], + }, + }, + decorations: {}, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'd6d55e39-06e6-4abe-0420-ba69c80c8cfe': { + id: 'd6d55e39-06e6-4abe-0420-ba69c80c8cfe', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 46, + point: [-4234.56, 5586.63], + size: [346.78, 267.4], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '49c44bf7-e6b8-48f6-27b6-29bd0c2c35c2': { + id: '49c44bf7-e6b8-48f6-27b6-29bd0c2c35c2', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 47, + point: [-4576.44, 4978.44], + rotation: 0, + bend: -0.0050717791291101455, + handles: { + start: { + id: 'start', + index: 0, + point: [593.28, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 385.3], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [296.64, 192.65], + }, + }, + decorations: {}, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'd15d7c97-4268-4b03-28e0-539eff041908': { + id: 'd15d7c97-4268-4b03-28e0-539eff041908', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 48, + point: [-954.45, 2406.6], + radius: [205, 205], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '81fe21ae-f91e-42a7-2a36-53474e182b8b': { + id: '81fe21ae-f91e-42a7-2a36-53474e182b8b', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 49, + point: [1618.65, 2560.69], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '9a066b88-7b1c-40a8-14db-b734f626513a': { + id: '9a066b88-7b1c-40a8-14db-b734f626513a', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 50, + point: [1617.08, 3196.37], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'b9255b4d-5d2c-4117-3883-548862d0f094': { + id: 'b9255b4d-5d2c-4117-3883-548862d0f094', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 51, + point: [5034.84, 2538.88], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '41668a18-d461-465d-217d-6618ce18a913': { + id: '41668a18-d461-465d-217d-6618ce18a913', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 52, + point: [4777.03, 3887.61], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '586e6dfb-6606-428b-0f34-e01810cbae3a': { + id: '586e6dfb-6606-428b-0f34-e01810cbae3a', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 53, + point: [4765.49, 4739.51], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '0ad80344-ddc5-4720-19da-d47bf36954de': { + id: '0ad80344-ddc5-4720-19da-d47bf36954de', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 54, + point: [5427.74, 4740.27], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '1b3c6548-291f-4436-1361-2857dd821918': { + id: '1b3c6548-291f-4436-1361-2857dd821918', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 55, + point: [6315.67, 2407.8], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '4ff7b308-cac9-435c-2cb3-f23a702d8a13': { + id: '4ff7b308-cac9-435c-2cb3-f23a702d8a13', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 56, + point: [-4717.72, 5940.1], + size: [346.78, 267.4], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Dashed', + }, + }, + '2b61a72a-2484-4a0f-1b2a-5a83fb87aec8': { + id: '2b61a72a-2484-4a0f-1b2a-5a83fb87aec8', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 57, + point: [1617.58, 2406.6], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '4c8ea1fc-134a-4b95-0cce-f30154f9d85f': { + id: '4c8ea1fc-134a-4b95-0cce-f30154f9d85f', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 58, + point: [-8043.09, 2720.43], + radius: [972.5387338823311, 972.5387338823439], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '344c0b22-cd98-4a51-2cb1-e3ee687a1b06': { + id: '344c0b22-cd98-4a51-2cb1-e3ee687a1b06', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 59, + point: [2263.37, 3197.87], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'a434f341-b04d-444d-2a9d-6610e016e181': { + id: 'a434f341-b04d-444d-2a9d-6610e016e181', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 60, + point: [4764.43, 4585.42], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '7725c6ab-2430-411c-3431-b14cfc098999': { + id: '7725c6ab-2430-411c-3431-b14cfc098999', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 61, + point: [-8499.57, 1404.19], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '717da0fa-040a-4350-375b-d80d93984d47': { + id: '717da0fa-040a-4350-375b-d80d93984d47', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 62, + point: [2262.32, 3043.75], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '19121275-ae10-4db1-201b-56565c2a9892': { + id: '19121275-ae10-4db1-201b-56565c2a9892', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 63, + point: [5388.02, 3887.37], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'b8248beb-4052-4e8a-0beb-42f85115e996': { + id: 'b8248beb-4052-4e8a-0beb-42f85115e996', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 64, + point: [-8160.89, 1404.19], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '1af5f967-a01f-4e25-1390-673163a2b6f2': { + id: '1af5f967-a01f-4e25-1390-673163a2b6f2', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 65, + point: [-8499.57, 1881.58], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '8193abb4-d692-4f24-0814-3e0e8a1f504f': { + id: '8193abb4-d692-4f24-0814-3e0e8a1f504f', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 66, + point: [5386.97, 3733.25], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'df18ecd3-160a-4526-0d06-9e50c4ec42e5': { + id: 'df18ecd3-160a-4526-0d06-9e50c4ec42e5', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 67, + point: [-8611.55, 1218.86], + size: [723.02, 423.28], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'd523f404-1c16-4dc8-3ce4-c050837a65ee': { + id: 'd523f404-1c16-4dc8-3ce4-c050837a65ee', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 68, + point: [-8160.89, 1881.58], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '79cfaa07-539d-453f-3c2f-c9ad02f284d0': { + id: '79cfaa07-539d-453f-3c2f-c9ad02f284d0', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 69, + point: [-8111.09, 1449.99], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '9fdc9e1b-0f74-44e5-1f81-17df4f80cfdd': { + id: '9fdc9e1b-0f74-44e5-1f81-17df4f80cfdd', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 70, + point: [-8611.55, 1696.25], + size: [723.02, 423.28], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '4c1fa0fa-5a60-4e9e-0772-128253b8805c': { + id: '4c1fa0fa-5a60-4e9e-0772-128253b8805c', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 71, + point: [-8228.12, 413.51], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '86ad4be3-777d-4b98-16aa-1341cc594f46': { + id: '86ad4be3-777d-4b98-16aa-1341cc594f46', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 72, + point: [-8111.09, 1927.38], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '1d96913d-fa57-4fda-3799-61ca7f82c2d5': { + id: '1d96913d-fa57-4fda-3799-61ca7f82c2d5', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 73, + point: [-8332.69, -141.28], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c2d22bc7-2762-442d-2829-dd53da8872b6': { + id: 'c2d22bc7-2762-442d-2829-dd53da8872b6', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 74, + point: [-8207.78, 1348.77], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2953167c-4c60-42bb-279e-1d02ffae5de5': { + id: '2953167c-4c60-42bb-279e-1d02ffae5de5', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 75, + point: [-8293.16, -97.6], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'a476c5a8-6f7f-49f7-0af4-ab1118decbc2': { + id: 'a476c5a8-6f7f-49f7-0af4-ab1118decbc2', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 76, + point: [-8160.35, 349.46], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '4ffdf60e-446c-46f0-0f42-b8ab8eb24bd4': { + id: '4ffdf60e-446c-46f0-0f42-b8ab8eb24bd4', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 77, + point: [-8547.05, 1348.77], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '70a2dcec-bdc9-4a20-1da2-3b6b9683b528': { + id: '70a2dcec-bdc9-4a20-1da2-3b6b9683b528', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 78, + point: [-8207.78, 1826.16], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2764f223-1aea-4e3e-1c1e-b5556a17e68f': { + id: '2764f223-1aea-4e3e-1c1e-b5556a17e68f', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 79, + point: [-8330.83, -361.37], + size: [102.88, 103.56], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '404b606c-9030-4040-202a-3b29117ea7d7': { + id: '404b606c-9030-4040-202a-3b29117ea7d7', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 80, + point: [-8182.72, 457.06], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '00704b53-c783-4479-1112-bfb1b897f5ef': { + id: '00704b53-c783-4479-1112-bfb1b897f5ef', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 81, + point: [-8516.19, 413.38], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd8e1a745-ff06-4c61-1b63-8ec4b7113507': { + id: 'd8e1a745-ff06-4c61-1b63-8ec4b7113507', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 82, + point: [-8140.02, 1284.72], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '09fd7e70-feb1-440e-29a0-74d38c3feabd': { + id: '09fd7e70-feb1-440e-29a0-74d38c3feabd', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 83, + point: [-8516.78, 1310.29], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '18eae000-3521-4f84-0472-7033802e1727': { + id: '18eae000-3521-4f84-0472-7033802e1727', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 84, + point: [-8140.02, 1762.11], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f1060271-8aec-4760-1c4e-9d7d2391cd9c': { + id: 'f1060271-8aec-4760-1c4e-9d7d2391cd9c', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 85, + point: [-8547.05, 1826.16], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '7641e3e6-1de7-4113-3efa-59f7fab57556': { + id: '7641e3e6-1de7-4113-3efa-59f7fab57556', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 86, + point: [-8330.83, -985.22], + size: [102.88, 103.56], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '403e7872-039f-42d2-103f-334396b77fca': { + id: '403e7872-039f-42d2-103f-334396b77fca', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 87, + point: [-8084.28, -361.37], + size: [102.88, 103.56], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5a5ac7cc-9ed5-4dae-3d37-451541cf574b': { + id: '5a5ac7cc-9ed5-4dae-3d37-451541cf574b', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 88, + point: [-8476.66, 457.06], + radius: [50.96000000000003, 50.960000000000036], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '5aef7c21-db39-467a-32c5-f774bcbb3728': { + id: '5aef7c21-db39-467a-32c5-f774bcbb3728', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 89, + point: [-8516.78, 1787.68], + size: [188.03, 189.27], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bdcaecd2-d249-4372-23c6-4645ea7b4ead': { + id: 'bdcaecd2-d249-4372-23c6-4645ea7b4ead', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 90, + point: [-8212.73, -1123.24], + size: [108.8, 108.24], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b5c4ef6e-4139-4c68-2e4c-0ec18bfb26e3': { + id: 'b5c4ef6e-4139-4c68-2e4c-0ec18bfb26e3', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 91, + point: [-7971.9, -477.71], + size: [102.88, 103.56], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd46b92a8-9b54-482a-0b81-5a78464b947b': { + id: 'd46b92a8-9b54-482a-0b81-5a78464b947b', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 92, + point: [-8415.2, -1575.34], + size: [102.88, 103.56], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9f6d54c3-7d97-4573-11c3-4b054e71cba7': { + id: '9f6d54c3-7d97-4573-11c3-4b054e71cba7', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 93, + point: [-8369.92, -1599.64], + size: [108.8, 108.24], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '70ca3e24-62cc-4c0a-31aa-f32b93629e07': { + id: '70ca3e24-62cc-4c0a-31aa-f32b93629e07', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 94, + point: [-8123.17, -1422.89], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + 'd654b974-6652-4c92-336d-0daa559a5c24': { + id: 'd654b974-6652-4c92-336d-0daa559a5c24', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 95, + point: [-8185.57, -1461.62], + size: [102.88, 103.56], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5e74f65b-f3ff-4efb-0e6c-003e7724533a': { + id: '5e74f65b-f3ff-4efb-0e6c-003e7724533a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 96, + point: [-8423.62, -1422.89], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + 'c1d5ae50-e2d8-49f3-2556-5dffdf4acd12': { + id: 'c1d5ae50-e2d8-49f3-2556-5dffdf4acd12', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 97, + point: [-8331.66, -986.4], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '373b023e-9323-481b-2b95-51168f2a3f9e': { + id: '373b023e-9323-481b-2b95-51168f2a3f9e', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 98, + point: [-8125.1, -1421.89], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'cbc4dc81-4f4a-4d3d-0663-47fd84a0d43f': { + id: 'cbc4dc81-4f4a-4d3d-0663-47fd84a0d43f', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 99, + point: [-8003.03, -1562.03], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '04b3f1f2-98c5-4796-27e7-22f18a117595': { + id: '04b3f1f2-98c5-4796-27e7-22f18a117595', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 100, + point: [-8067.47, -1599.64], + size: [108.8, 108.24], + rotation: 0, + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2421d2b0-09b4-4a8b-30e2-2ed69e660492': { + id: '2421d2b0-09b4-4a8b-30e2-2ed69e660492', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 101, + point: [-8425.55, -1421.89], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + '7e5618b6-136d-4aa5-1d29-0e46042a270b': { + id: '7e5618b6-136d-4aa5-1d29-0e46042a270b', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 102, + point: [-8303.48, -1562.03], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '553d164f-15f9-43b2-3218-f8ac5ae88f7c': { + id: '553d164f-15f9-43b2-3218-f8ac5ae88f7c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 103, + point: [-8333.59, -985.4], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'a6eede8c-176f-4b6f-00f9-ba8ca01d98fa': { + id: 'a6eede8c-176f-4b6f-00f9-ba8ca01d98fa', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 104, + point: [-8215.24, -1122.68], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [8.72, 10.54, 0.5], + [8.63, 10.45, 0.5], + [8.37, 10.19, 0.5], + [7.98, 9.8, 0.5], + [7.59, 9.51, 0.5], + [7.2, 9.12, 0.5], + [6.68, 8.7, 0.5], + [6.29, 8.31, 0.5], + [5.69, 7.71, 0.5], + [5.26, 7.17, 0.5], + [4.56, 6.59, 0.5], + [4.08, 5.87, 0.5], + [3.43, 4.97, 0.5], + [2.78, 4.06, 0.5], + [1.94, 3.07, 0.5], + [1.79, 2.84, 0.5], + [1.44, 2.03, 0.5], + [0.96, 1.31, 0.5], + [0.67, 0.92, 0.5], + [0.38, 0.53, 0.5], + [0.22, 0.3, 0.5], + [0.16, 0.17, 0.5], + [0.1, 0.12, 0.5], + [0.05, 0.06, 0.5], + [0.05, 0, 0.5], + [0, 0, 0.5], + ], + isComplete: true, + }, + '854d9b9d-1bfb-4544-380f-7a62696e9641': { + id: '854d9b9d-1bfb-4544-380f-7a62696e9641', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 105, + point: [-8004.96, -1561.03], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + '87be43e1-8272-4846-3b2c-aaef33132e28': { + id: '87be43e1-8272-4846-3b2c-aaef33132e28', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 106, + point: [-8053.64, -1544.9], + size: [10.650000000000546, 10.539999999999964], + rotation: 0, + children: [ + '50e4580d-d45f-48a4-1606-6244911069b8', + '74afa6bb-2835-4d72-14b1-b54bf87b1c41', + ], + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c3925a65-cce2-45b7-3f41-e9b1711e87bb': { + id: 'c3925a65-cce2-45b7-3f41-e9b1711e87bb', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 107, + point: [-8305.41, -1561.03], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'e82cf80d-92bc-4631-1769-fa425f2c608f': { + id: 'e82cf80d-92bc-4631-1769-fa425f2c608f', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 108, + point: [-8217.17, -1121.68], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 9.04, 0.5], + [0.14, 8.99, 0.5], + [0.52, 8.61, 0.5], + [1.06, 8.18, 0.5], + [2.04, 7.34, 0.5], + [2.63, 6.62, 0.5], + [3.35, 6.03, 0.5], + [3.92, 5.45, 0.5], + [4.64, 4.86, 0.5], + [5.23, 4.26, 0.5], + [7.15, 2.9, 0.5], + [8.21, 2.04, 0.5], + [8.8, 1.45, 0.5], + [9.19, 1.16, 0.5], + [9.73, 0.73, 0.5], + [9.88, 0.5, 0.5], + [10.11, 0.35, 0.5], + [10.26, 0.12, 0.5], + [10.39, 0.05, 0.5], + [10.44, 0, 0.5], + [10.5, 2.1316282072803006e-14, 0.5], + ], + isComplete: true, + }, + 'c828540a-6cfe-4222-3f07-8092c29dc924': { + id: 'c828540a-6cfe-4222-3f07-8092c29dc924', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 109, + point: [-8150.1, -679.61], + size: [10.650000000000546, 10.539999999999964], + rotation: 0, + children: [ + 'ce0f55d3-2f46-485d-2472-3cc5ccdc2527', + '4f25bfda-39b4-42cb-30e3-e46affa4a149', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e0c50431-3c58-432a-1c88-d11c4d8a6c33': { + id: 'e0c50431-3c58-432a-1c88-d11c4d8a6c33', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 110, + point: [-8112.53, -1543.26], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 113.33], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [104.79, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [52.4, 56.66], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '8a37889f-b58b-4e78-0b41-fe262893ca45': { + id: '8a37889f-b58b-4e78-0b41-fe262893ca45', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 111, + point: [-8105.61, -1497.19], + size: [10.649999999999636, 10.539999999999964], + rotation: 0, + children: [ + '1079c38f-084f-4464-01a9-ab71d39f3ca0', + 'c69a73a8-c4fa-4fdc-1e73-03a4260cf770', + ], + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '202f08b1-8f2f-450d-31bd-030d7939be7a': { + id: '202f08b1-8f2f-450d-31bd-030d7939be7a', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 112, + point: [-8337.13, -1552.18], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 9.92], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [24.66, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [12.33, 4.96], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '082937f5-4d38-4a81-2669-fca404e03e98': { + id: '082937f5-4d38-4a81-2669-fca404e03e98', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 113, + point: [-8354.09, -1544.9], + size: [10.649999999999636, 10.539999999999964], + rotation: 0, + children: [ + 'b0559478-e57d-4e48-3f83-b4b7c09c044e', + '3eed03ce-12b8-4fc2-0dee-3f21a1aec9db', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '33af047c-6626-4e78-08d5-d4b93d6b3960': { + id: '33af047c-6626-4e78-08d5-d4b93d6b3960', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 114, + point: [-8313.94, -316.83], + size: [10.649999999999636, 10.54000000000002], + rotation: 0, + children: [ + 'f9204fd1-9ee4-429a-2ea8-09647b0ff6ed', + '15dc4e17-ab72-43a5-1d00-8eaf038ffae7', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'cc63cca4-eb75-4e55-31a5-ff5f48448691': { + id: 'cc63cca4-eb75-4e55-31a5-ff5f48448691', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 115, + point: [-8406.06, -1497.19], + size: [10.649999999999636, 10.539999999999964], + rotation: 0, + children: [ + 'c027450f-5e50-41ed-350c-46632409a41c', + '5d6149a4-6d17-4ce9-2cf1-28bbb0c120b4', + ], + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '128cd7f7-b466-45d7-3d5d-a4a9485d465b': { + id: '128cd7f7-b466-45d7-3d5d-a4a9485d465b', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 116, + point: [-8321.68, -1106.06], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 113.33], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [104.79, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [52.4, 56.66], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '2cd4b1bb-9ad5-48b6-1b7a-f470e770911c': { + id: '2cd4b1bb-9ad5-48b6-1b7a-f470e770911c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 117, + point: [-8337.68, -1432.02], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [ + [0, 0.22, 0.5], + [0.33, 0.87, 0.5], + [0.98, 1.19, 0.5], + [0.98, 1.47, 0.5], + [1.25, 1.74, 0.5], + [2.23, 2.72, 0.5], + [4.87, 7.52, 0.5], + [6.18, 8.82, 0.5], + [8.77, 13.36, 0.5], + [10.07, 14.66, 0.5], + [11.67, 17.86, 0.5], + [13.83, 20.56, 0.5], + [15.45, 23.81, 0.5], + [17.82, 27.37, 0.5], + [20.2, 30.93, 0.5], + [22.8, 35.47, 0.5], + [24.39, 38.67, 0.5], + [26.99, 43.21, 0.5], + [27.83, 44.9, 0.5], + [29.45, 48.15, 0.5], + [31.62, 50.85, 0.5], + [33.08, 53.29, 0.5], + [33.92, 54.97, 0.5], + [34.78, 56.71, 0.5], + [35.44, 57.36, 0.5], + [35.76, 58.01, 0.5], + [36.09, 58.66, 0.5], + [36.36, 58.94, 0.5], + [36.63, 59.21, 0.5], + [36.87, 59.21, 0.5], + [36.87, 59.48, 0.5], + ], + isComplete: true, + }, + 'e742ebad-b0d1-46c3-1309-07dc178e7873': { + id: 'e742ebad-b0d1-46c3-1309-07dc178e7873', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 118, + point: [-8086.73, -366.45], + size: [10.649999999999636, 10.54000000000002], + rotation: 0, + children: [ + 'a41b3093-686f-4309-27a9-fc1e0227f938', + 'c58f1e50-df6f-4abd-0144-f972de691eaa', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '66299282-7972-4909-1929-d4f71da7f8b3': { + id: '66299282-7972-4909-1929-d4f71da7f8b3', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 119, + point: [-8341.42, -1436.52], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [ + [0, 47.38, 0.5], + [0, 46.92, 0.5], + [1.71, 44.73, 0.5], + [3.66, 42.77, 0.5], + [5.12, 40.82, 0.5], + [6.42, 39.52, 0.5], + [8.59, 36.81, 0.5], + [8.86, 36.53, 0.5], + [10.81, 34.58, 0.5], + [11.95, 33.82, 0.5], + [13.9, 32.35, 0.5], + [15.63, 31.49, 0.5], + [17.36, 30.62, 0.5], + [18.65, 29.33, 0.5], + [19.79, 28.57, 0.5], + [21.09, 27.26, 0.5], + [24.65, 24.29, 0.5], + [25.41, 23.14, 0.5], + [29.3, 19.25, 0.5], + [30.06, 18.1, 0.5], + [33.03, 15.13, 0.5], + [34.98, 13.17, 0.5], + [37.15, 10.47, 0.5], + [39.04, 8.57, 0.5], + [40.34, 7.26, 0.5], + [41.65, 5.96, 0.5], + [42.4, 4.81, 0.5], + [43.05, 4.48, 0.5], + [43.7, 3.83, 0.5], + [43.98, 3.83, 0.5], + [44.25, 3.55, 0.5], + [44.52, 3.55, 0.5], + [44.52, 3.27, 0.5], + [44.8, 3.27, 0.5], + [45.04, 3.03, 0.5], + [45.31, 2.75, 0.5], + [45.58, 2.48, 0.5], + [45.91, 1.82, 0.5], + [46.56, 1.49, 0.5], + [46.88, 0.83, 0.5], + [47.16, 0.56, 0.5], + [47.43, 0.56, 0.5], + [47.7, 0.28, 0.5], + [47.98, 0.28, 0.5], + [48.25, 0, 0.5], + ], + isComplete: true, + }, + '60891465-3031-4f54-35d7-03d7d0ad3d04': { + id: '60891465-3031-4f54-35d7-03d7d0ad3d04', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 120, + point: [-8298.69, -424.14], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 102.33], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [92.27, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [46.13, 51.16], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '68b5d23d-ce94-480e-1ec0-ffeec917080b': { + id: '68b5d23d-ce94-480e-1ec0-ffeec917080b', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 121, + point: [-8017.49, -1448.86], + rotation: 0, + style: { + color: 'Green', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [ + [0, 35.1, 0.5], + [0.22, 36, 0.5], + [0.55, 36.66, 0.5], + [2.01, 38.6, 0.5], + [2.87, 40.34, 0.5], + [3.74, 42.07, 0.5], + [5.2, 44.02, 0.5], + [5.58, 45.15, 0.5], + [8.66, 49.96, 0.5], + [9.51, 51.69, 0.5], + [9.89, 52.83, 0.5], + [10.65, 53.97, 0.5], + [11.52, 55.7, 0.5], + [12.17, 56.35, 0.5], + [12.55, 57.5, 0.5], + [13.2, 57.82, 0.5], + [13.53, 58.47, 0.5], + [13.8, 58.74, 0.5], + [14.07, 59.01, 0.5], + [14.34, 59.28, 0.5], + [14.34, 59.56, 0.5], + [14.34, 59.8, 0.5], + [14.57, 59.34, 0.5], + [15.42, 57.62, 0.5], + [16.88, 55.18, 0.5], + [19.26, 51.61, 0.5], + [21.85, 47.07, 0.5], + [25.07, 42.57, 0.5], + [28.58, 36.94, 0.5], + [32.79, 32.03, 0.5], + [34.25, 29.58, 0.5], + [37.16, 26.09, 0.5], + [40.4, 21.55, 0.5], + [42.54, 18.87, 0.5], + [44.7, 16.16, 0.5], + [46.81, 13.53, 0.5], + [48.76, 11.57, 0.5], + [49.51, 10.43, 0.5], + [50.82, 9.12, 0.5], + [51.14, 8.47, 0.5], + [51.41, 8.19, 0.5], + [51.74, 7.53, 0.5], + [52.01, 7.53, 0.5], + [52.28, 7.26, 0.5], + [52.56, 6.98, 0.5], + [53.21, 6.32, 0.5], + [53.86, 5.67, 0.5], + [55, 4.91, 0.5], + [55.76, 3.77, 0.5], + [56.9, 3.01, 0.5], + [57.66, 1.86, 0.5], + [58.31, 1.21, 0.5], + [58.58, 0.93, 0.5], + [58.91, 0.27, 0.5], + [59.18, 0.27, 0.5], + [59.45, 0, 0.5], + [59.73, -3.552713678800501e-14, 0.5], + [59.96, -3.552713678800501e-14, 0.5], + ], + isComplete: true, + }, + 'cc6a5aa3-f0a6-45ed-378a-470bae84a25d': { + id: 'cc6a5aa3-f0a6-45ed-378a-470bae84a25d', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 122, + point: [-8225.71, 7.33], + rotation: 0, + bend: 0.3021027331039796, + handles: { + start: { + id: 'start', + index: 0, + point: [47.34, 62.94], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [14.16, 38.62], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'ac43e9c2-e364-479a-1808-21182a9b6211': { + id: 'ac43e9c2-e364-479a-1808-21182a9b6211', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 123, + point: [-8331.76, -1089.81], + rotation: 0, + text: 'delta', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3d0a5661-f7c5-42d0-34d4-fc81bd3c056f': { + id: '3d0a5661-f7c5-42d0-34d4-fc81bd3c056f', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 124, + point: [-8071.48, -473.76], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 102.33], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [92.27, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [46.13, 51.16], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '217a753d-f2b8-4853-0128-facb1106d858': { + id: '217a753d-f2b8-4853-0128-facb1106d858', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 125, + point: [-8395.58, -337.07], + rotation: 0, + text: 'origin', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e3c29884-f8d6-4075-2291-991c115ce6be': { + id: 'e3c29884-f8d6-4075-2291-991c115ce6be', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 126, + point: [-8233.87, -475.58], + rotation: 0, + text: 'current', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '097552e3-e16e-41e9-2bf3-ee454b1ba2eb': { + id: '097552e3-e16e-41e9-2bf3-ee454b1ba2eb', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 127, + point: [-8155.14, -389.01], + rotation: 0, + text: 'origin', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '259e9d51-0a8e-425b-2581-d8511148caec': { + id: '259e9d51-0a8e-425b-2581-d8511148caec', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 128, + point: [-8012.4, -524.47], + rotation: 0, + text: 'current', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '42d21662-79e5-4686-065a-b8c16d5a0c3b': { + id: '42d21662-79e5-4686-065a-b8c16d5a0c3b', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 129, + point: [-8198.2, -427], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '24e54269-3978-4bb8-2b97-84f4b309faf4': { + id: '24e54269-3978-4bb8-2b97-84f4b309faf4', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 130, + point: [-7951.66, -427], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + 'bf2e683f-5db5-42ca-2a6e-e8cb750b78e1': { + id: 'bf2e683f-5db5-42ca-2a6e-e8cb750b78e1', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 131, + point: [-8239.34, -45.84], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + 'b07f0eb3-1f20-429f-1b9b-66d920096e51': { + id: 'b07f0eb3-1f20-429f-1b9b-66d920096e51', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 132, + point: [-8245.45, -51.78], + size: [10.649999999999636, 10.54], + rotation: 0, + children: [ + 'a08e1d92-1d2f-4e63-3553-531944e004f1', + '47b5a29b-af14-4f02-09ee-8e7e893c328f', + ], + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c004a595-a478-4f10-1d7e-ea115a4ca86c': { + id: 'c004a595-a478-4f10-1d7e-ea115a4ca86c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 133, + point: [-8068.77, 441.8], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '5a6bdea0-2ed4-46bb-1839-2ecf7beee97b': { + id: '5a6bdea0-2ed4-46bb-1839-2ecf7beee97b', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 134, + point: [-8178.68, 54.79], + rotation: 0, + text: 'dead zone', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '479d5e3c-1e79-47e2-2071-70c75e1e5bc0': { + id: '479d5e3c-1e79-47e2-2071-70c75e1e5bc0', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 135, + point: [-8134.98, 502.88], + size: [10.609999999999673, 10.539999999999964], + rotation: 0, + children: [ + 'deb0e1fe-b8d2-480c-144d-bff5cb5685d7', + '2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1', + ], + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '503381da-1775-4d8c-2c5d-993ca548fb7f': { + id: '503381da-1775-4d8c-2c5d-993ca548fb7f', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 136, + point: [-8392.51, 485.49], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '80f6d826-47fb-4e88-286c-d5079af8cb8e': { + id: '80f6d826-47fb-4e88-286c-d5079af8cb8e', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 137, + point: [-8048.44, 1377.06], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '9bdbbaf0-6368-4ebd-1c03-baa6d499110c': { + id: '9bdbbaf0-6368-4ebd-1c03-baa6d499110c', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 138, + point: [-8164.51, 610.32], + rotation: 0, + text: 'drag!', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'b46411e3-c404-45ff-052d-6dc35e8e44b4': { + id: 'b46411e3-c404-45ff-052d-6dc35e8e44b4', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 139, + point: [-8245.45, 286.85], + size: [10.650000000000006, 10.539999999999964], + rotation: 0, + children: [ + 'deb0e1fe-b8d2-480c-144d-bff5cb5685d7', + '2ede6fdc-3a5f-4228-3ee0-6c6b9b5d32a1', + ], + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8a706a21-1e58-4127-30a3-92a2c821dee4': { + id: '8a706a21-1e58-4127-30a3-92a2c821dee4', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 140, + point: [-8428.95, 502.88], + size: [10.649999999999636, 10.539999999999964], + rotation: 0, + children: [ + 'bdca5f0b-4939-4d32-1af1-5b149028e252', + '2757b8f0-acbe-4120-3b43-43ab9f1b16dc', + ], + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd0cd2730-549a-4c58-0299-c227eb82a05a': { + id: 'd0cd2730-549a-4c58-0299-c227eb82a05a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 141, + point: [-8461.58, 609.17], + rotation: 0, + text: 'no drag!', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '5c40fd8c-6035-42d1-1d09-40e492a5637c': { + id: '5c40fd8c-6035-42d1-1d09-40e492a5637c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 142, + point: [-8387.7, 1377.06], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '0e38a829-d5ed-414c-26f6-eca63c8d5dcb': { + id: '0e38a829-d5ed-414c-26f6-eca63c8d5dcb', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 143, + point: [-8048.44, 1854.45], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '110678db-4b92-421e-39de-6fd22120fcc1': { + id: '110678db-4b92-421e-39de-6fd22120fcc1', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 144, + point: [-8120.26, 455.41], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 42.57], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [40.8, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.4, 21.29], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'b69e8065-3cd3-4e58-2b93-9081b51b81f8': { + id: 'b69e8065-3cd3-4e58-2b93-9081b51b81f8', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 145, + point: [-8449.85, 1450.43], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '7699ce0a-f479-426a-231e-5c1730dd9502': { + id: '7699ce0a-f479-426a-231e-5c1730dd9502', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 146, + point: [-8387.7, 1854.45], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + 'b1e97aba-76fc-4aa9-36af-5a368d942c46': { + id: 'b1e97aba-76fc-4aa9-36af-5a368d942c46', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 147, + point: [-8420.37, 480.39], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 18.02], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [21.86, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [10.93, 9.01], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'cb1bd4cd-4f14-4a02-3b8c-b0816bc97e3a': { + id: 'cb1bd4cd-4f14-4a02-3b8c-b0816bc97e3a', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 148, + point: [-8213.62, 362.27], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 42.57], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [40.8, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.4, 21.29], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '61c948bc-63ae-4f99-09fc-3135493ca98e': { + id: '61c948bc-63ae-4f99-09fc-3135493ca98e', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 149, + point: [-8104.71, 1390.67], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 49.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [45.58, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [22.79, 24.54], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '341d8a7c-8b37-4d10-28c9-ff83b675d55b': { + id: '341d8a7c-8b37-4d10-28c9-ff83b675d55b', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 150, + point: [-8104.71, 1868.06], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 49.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [45.58, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [22.79, 24.54], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '3ec60e11-485e-4039-0bb7-47fa0bf1a6ae': { + id: '3ec60e11-485e-4039-0bb7-47fa0bf1a6ae', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 151, + point: [-8449.85, 1927.82], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: true, + dash: 'Solid', + }, + points: [ + [0, 5.4318042223760274, 0.5], + [0, 5.352796160959649, 0.5], + [0, 5.283664107220317, 0.5], + [0, 6.192256813508671, 0.5], + [0, 7.110725527474072, 0.5], + [0, 8.434110556198412, 0.5], + [0, 14.004178886053102, 0.5], + [0, 17.302765450186907, 0.5], + [0, 19.959411515312638, 0.5], + [0, 22.31977735012695, 0.5], + [0, 24.127086755026607, 0.5], + [0, 25.67761996032304, 0.5], + [0, 27.010880996724428, 0.5], + [0, 28.334266025448766, 0.5], + [0, 29.24285873173712, 0.5], + [0, 29.746535123266536, 0.5], + [0, 29.91442725377634, 0.5], + [0, 30.003311322869763, 0.5], + [0.06913205373933123, 29.8650472153911, 0.5], + [0.5333044145605552, 29.24285873173712, 0.5], + [1.4023930901407191, 28.55153819434381, 0.5], + [3.3084625718108516, 26.467700574486823, 0.5], + [4.8787477924613745, 24.897415353836298, 0.5], + [6.695933205038081, 23.09010594893664, 0.5], + [7.930434164668996, 22.003745104461437, 0.5], + [8.384730517813173, 21.539572743640207, 0.5], + [8.552622648322977, 21.361804605453358, 0.5], + [8.73039078650983, 21.272920536359933, 0.5], + [8.79952284024916, 21.272920536359933, 0.5], + [9.115555085914673, 21.687712858795923, 0.5], + [9.510595392996567, 22.596305565084272, 0.5], + [10.20191593038988, 23.56415431743491, 0.5], + [10.75497236030453, 24.67026717726421, 0.5], + [11.495672936083078, 25.835636083155794, 0.5], + [12.009225335289537, 26.754104797121194, 0.5], + [12.522777734495998, 27.672573511086597, 0.5], + [12.730173895713994, 28.087365833522583, 0.5], + [12.917818041577892, 28.373770056156957, 0.5], + [13.095586179764743, 28.640422263437237, 0.5], + [13.263478310274547, 28.818190401624083, 0.5], + [13.490626486846637, 29.38112283921578, 0.5], + [13.73752667877282, 30.102071399640238, 0.5], + [13.935046832313764, 30.526739729753274, 0.5], + [14.02393090140719, 30.813143952387644, 0.5], + [14.112814970500615, 30.990912090574497, 0.5], + [14.112814970500615, 31.07979615966792, 0.5], + [14.181947024239948, 31.07979615966792, 0.5], + [14.260955085656327, 31.07979615966792, 0.5], + [14.5473593082907, 31.07979615966792, 0.5], + [14.972027638403734, 30.665003837231936, 0.5], + [15.742356237213425, 30.003311322869763, 0.5], + [16.5719408820854, 29.173726677997788, 0.5], + [17.352145488572138, 28.51203416363562, 0.5], + [17.796565834039267, 28.047861802814392, 0.5], + [18.30024222556868, 27.642945488055453, 0.5], + [18.468134356078483, 27.55406141896203, 0.5], + [18.547142417494864, 27.55406141896203, 0.5], + [18.547142417494864, 27.4651773498686, 0.5], + [18.547142417494864, 27.39604529612927, 0.5], + [18.547142417494864, 27.099765065817852, 0.5], + [18.547142417494864, 26.645468712673676, 0.5], + [18.547142417494864, 25.88501612154103, 0.5], + [18.063218041319544, 25.154191553439528, 0.5], + [17.697805757268796, 24.423366985338028, 0.5], + [17.223757388770522, 23.71229443259062, 0.5], + [16.769461035626346, 23.139485987321873, 0.5], + [16.285536659451026, 22.408661419220376, 0.5], + [15.68310019115114, 21.806224950920484, 0.5], + [15.347315930131531, 21.223540497974692, 0.5], + [15.001655661434874, 20.660608060382998, 0.5], + [14.794259500216882, 20.364327830071577, 0.5], + [14.61649136203003, 20.186559691884728, 0.5], + [14.527607292936604, 19.97916353066673, 0.5], + [14.349839154749752, 19.801395392479883, 0.5], + [14.270831093333372, 19.62362725429303, 0.5], + [14.181947024239948, 19.534743185199606, 0.5], + [14.181947024239948, 19.44585911610618, 0.5], + [14.10293896282357, 19.3668510546898, 0.5], + [14.10293896282357, 19.297719000950465, 0.5], + [14.014054893730142, 19.20883493185704, 0.5], + [13.925170824636718, 19.03106679367019, 0.5], + [13.925170824636718, 18.942182724576764, 0.5], + [13.925170824636718, 18.863174663160386, 0.5], + [13.925170824636718, 18.78416660174401, 0.5], + [13.925170824636718, 18.70515854032763, 0.5], + [13.925170824636718, 18.62615047891125, 0.5], + [13.925170824636718, 18.458258348401447, 0.5], + [14.369591170103849, 18.122474087381836, 0.5], + [15.199175814975822, 17.45090556534262, 0.5], + [15.930000383077322, 16.9669811891673, 0.5], + [16.90772514310501, 16.255908636419896, 0.5], + [17.687929749591746, 15.82136429862981, 0.5], + [17.88544990313269, 15.52508406831839, 0.5], + [18.053342033642497, 15.436199999224966, 0.5], + [18.231110171829346, 15.436199999224966, 0.5], + [18.30024222556868, 15.436199999224966, 0.5], + [18.38912629466211, 15.347315930131538, 0.5], + [18.566894432848958, 15.169547791944685, 0.5], + [18.73478656335876, 14.991779653757835, 0.5], + [19.03106679367018, 14.794259500216889, 0.5], + [19.20883493185703, 14.626367369707085, 0.5], + [19.37672706236684, 14.537483300613658, 0.5], + [19.465611131460264, 14.537483300613658, 0.5], + [19.465611131460264, 14.448599231520232, 0.5], + [19.465611131460264, 14.379467177780901, 0.5], + [19.465611131460264, 14.300459116364523, 0.5], + [19.465611131460264, 14.132566985854718, 0.5], + [19.297719000950458, 13.954798847667867, 0.5], + [18.991562762961994, 13.767154701803966, 0.5], + [18.69528253265057, 13.56963454826302, 0.5], + [18.379250286985055, 13.263478310274554, 0.5], + [17.81631784939336, 12.90794203390085, 0.5], + [17.243509404124616, 12.463521688433719, 0.5], + [16.512684836023116, 11.979597312258402, 0.5], + [15.594216122057713, 11.456168905374893, 0.5], + [14.418971208489083, 10.715468329596344, 0.5], + [13.174594241181122, 9.77724760027685, 0.5], + [12.147489442768201, 8.908158924696684, 0.5], + [11.317904797896226, 8.078574279824709, 0.5], + [10.537700191409488, 7.416881765462539, 0.5], + [9.964891746140742, 6.9625854123183615, 0.5], + [9.668611515829323, 6.666305182006942, 0.5], + [9.372331285517904, 6.478661036143043, 0.5], + [9.16493512429991, 6.281140882602098, 0.5], + [8.98716698611306, 6.103372744415244, 0.5], + [8.562498656000024, 5.797216506426778, 0.5], + [7.476137811524819, 5.066391938325276, 0.5], + [6.745313243423318, 4.582467562149957, 0.5], + [5.500936276115356, 3.644246832830462, 0.5], + [4.335567370223773, 2.9035462570519126, 0.5], + [3.1603224566551416, 2.1628456812733634, 0.5], + [1.9159454893471797, 1.2345009596309153, 0.5], + [1.1357408828604414, 0.5728084452687446, 0.5], + [0.7209485604244542, 0.2567761996032304, 0.5], + [0.5431804222376025, 0.16789213050980448, 0.5], + [0.36541228405075077, 0.07900806141637857, 0.5], + [0.36541228405075077, 0, 0.5], + [0.36541228405075077, 0.06913205373933154, 0.5], + [0.36541228405075077, 0.1580161228327573, 0.5], + [0.36541228405075077, 0.7209485604244549, 0.5], + [0.36541228405075077, 1.451773128525956, 0.5], + [0.36541228405075077, 2.1727216889504106, 0.5], + [0.36541228405075077, 2.7455301342191554, 0.5], + [0.36541228405075077, 3.041810364530575, 0.5], + [0.36541228405075077, 3.219578502717427, 0.5], + [0.36541228405075077, 3.2887105564567585, 0.5], + [0.36541228405075077, 3.367718617873137, 0.5], + ], + isComplete: true, + }, + '930dcc0e-9c50-49d4-3a77-9270b622e672': { + id: '930dcc0e-9c50-49d4-3a77-9270b622e672', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 152, + point: [-8549.52, 888.52], + size: [156.65999999999985, 156.6600000000003], + rotation: 0, + children: [ + '95bee843-c4b5-4718-14be-39c0096915df', + '79418bbb-22fe-4788-2344-992dc28609ae', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '000d78a3-8212-42e1-2a9b-c8fa3d5cde10': { + id: '000d78a3-8212-42e1-2a9b-c8fa3d5cde10', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 153, + point: [-8193.28, 1297.53], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 42.57], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [40.8, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.4, 21.29], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '49b162b5-143b-43de-2203-ec4afa5ed991': { + id: '49b162b5-143b-43de-2203-ec4afa5ed991', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 154, + point: [-8414.43, 1390.67], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 18.54], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [16.04, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [8.02, 9.27], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '8503a6a9-8fb6-42a4-1d4f-85d48aad598b': { + id: '8503a6a9-8fb6-42a4-1d4f-85d48aad598b', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 155, + point: [-8193.28, 1774.92], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 42.57], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [40.8, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.4, 21.29], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'ad5d391c-a96a-48f5-26ae-406bb49d861e': { + id: 'ad5d391c-a96a-48f5-26ae-406bb49d861e', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 156, + point: [-7426.8, 1076.63], + size: [156.65999999999985, 156.6600000000003], + rotation: 0, + children: [ + '469322da-c772-46fd-384d-4942299335ca', + '13d46af2-73b4-4698-1692-96a9625b521f', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9b4b799a-e668-4f56-3988-c5369fe8b14b': { + id: '9b4b799a-e668-4f56-3988-c5369fe8b14b', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 157, + point: [-8330.89, 732], + size: [156.65999999999985, 156.6600000000003], + rotation: 0, + children: [ + '475d41af-75ba-48b1-2c2d-3e7ecefae48b', + 'e49ca10b-95aa-44f3-3f6b-1a5fa5051232', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '71e3c16b-add2-41c4-183b-893cd8433675': { + id: '71e3c16b-add2-41c4-183b-893cd8433675', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 158, + point: [-8540.03, 1324.15], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 18.54], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [16.04, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [8.02, 9.27], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '500920b0-c0be-4583-37c9-2ed1e46710c2': { + id: '500920b0-c0be-4583-37c9-2ed1e46710c2', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 159, + point: [-8414.43, 1868.06], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 18.54], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [16.04, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [8.02, 9.27], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e': { + id: '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 160, + point: [-7208.17, 920.11], + size: [156.65999999999985, 156.66000000000042], + rotation: 0, + children: [ + '1f259a5c-b528-4b57-1e20-76e8af048449', + 'a78547cb-64eb-46a5-3e83-ca835ed22d8e', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '0423b2bb-3489-4f7e-1422-35c2bd1c319f': { + id: '0423b2bb-3489-4f7e-1422-35c2bd1c319f', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 161, + point: [-8118.61, 894.67], + size: [156.65999999999985, 156.66000000000042], + rotation: 0, + children: [ + 'cb71a4ad-c105-4250-0796-6fd462369163', + 'c5fc71dd-6c42-445e-0fd4-9f0481046e93', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3c570a7d-de81-4e83-1efb-593838560ac5': { + id: '3c570a7d-de81-4e83-1efb-593838560ac5', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 162, + point: [-8540.03, 1801.54], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 18.54], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [16.04, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [8.02, 9.27], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '46a70369-2229-43e2-28d4-867d132ee5a8': { + id: '46a70369-2229-43e2-28d4-867d132ee5a8', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 163, + point: [-6995.89, 1082.78], + size: [156.65999999999985, 156.6600000000003], + rotation: 0, + children: [ + '2b2c3312-ed80-433d-1b9b-34a89780d685', + '8d77ffcf-500a-47cf-0952-69d4d83c75de', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ded92727-d487-4de5-2c1f-c01e13b7483c': { + id: 'ded92727-d487-4de5-2c1f-c01e13b7483c', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 164, + point: [-8395.47, 891.36], + rotation: 0, + bend: -0.22931252068262462, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 44.79], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [94.78, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [52.53, 33.26], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '27cc49ff-9aaa-48a4-0277-beb79184f663': { + id: '27cc49ff-9aaa-48a4-0277-beb79184f663', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 165, + point: [-8401.61, 1005.74], + rotation: 0, + bend: 0.28528205311548227, + handles: { + start: { + id: 'start', + index: 0, + point: [287.65, 2.05], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [143.53, 42.06], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '929e3b0b-8ddf-4c19-38fb-2a0d4a49898c': { + id: '929e3b0b-8ddf-4c19-38fb-2a0d4a49898c', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 166, + point: [-7272.75, 1079.47], + rotation: 0, + bend: -0.22931252068262462, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 44.79], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [97.93, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [54.1, 33.62], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3887190f-dd55-406a-3f15-6c1a19dd1af4': { + id: '3887190f-dd55-406a-3f15-6c1a19dd1af4', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 167, + point: [-8448.68, 802.14], + rotation: 0, + bend: -0.3161218684359494, + handles: { + start: { + id: 'start', + index: 0, + point: [114.26, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 82.85], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [44.03, 23.36], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '270de670-e72c-4e51-25b7-57571db527f2': { + id: '270de670-e72c-4e51-25b7-57571db527f2', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 168, + point: [-7275.15, 1205.88], + rotation: 0, + bend: 0.28528205311548227, + handles: { + start: { + id: 'start', + index: 0, + point: [287.65, 2.05], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [143.53, 42.06], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '6cd9099d-26df-492f-0e08-76d4ef3beeae': { + id: '6cd9099d-26df-492f-0e08-76d4ef3beeae', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 169, + point: [-8164.56, 802.14], + rotation: 0, + bend: -0.3161218684359494, + handles: { + start: { + id: 'start', + index: 0, + point: [103.81, 89], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [65.97, 28.09], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '4151aa68-667d-456d-10c0-903114e2f61f': { + id: '4151aa68-667d-456d-10c0-903114e2f61f', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 170, + point: [-7325.96, 990.25], + rotation: 0, + bend: -0.3161218684359494, + handles: { + start: { + id: 'start', + index: 0, + point: [114.26, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 82.85], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [44.03, 23.36], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'eb2ca334-b51c-412a-2912-9338aee1a4b0': { + id: 'eb2ca334-b51c-412a-2912-9338aee1a4b0', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 171, + point: [-8109.35, 773.44], + rotation: 0, + text: 'Leave Zone', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.9056779661016966, + }, + }, + '950a36ed-c0df-4144-2a87-d1f1b82a4b22': { + id: '950a36ed-c0df-4144-2a87-d1f1b82a4b22', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 172, + point: [-7041.84, 990.25], + rotation: 0, + bend: -0.3161218684359494, + handles: { + start: { + id: 'start', + index: 0, + point: [103.81, 89], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [65.97, 28.09], + }, + }, + decorations: { + start: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '74f8e81d-c01d-4f90-0752-065717e9cbff': { + id: '74f8e81d-c01d-4f90-0752-065717e9cbff', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 173, + point: [-8305.67, 899.16], + rotation: 0, + text: 'Pointer Up', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.9047887323943666, + }, + }, + '0b8a38bf-e99a-4b7a-3452-2d1864546f75': { + id: '0b8a38bf-e99a-4b7a-3452-2d1864546f75', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 174, + point: [-8505.95, 773.44], + rotation: 0, + text: 'Pointer Down', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.88816901408451, + }, + }, + '04725dba-a1be-43ad-3bbc-89ab0bba6456': { + id: '04725dba-a1be-43ad-3bbc-89ab0bba6456', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 175, + point: [-6986.41, 969.23], + rotation: 0, + text: 'Leave Zone', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.9056779661016966, + }, + }, + '5e0a6b21-b55e-4c86-27aa-15a5368b09d8': { + id: '5e0a6b21-b55e-4c86-27aa-15a5368b09d8', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 176, + point: [-7182.95, 1087.27], + rotation: 0, + text: 'Pointer Up', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.9047887323943666, + }, + }, + '51be64a1-f584-4c3d-1e45-a79ce44e5ebc': { + id: '51be64a1-f584-4c3d-1e45-a79ce44e5ebc', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 177, + point: [-8305.17, 1052.04], + rotation: 0, + text: 'Pointer Up', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.9019718309859158, + }, + }, + '5b17f412-fe4d-41b8-37ad-a84f1f39b307': { + id: '5b17f412-fe4d-41b8-37ad-a84f1f39b307', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 178, + point: [-7383.23, 961.55], + rotation: 0, + text: 'Pointer Down', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.88816901408451, + }, + }, + '4b995911-a8f3-4d9c-0fd4-4a43bfae5afc': { + id: '4b995911-a8f3-4d9c-0fd4-4a43bfae5afc', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 179, + point: [-8576.52, 961.12], + radius: [8.924999999999955, 8.924999999999955], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'd907f731-2d03-4c34-1b09-e56be7d99366': { + id: 'd907f731-2d03-4c34-1b09-e56be7d99366', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 180, + point: [-7178.71, 1252.18], + rotation: 0, + text: 'Pointer Up', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 0.9019718309859158, + }, + }, + 'eeb379ec-c0d3-4d82-0708-0259d14e1e37': { + id: 'eeb379ec-c0d3-4d82-0708-0259d14e1e37', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 181, + point: [-8562.68, 968.35], + rotation: 0, + bend: -0.14339273318615, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 1.07], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [40.55, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.27, 0.54], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '767f4aae-c6c1-434b-340e-8997c6f4b635': { + id: '767f4aae-c6c1-434b-340e-8997c6f4b635', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 182, + point: [-7453.8, 1149.23], + radius: [8.924999999999955, 8.924999999999955], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '46362bc4-c6c8-4512-135c-78235aee77f7': { + id: '46362bc4-c6c8-4512-135c-78235aee77f7', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 183, + point: [-8572.02, 963.64], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [6.03, 2, 0.5], + [5.91, 2, 0.5], + [5.66, 2, 0.5], + [4.83, 2.36, 0.5], + [3.57, 3.78, 0.5], + [3.22, 4.31, 0.5], + [2.79, 5.04, 0.5], + [2.79, 5.17, 0.5], + [2.79, 5.06, 0.5], + [2.79, 4.77, 0.5], + [3.67, 4.06, 0.5], + [4.62, 2.93, 0.5], + [5.75, 1.97, 0.5], + [6.88, 1.01, 0.5], + [7.69, 0.53, 0.5], + [8.12, 0.25, 0.5], + [8.37, 0, 0.5], + [8.5, 0, 0.5], + [8.16, 0, 0.5], + [7.04, 0.4, 0.5], + [5.31, 1.67, 0.5], + [3.23, 3.3, 0.5], + [1.72, 4.58, 0.5], + [0.83, 5.45, 0.5], + [0.38, 5.9, 0.5], + [0.12, 6.15, 0.5], + [0, 6.4, 0.5], + [8.881784197001252e-16, 6.53, 0.5], + [8.881784197001252e-16, 6.42, 0.5], + [8.881784197001252e-16, 6.12, 0.5], + [8.881784197001252e-16, 5.279999999999999, 0.5], + [0.3200000000000012, 4.45, 0.5], + [0.8000000000000007, 3.6100000000000003, 0.5], + [1.120000000000001, 2.8, 0.5], + [1.370000000000001, 2.54, 0.5], + [1.5000000000000009, 2.2800000000000002, 0.5], + [1.6100000000000012, 2.18, 0.5], + [1.740000000000001, 1.92, 0.5], + [1.870000000000001, 1.66, 0.5], + [2.1300000000000012, 1.4, 0.5], + [2.3800000000000012, 1.15, 0.5], + [2.6300000000000012, 1.02, 0.5], + [2.8800000000000012, 0.8899999999999999, 0.5], + [3.140000000000001, 0.76, 0.5], + [3.2500000000000013, 0.76, 0.5], + [3.2500000000000013, 0.98, 0.5], + [3.2500000000000013, 1.59, 0.5], + [3.2500000000000013, 2.19, 0.5], + [3.2500000000000013, 2.79, 0.5], + [3.2500000000000013, 3.6100000000000003, 0.5], + [2.9200000000000013, 4.4399999999999995, 0.5], + [2.4400000000000013, 5.26, 0.5], + [2.110000000000001, 6.09, 0.5], + [1.9600000000000009, 6.64, 0.5], + [1.8100000000000014, 6.94, 0.5], + [1.8100000000000014, 7.32, 0.5], + [1.8100000000000014, 7.57, 0.5], + [1.8100000000000014, 7.68, 0.5], + [1.9200000000000008, 7.68, 0.5], + [2.1700000000000013, 7.55, 0.5], + [2.470000000000001, 6.95, 0.5], + [2.9200000000000013, 6.34, 0.5], + [3.5200000000000014, 5.74, 0.5], + [3.950000000000001, 5.3, 0.5], + [4.380000000000001, 5.02, 0.5], + [4.660000000000001, 4.6, 0.5], + [5.090000000000002, 4.470000000000001, 0.5], + [5.340000000000002, 4.34, 0.5], + [5.590000000000001, 4.34, 0.5], + [5.590000000000001, 4.21, 0.5], + [5.710000000000001, 4.21, 0.5], + [5.710000000000001, 4.09, 0.5], + [5.820000000000001, 3.96, 0.5], + [5.820000000000001, 4.07, 0.5], + [5.820000000000001, 4.67, 0.5], + [5.820000000000001, 5.470000000000001, 0.5], + [5.820000000000001, 6.3, 0.5], + [5.670000000000001, 7.42, 0.5], + [5.670000000000001, 7.72, 0.5], + [5.670000000000001, 8.14, 0.5], + [5.670000000000001, 8.57, 0.5], + [5.670000000000001, 8.82, 0.5], + [5.670000000000001, 9.08, 0.5], + [5.770000000000001, 9.08, 0.5], + [5.900000000000001, 9.08, 0.5], + [6.010000000000002, 9.08, 0.5], + [6.250000000000001, 9.08, 0.5], + [6.380000000000001, 8.82, 0.5], + [6.660000000000001, 8.39, 0.5], + [6.940000000000001, 7.96, 0.5], + [7.210000000000001, 7.53, 0.5], + [7.350000000000001, 7.11, 0.5], + [7.470000000000001, 6.86, 0.5], + [7.470000000000001, 6.6, 0.5], + [7.470000000000001, 6.48, 0.5], + [7.470000000000001, 6.36, 0.5], + [7.600000000000001, 6.23, 0.5], + [7.600000000000001, 6.11, 0.5], + [7.600000000000001, 5.99, 0.5], + [7.600000000000001, 5.88, 0.5], + [7.600000000000001, 5.76, 0.5], + [7.600000000000001, 5.640000000000001, 0.5], + [7.600000000000001, 5.529999999999999, 0.5], + [7.720000000000001, 5.279999999999999, 0.5], + [7.720000000000001, 5.17, 0.5], + [7.720000000000001, 5.05, 0.5], + [7.720000000000001, 4.9399999999999995, 0.5], + [7.720000000000001, 4.83, 0.5], + [7.720000000000001, 4.71, 0.5], + [7.720000000000001, 4.58, 0.5], + [7.720000000000001, 4.45, 0.5], + [7.720000000000001, 4.34, 0.5], + [7.720000000000001, 4.45, 0.5], + [7.190000000000001, 5.5, 0.5], + [6.490000000000001, 6.55, 0.5], + [5.830000000000001, 7.38, 0.5], + [5.330000000000001, 8.2, 0.5], + [4.870000000000001, 8.809999999999999, 0.5], + [4.450000000000001, 9.23, 0.5], + [4.300000000000001, 9.66, 0.5], + [4.170000000000001, 9.91, 0.5], + [4.050000000000001, 10.03, 0.5], + [4.050000000000001, 10.13, 0.5], + [3.950000000000001, 10.13, 0.5], + [3.830000000000001, 10.13, 0.5], + [3.720000000000001, 10.13, 0.5], + [3.600000000000001, 10.13, 0.5], + [3.490000000000001, 10.13, 0.5], + [3.490000000000001, 10.26, 0.5], + [3.370000000000001, 10.26, 0.5], + ], + isComplete: true, + }, + '0e58cf2e-f00f-4246-2fba-6ac6417bad44': { + id: '0e58cf2e-f00f-4246-2fba-6ac6417bad44', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 184, + point: [-7439.96, 1156.46], + rotation: 0, + bend: -0.14339273318615, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 1.07], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [40.55, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [20.27, 0.54], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '3a2f271b-422e-4429-1046-6fd8842b52ad': { + id: '3a2f271b-422e-4429-1046-6fd8842b52ad', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 185, + point: [-8329.71, 1529.91], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0.46019124521886934, 0, 0.5], + [1.1430556736081592, 0.3414322141946442, 0.5], + [2.6126986825329355, 0.7422439439014004, 0.5], + [3.295563110922226, 1.3657288567785768, 0.5], + [3.859668508287291, 1.3657288567785768, 0.5], + [5.433225669358263, 3.7409094772630582, 0.5], + [7.184921376965572, 6.279383765405848, 0.5], + [10.718002549936246, 10.821916702082419, 0.5], + [14.280773480662976, 15.394139396515046, 0.5], + [17.32397365065873, 19.96636209094767, 0.5], + [22.890803229919243, 26.037917552061124, 0.5], + [26.423884402889918, 30.07572460688475, 0.5], + [29.437394815129608, 34.113531661708365, 0.5], + [32.13916277093071, 36.80045473863144, 0.5], + [33.14861453463662, 38.15133871653198, 0.5], + [33.71271993200168, 38.73028899277507, 0.5], + [34.29167020824478, 39.29439439014014, 0.5], + [34.29167020824478, 39.591291967700705, 0.5], + [34.573722906927316, 39.82881002974914, 0.5], + [34.573722906927316, 40.081172970675624, 0.5], + ], + isComplete: true, + }, + '625f6365-824c-43f9-36f9-752a6608b217': { + id: '625f6365-824c-43f9-36f9-752a6608b217', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 186, + point: [-7449.3, 1151.75], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + points: [ + [6.03, 2, 0.5], + [5.91, 2, 0.5], + [5.66, 2, 0.5], + [4.83, 2.36, 0.5], + [3.57, 3.78, 0.5], + [3.22, 4.31, 0.5], + [2.79, 5.04, 0.5], + [2.79, 5.17, 0.5], + [2.79, 5.06, 0.5], + [2.79, 4.77, 0.5], + [3.67, 4.06, 0.5], + [4.62, 2.93, 0.5], + [5.75, 1.97, 0.5], + [6.88, 1.01, 0.5], + [7.69, 0.53, 0.5], + [8.12, 0.25, 0.5], + [8.37, 0, 0.5], + [8.5, 0, 0.5], + [8.16, 0, 0.5], + [7.04, 0.4, 0.5], + [5.31, 1.67, 0.5], + [3.23, 3.3, 0.5], + [1.72, 4.58, 0.5], + [0.83, 5.45, 0.5], + [0.38, 5.9, 0.5], + [0.12, 6.15, 0.5], + [0, 6.4, 0.5], + [8.881784197001252e-16, 6.53, 0.5], + [8.881784197001252e-16, 6.42, 0.5], + [8.881784197001252e-16, 6.12, 0.5], + [8.881784197001252e-16, 5.279999999999999, 0.5], + [0.3200000000000012, 4.45, 0.5], + [0.8000000000000007, 3.6100000000000003, 0.5], + [1.120000000000001, 2.8, 0.5], + [1.370000000000001, 2.54, 0.5], + [1.5000000000000009, 2.2800000000000002, 0.5], + [1.6100000000000012, 2.18, 0.5], + [1.740000000000001, 1.92, 0.5], + [1.870000000000001, 1.66, 0.5], + [2.1300000000000012, 1.4, 0.5], + [2.3800000000000012, 1.15, 0.5], + [2.6300000000000012, 1.02, 0.5], + [2.8800000000000012, 0.8899999999999999, 0.5], + [3.140000000000001, 0.76, 0.5], + [3.2500000000000013, 0.76, 0.5], + [3.2500000000000013, 0.98, 0.5], + [3.2500000000000013, 1.59, 0.5], + [3.2500000000000013, 2.19, 0.5], + [3.2500000000000013, 2.79, 0.5], + [3.2500000000000013, 3.6100000000000003, 0.5], + [2.9200000000000013, 4.4399999999999995, 0.5], + [2.4400000000000013, 5.26, 0.5], + [2.110000000000001, 6.09, 0.5], + [1.9600000000000009, 6.64, 0.5], + [1.8100000000000014, 6.94, 0.5], + [1.8100000000000014, 7.32, 0.5], + [1.8100000000000014, 7.57, 0.5], + [1.8100000000000014, 7.68, 0.5], + [1.9200000000000008, 7.68, 0.5], + [2.1700000000000013, 7.55, 0.5], + [2.470000000000001, 6.95, 0.5], + [2.9200000000000013, 6.34, 0.5], + [3.5200000000000014, 5.74, 0.5], + [3.950000000000001, 5.3, 0.5], + [4.380000000000001, 5.02, 0.5], + [4.660000000000001, 4.6, 0.5], + [5.090000000000002, 4.470000000000001, 0.5], + [5.340000000000002, 4.34, 0.5], + [5.590000000000001, 4.34, 0.5], + [5.590000000000001, 4.21, 0.5], + [5.710000000000001, 4.21, 0.5], + [5.710000000000001, 4.09, 0.5], + [5.820000000000001, 3.96, 0.5], + [5.820000000000001, 4.07, 0.5], + [5.820000000000001, 4.67, 0.5], + [5.820000000000001, 5.470000000000001, 0.5], + [5.820000000000001, 6.3, 0.5], + [5.670000000000001, 7.42, 0.5], + [5.670000000000001, 7.72, 0.5], + [5.670000000000001, 8.14, 0.5], + [5.670000000000001, 8.57, 0.5], + [5.670000000000001, 8.82, 0.5], + [5.670000000000001, 9.08, 0.5], + [5.770000000000001, 9.08, 0.5], + [5.900000000000001, 9.08, 0.5], + [6.010000000000002, 9.08, 0.5], + [6.250000000000001, 9.08, 0.5], + [6.380000000000001, 8.82, 0.5], + [6.660000000000001, 8.39, 0.5], + [6.940000000000001, 7.96, 0.5], + [7.210000000000001, 7.53, 0.5], + [7.350000000000001, 7.11, 0.5], + [7.470000000000001, 6.86, 0.5], + [7.470000000000001, 6.6, 0.5], + [7.470000000000001, 6.48, 0.5], + [7.470000000000001, 6.36, 0.5], + [7.600000000000001, 6.23, 0.5], + [7.600000000000001, 6.11, 0.5], + [7.600000000000001, 5.99, 0.5], + [7.600000000000001, 5.88, 0.5], + [7.600000000000001, 5.76, 0.5], + [7.600000000000001, 5.640000000000001, 0.5], + [7.600000000000001, 5.529999999999999, 0.5], + [7.720000000000001, 5.279999999999999, 0.5], + [7.720000000000001, 5.17, 0.5], + [7.720000000000001, 5.05, 0.5], + [7.720000000000001, 4.9399999999999995, 0.5], + [7.720000000000001, 4.83, 0.5], + [7.720000000000001, 4.71, 0.5], + [7.720000000000001, 4.58, 0.5], + [7.720000000000001, 4.45, 0.5], + [7.720000000000001, 4.34, 0.5], + [7.720000000000001, 4.45, 0.5], + [7.190000000000001, 5.5, 0.5], + [6.490000000000001, 6.55, 0.5], + [5.830000000000001, 7.38, 0.5], + [5.330000000000001, 8.2, 0.5], + [4.870000000000001, 8.809999999999999, 0.5], + [4.450000000000001, 9.23, 0.5], + [4.300000000000001, 9.66, 0.5], + [4.170000000000001, 9.91, 0.5], + [4.050000000000001, 10.03, 0.5], + [4.050000000000001, 10.13, 0.5], + [3.950000000000001, 10.13, 0.5], + [3.830000000000001, 10.13, 0.5], + [3.720000000000001, 10.13, 0.5], + [3.600000000000001, 10.13, 0.5], + [3.490000000000001, 10.13, 0.5], + [3.490000000000001, 10.26, 0.5], + [3.370000000000001, 10.26, 0.5], + ], + isComplete: true, + }, + 'b9c29a7f-f025-44cc-374f-34ffdcfc3353': { + id: 'b9c29a7f-f025-44cc-374f-34ffdcfc3353', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 187, + point: [-8330.07, 1527.39], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 38.106804079897906, 0.5], + [0, 37.869286017849454, 0.5], + [0, 36.05821079473004, 0.5], + [3.770599235019123, 31.203935401614874, 0.5], + [7.556043348916273, 25.830089247768736, 0.5], + [9.411653208669778, 22.608750531236662, 0.5], + [12.336094347641303, 19.298342541436412, 0.5], + [13.954186145346359, 16.700488737781512, 0.5], + [15.54258818529536, 14.325308117297032, 0.5], + [17.309128771780696, 10.74769230769228, 0.5], + [19.55070548236293, 7.600577985550342, 0.5], + [22.935337866553322, 4.2307904802379825, 0.5], + [24.909706757331055, 2.2415767105822297, 0.5], + [26.260590735231606, 0.8758478538036526, 0.5], + [26.839541011474697, 0.2820526986825322, 0.5], + [27.41849128771779, 0, 0.5], + [27.65600934976624, 1.0547920850021348e-13, 0.5], + ], + isComplete: true, + }, + '1158ce36-2eec-47cb-01d9-1de5e34cf931': { + id: '1158ce36-2eec-47cb-01d9-1de5e34cf931', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 188, + point: [-8329.71, 2007.3], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0.46019124521886934, 0, 0.5], + [1.1430556736081592, 0.3414322141946442, 0.5], + [2.6126986825329355, 0.7422439439014004, 0.5], + [3.295563110922226, 1.3657288567785768, 0.5], + [3.859668508287291, 1.3657288567785768, 0.5], + [5.433225669358263, 3.7409094772630582, 0.5], + [7.184921376965572, 6.279383765405848, 0.5], + [10.718002549936246, 10.821916702082419, 0.5], + [14.280773480662976, 15.394139396515046, 0.5], + [17.32397365065873, 19.96636209094767, 0.5], + [22.890803229919243, 26.037917552061124, 0.5], + [26.423884402889918, 30.07572460688475, 0.5], + [29.437394815129608, 34.113531661708365, 0.5], + [32.13916277093071, 36.80045473863144, 0.5], + [33.14861453463662, 38.15133871653198, 0.5], + [33.71271993200168, 38.73028899277507, 0.5], + [34.29167020824478, 39.29439439014014, 0.5], + [34.29167020824478, 39.591291967700705, 0.5], + [34.573722906927316, 39.82881002974914, 0.5], + [34.573722906927316, 40.081172970675624, 0.5], + ], + isComplete: true, + }, + '1ce389c7-1b7b-4137-17b9-7c5b0df5cb4a': { + id: '1ce389c7-1b7b-4137-17b9-7c5b0df5cb4a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 189, + point: [-8006.46, 1514.22], + rotation: 0, + style: { + color: 'Green', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 38.85, 0.5], + [0, 39, 0.5], + [3.73, 43.9, 0.5], + [5.25, 46.03, 0.5], + [6.23, 47.29, 0.5], + [7.19, 48.72, 0.5], + [7.95, 49.98, 0.5], + [8.75, 51.58, 0.5], + [9.24, 52.83, 0.5], + [9.69, 53.75, 0.5], + [9.89, 54.14, 0.5], + [10.08, 54.33, 0.5], + [10.08, 54.5, 0.5], + [10.08, 54.18, 0.5], + [10.69, 52.96, 0.5], + [13.46, 47.75, 0.5], + [16.95, 42.06, 0.5], + [19.23, 38.87, 0.5], + [25.13, 28.87, 0.5], + [29.88, 21.73, 0.5], + [32.71, 16.73, 0.5], + [36.92, 10.58, 0.5], + [40.52, 6.18, 0.5], + [43.41, 2.91, 0.5], + [45.22, 1.08, 0.5], + [46.14, 0.4, 0.5], + [46.52, 0, 0.5], + [46.71, -9.237055564881302e-14, 0.5], + [46.89, -9.237055564881302e-14, 0.5], + ], + isComplete: true, + }, + 'b01a0748-acd5-4356-1071-809d755614d3': { + id: 'b01a0748-acd5-4356-1071-809d755614d3', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 190, + point: [-8330.07, 2004.78], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 38.106804079897906, 0.5], + [0, 37.869286017849454, 0.5], + [0, 36.05821079473004, 0.5], + [3.770599235019123, 31.203935401614874, 0.5], + [7.556043348916273, 25.830089247768736, 0.5], + [9.411653208669778, 22.608750531236662, 0.5], + [12.336094347641303, 19.298342541436412, 0.5], + [13.954186145346359, 16.700488737781512, 0.5], + [15.54258818529536, 14.325308117297032, 0.5], + [17.309128771780696, 10.74769230769228, 0.5], + [19.55070548236293, 7.600577985550342, 0.5], + [22.935337866553322, 4.2307904802379825, 0.5], + [24.909706757331055, 2.2415767105822297, 0.5], + [26.260590735231606, 0.8758478538036526, 0.5], + [26.839541011474697, 0.2820526986825322, 0.5], + [27.41849128771779, 0, 0.5], + [27.65600934976624, 1.0547920850021348e-13, 0.5], + ], + isComplete: true, + }, + 'ac6539fa-3ce7-4eaf-09da-76e33064e919': { + id: 'ac6539fa-3ce7-4eaf-09da-76e33064e919', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 191, + point: [-8006.46, 1991.61], + rotation: 0, + style: { + color: 'Green', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [ + [0, 38.85, 0.5], + [0, 39, 0.5], + [3.73, 43.9, 0.5], + [5.25, 46.03, 0.5], + [6.23, 47.29, 0.5], + [7.19, 48.72, 0.5], + [7.95, 49.98, 0.5], + [8.75, 51.58, 0.5], + [9.24, 52.83, 0.5], + [9.69, 53.75, 0.5], + [9.89, 54.14, 0.5], + [10.08, 54.33, 0.5], + [10.08, 54.5, 0.5], + [10.08, 54.18, 0.5], + [10.69, 52.96, 0.5], + [13.46, 47.75, 0.5], + [16.95, 42.06, 0.5], + [19.23, 38.87, 0.5], + [25.13, 28.87, 0.5], + [29.88, 21.73, 0.5], + [32.71, 16.73, 0.5], + [36.92, 10.58, 0.5], + [40.52, 6.18, 0.5], + [43.41, 2.91, 0.5], + [45.22, 1.08, 0.5], + [46.14, 0.4, 0.5], + [46.52, 0, 0.5], + [46.71, -9.237055564881302e-14, 0.5], + [46.89, -9.237055564881302e-14, 0.5], + ], + isComplete: true, + }, + '07cadc05-ac8e-48fd-236a-bc6f9ce067e4': { + id: '07cadc05-ac8e-48fd-236a-bc6f9ce067e4', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 192, + point: [-7058.21, 907.35], + rotation: 0, + bend: -0.99, + handles: { + start: { + id: 'start', + index: 0, + point: [195.91, 194.41], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 48.11], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [170.37, 24.28], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'f4a2a497-f52d-4d79-3baf-a769a9402946': { + id: 'f4a2a497-f52d-4d79-3baf-a769a9402946', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 193, + point: [-6851.76, 924.57], + rotation: 0, + text: 'Pause ', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '0c3e3de9-f4a4-44ed-20d4-8a2735f5ccea': { + id: '0c3e3de9-f4a4-44ed-20d4-8a2735f5ccea', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 194, + point: [-7463.39, 1457.87], + size: [116.82, 150.59], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '46bd771c-2794-4f18-1f44-f422bcf9c2f1': { + id: '46bd771c-2794-4f18-1f44-f422bcf9c2f1', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 195, + point: [-7290.26, 1598.55], + size: [52.06, 79], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '2a1cb919-bb49-4c7e-127d-9cb7c6d93658': { + id: '2a1cb919-bb49-4c7e-127d-9cb7c6d93658', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 196, + point: [-7388.78, 1973.89], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '669229c3-a08b-4961-302b-997d3ac0f601': { + id: '669229c3-a08b-4961-302b-997d3ac0f601', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 197, + point: [-7412.08, 2017.7], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '80ed9fe4-6d95-4e5f-3db9-77e01013f33f': { + id: '80ed9fe4-6d95-4e5f-3db9-77e01013f33f', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 198, + point: [-7388.78, 2399.96], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'a07ca5eb-9b64-4ec3-0b18-a98f2662128d': { + id: 'a07ca5eb-9b64-4ec3-0b18-a98f2662128d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 199, + point: [-7340.38, 2034.75], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'cd845eae-00e7-4e6c-2811-01151c322099': { + id: 'cd845eae-00e7-4e6c-2811-01151c322099', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 200, + point: [-7160.91, 1969.51], + size: [84.27822742835451, 84.27822742835383], + rotation: 0, + children: [ + '57f344c4-9821-4a9e-1caa-e2db20e6e322', + '5cf8ef8e-8a0c-4c77-0d7f-73c7104cef70', + 'f988a670-98b0-4897-20fc-d02698908922', + '42eb5404-294a-41a2-0182-31d82a9f0264', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'fbb4b8c7-b2a6-4710-0bde-8bcfb05856f5': { + id: 'fbb4b8c7-b2a6-4710-0bde-8bcfb05856f5', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 201, + point: [-7412.08, 2443.77], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'ef36894d-9e3b-4a21-2f05-9c30799a9501': { + id: 'ef36894d-9e3b-4a21-2f05-9c30799a9501', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 202, + point: [-7340.39, 2460.82], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '25e38f7c-bbab-4610-1e66-dd38ad865b4e': { + id: '25e38f7c-bbab-4610-1e66-dd38ad865b4e', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 203, + point: [-7156.93, 2114.26], + size: [81.74890907693225, 81.74890907693225], + rotation: 0, + children: [ + 'f4201c3e-80ca-4f66-2013-86b6664700ae', + 'efebc8ae-6217-4014-191d-7b78dc05492b', + '022ad716-1a13-4de4-375e-3ce4efccd5bd', + '8a0c05ae-6c68-43e5-0531-52b84b5cdbaf', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e8b05bdd-9965-46bd-1619-935f70a16e9f': { + id: 'e8b05bdd-9965-46bd-1619-935f70a16e9f', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 204, + point: [-7160.91, 2395.58], + size: [84.27822742835451, 84.27822742835451], + rotation: 0, + children: [ + 'f18443ac-2194-4ac9-2b02-50aae0092ca0', + 'bf638d7a-4d2c-45ab-2ed3-e745fc807c42', + 'dad2412f-d1ca-42ac-2bd3-bc2a3c73d1b6', + '4e3efee1-b840-4d72-2385-645b1f1ce7d2', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f365e3f1-b3c9-4981-33ac-a7c420bf0a94': { + id: 'f365e3f1-b3c9-4981-33ac-a7c420bf0a94', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 205, + point: [-7410.75, 2137.61], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '3d80bd44-becc-4750-356b-0fa465014f04': { + id: '3d80bd44-becc-4750-356b-0fa465014f04', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 206, + point: [-7338.48, 2137.27], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '24c97d6d-262d-4ac0-3c06-3705aa2eacc9': { + id: '24c97d6d-262d-4ac0-3c06-3705aa2eacc9', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 207, + point: [-7406.56, 2721.83], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '270a9620-1159-4700-28c3-5a3ba0d06f39': { + id: '270a9620-1159-4700-28c3-5a3ba0d06f39', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 208, + point: [-7406.27, 2176.3], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'd19cda2a-4405-456d-084a-bfd7becf4ca6': { + id: 'd19cda2a-4405-456d-084a-bfd7becf4ca6', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 209, + point: [-7332.9, 2725.08], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'f8ad63d7-9488-4bf6-0ae1-202015fa7a3c': { + id: 'f8ad63d7-9488-4bf6-0ae1-202015fa7a3c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 210, + point: [-7084.55, 2721.83], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'bd816a3f-e53a-4d98-1574-6a60ba45bbfe': { + id: 'bd816a3f-e53a-4d98-1574-6a60ba45bbfe', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 211, + point: [-7406.56, 2877.13], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'aa9a2ec0-a524-4de5-3612-0ce4cb2ff98d': { + id: 'aa9a2ec0-a524-4de5-3612-0ce4cb2ff98d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 212, + point: [-7332.9, 2877.13], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '55c4329b-7ee1-499f-08b1-716e46666e58': { + id: '55c4329b-7ee1-499f-08b1-716e46666e58', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 213, + point: [-7083.8, 2877.13], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'e02448c4-d9d6-48dc-1c17-b018ed121676': { + id: 'e02448c4-d9d6-48dc-1c17-b018ed121676', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 214, + point: [-7284.03, 2009.89], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0.03], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [76.28, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [38.14, 0.02], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Solid', + }, + }, + 'af8aa22a-ced3-45c6-2498-c9dc87bac026': { + id: 'af8aa22a-ced3-45c6-2498-c9dc87bac026', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 215, + point: [-7479.59, 2727.53], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'a6a0709a-1cd5-4525-2915-fd75c7cd26a4': { + id: 'a6a0709a-1cd5-4525-2915-fd75c7cd26a4', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 216, + point: [-7010.89, 2724.08], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '49173ec4-ac1b-4d29-3c1c-8f3443b4f27c': { + id: '49173ec4-ac1b-4d29-3c1c-8f3443b4f27c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 217, + point: [-7479.59, 2877.13], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'eec0923d-26af-44a8-319c-edc2b696c2f0': { + id: 'eec0923d-26af-44a8-319c-edc2b696c2f0', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 218, + point: [-7010.14, 2877.13], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '6af28818-0ffc-46bf-0c9c-8847982e7f03': { + id: '6af28818-0ffc-46bf-0c9c-8847982e7f03', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 219, + point: [-7284.03, 2155.13], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0.03], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [76.28, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [38.14, 0.02], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Solid', + }, + }, + 'a2792905-d69f-456c-0621-7c4b851cc0d3': { + id: 'a2792905-d69f-456c-0621-7c4b851cc0d3', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 220, + point: [-7284.03, 2435.96], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0.03], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [76.28, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [38.14, 0.02], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Solid', + }, + }, + 'c41c1cb5-40dd-48ba-0fbf-d3bb625ab52a': { + id: 'c41c1cb5-40dd-48ba-0fbf-d3bb625ab52a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 221, + point: [-7157.58, 2726.53], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + 'ecc9fb0a-fb4c-4fd2-1267-b3a72bbaaf3a': { + id: 'ecc9fb0a-fb4c-4fd2-1267-b3a72bbaaf3a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 222, + point: [-7156.83, 2877.13], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Solid', + }, + points: [], + isComplete: true, + }, + '5187e7aa-3338-4b45-0e50-9137c9514adc': { + id: '5187e7aa-3338-4b45-0e50-9137c9514adc', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 223, + point: [-7279.84, 2729.35], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0.03], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [76.28, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [38.14, 0.02], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Solid', + }, + }, + 'a4f9a278-b5c7-4032-0d14-c3c623a3fb4c': { + id: 'a4f9a278-b5c7-4032-0d14-c3c623a3fb4c', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 224, + point: [-7279.84, 2874.53], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0.03], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [76.28, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [38.14, 0.02], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Solid', + }, + }, + '790def35-db67-4a1f-38bf-9e2340ce562a': { + id: '790def35-db67-4a1f-38bf-9e2340ce562a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 225, + point: [-7004.9, 2919.28], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [ + [48.84, 0.25, 0.5], + [48.84, 0, 0.5], + [48.62, 0, 0.5], + [46.81, 0, 0.5], + [43.94, 0.86, 0.5], + [40.84, 3.08, 0.5], + [38.88, 4.7, 0.5], + [34.76, 8.43, 0.5], + [31.94, 11.03, 0.5], + [26.74, 16.22, 0.5], + [23.11, 20.87, 0.5], + [17.28, 26.7, 0.5], + [12.84, 31.61, 0.5], + [8.72, 36.26, 0.5], + [4.62, 40.41, 0.5], + [1.26, 44.25, 0.5], + [0.27, 45.56, 0.5], + [0, 46.1, 0.5], + [-8.526512829121202e-14, 46.37, 0.5], + ], + isComplete: true, + }, + '493a3ab9-854c-4183-00cc-78aa6392ad26': { + id: '493a3ab9-854c-4183-00cc-78aa6392ad26', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 226, + point: [-6993.76, 2925.77], + rotation: 0, + style: { + color: 'Red', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [ + [1.1, 0.65, 0.5], + [1.38, 0.65, 0.5], + [3.16, 3.25, 0.5], + [5.16, 5.72, 0.5], + [7.22, 8.17, 0.5], + [9.12, 10.06, 0.5], + [10.52, 11.84, 0.5], + [14.42, 15.42, 0.5], + [17.45, 19.85, 0.5], + [20.48, 24.29, 0.5], + [23.24, 27.54, 0.5], + [25.35, 30.13, 0.5], + [26.33, 31.44, 0.5], + [26.87, 31.98, 0.5], + [27.14, 32.26, 0.5], + [27.14, 32.49, 0.5], + [27.14, 32.73, 0.5], + [27.39, 32.73, 0.5], + [27.39, 33.01, 0.5], + ], + isComplete: true, + }, + '362f53a1-c9bc-402a-1c2f-e85339ec6bd8': { + id: '362f53a1-c9bc-402a-1c2f-e85339ec6bd8', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 227, + point: [-7002.35, 2745.83], + rotation: 0, + style: { + color: 'Green', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [ + [0, 27.46, 0.5], + [0, 27.68, 0.5], + [0, 28.98, 0.5], + [1.03, 30.77, 0.5], + [3.25, 33.86, 0.5], + [5.95, 36.95, 0.5], + [8.66, 40.04, 0.5], + [10.86, 43.11, 0.5], + [12.91, 45.54, 0.5], + [14.32, 47.33, 0.5], + [15.73, 49.13, 0.5], + [17.35, 51.99, 0.5], + [19.41, 54.43, 0.5], + [21.47, 56.87, 0.5], + [22.39, 57.79, 0.5], + [22.99, 58.72, 0.5], + [23.26, 59.27, 0.5], + [23.5, 59.27, 0.5], + [23.73, 58.8, 0.5], + [24.11, 57.66, 0.5], + [25.41, 54.18, 0.5], + [27.03, 50.93, 0.5], + [31.74, 43.18, 0.5], + [37.36, 35.07, 0.5], + [42.33, 27.49, 0.5], + [47.07, 20.27, 0.5], + [50.9, 14.75, 0.5], + [54.9, 7.93, 0.5], + [57.82, 3.54, 0.5], + [59.33, 1.26, 0.5], + [60.31, 0.27, 0.5], + [60.86, 0, 0.5], + ], + isComplete: true, + }, + 'af65acdc-d5d3-42b3-2dfa-c07018545cf0': { + id: 'af65acdc-d5d3-42b3-2dfa-c07018545cf0', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 228, + point: [-7156, 2758.67], + rotation: 0, + text: 'almost aligned', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '55fcdbb1-7374-47e6-36ec-c9c9690c4e40': { + id: '55fcdbb1-7374-47e6-36ec-c9c9690c4e40', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 229, + point: [-7125.5, 2924.1], + rotation: 0, + text: 'aligned', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2a366cf0-8556-4222-3e05-b5b5faefba5d': { + id: '2a366cf0-8556-4222-3e05-b5b5faefba5d', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 230, + point: [-5731.61, 2470.87], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '695ad076-af82-40f1-3650-a1b3a8bcc1e2': { + id: '695ad076-af82-40f1-3650-a1b3a8bcc1e2', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 231, + point: [-5685.18, 2477.3], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '81001fd5-ba8a-4d40-3b3c-46927ad5169c': { + id: '81001fd5-ba8a-4d40-3b3c-46927ad5169c', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 232, + point: [-5358.48, 2470.87], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9910b778-ce0e-4270-02c8-f2326ce55b70': { + id: '9910b778-ce0e-4270-02c8-f2326ce55b70', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 233, + point: [-5731.61, 2644.35], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c8bdf13f-b205-4b05-1e81-08faadbeb268': { + id: 'c8bdf13f-b205-4b05-1e81-08faadbeb268', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 234, + point: [-5685.18, 2650.78], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'be3f37eb-70c1-43f7-32b9-4442b7dd5079': { + id: 'be3f37eb-70c1-43f7-32b9-4442b7dd5079', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 235, + point: [-5358.48, 2644.35], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1475e815-d4b2-4ae5-3c69-e556900628d1': { + id: '1475e815-d4b2-4ae5-3c69-e556900628d1', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 236, + point: [-5498.77, 2650.78], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '153310d5-0249-4c12-2316-623ccb33feb7': { + id: '153310d5-0249-4c12-2316-623ccb33feb7', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 237, + point: [-5731.61, 3116.59], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd8d4dbc4-db47-48cc-2e8b-3b5253f91740': { + id: 'd8d4dbc4-db47-48cc-2e8b-3b5253f91740', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 238, + point: [-5685.18, 3123.02], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd0b93586-bd32-4496-2440-1752cab301d8': { + id: 'd0b93586-bd32-4496-2440-1752cab301d8', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 239, + point: [-5358.48, 3116.59], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f74fb734-9818-4d3c-0ca4-e16a4affdd80': { + id: 'f74fb734-9818-4d3c-0ca4-e16a4affdd80', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 240, + point: [-5731.61, 3639.39], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '70fabb8c-7617-4d6d-1417-4f43c9809d5e': { + id: '70fabb8c-7617-4d6d-1417-4f43c9809d5e', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 241, + point: [-5685.18, 3645.82], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8127a016-6cd7-4203-092d-62ea6a6f8623': { + id: '8127a016-6cd7-4203-092d-62ea6a6f8623', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 242, + point: [-5731.61, 4261.59], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b5d1e584-cf4e-47aa-2881-2e0639285b89': { + id: 'b5d1e584-cf4e-47aa-2881-2e0639285b89', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 243, + point: [-5685.18, 4268.02], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '6a128332-30d8-40d7-3cbf-89766cfa15f4': { + id: '6a128332-30d8-40d7-3cbf-89766cfa15f4', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 244, + point: [-5358.48, 4261.59], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'aad16a15-2a8c-4332-2476-6849fd3aa420': { + id: 'aad16a15-2a8c-4332-2476-6849fd3aa420', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 245, + point: [-5731.61, 5072.32], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ba5e6297-d907-4120-33d4-c9822a32a14d': { + id: 'ba5e6297-d907-4120-33d4-c9822a32a14d', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 246, + point: [-5685.18, 5078.75], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b9a68e65-b976-46e6-0550-87eb981c4f0f': { + id: 'b9a68e65-b976-46e6-0550-87eb981c4f0f', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 247, + point: [-4751.08, 3756.68], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd04cb8ee-1128-4606-361a-1525c6dc8927': { + id: 'd04cb8ee-1128-4606-361a-1525c6dc8927', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 248, + point: [-983.87, 3784.25], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '70ddecf3-ae9c-4e51-01a6-109c36e21697': { + id: '70ddecf3-ae9c-4e51-01a6-109c36e21697', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 249, + point: [-957.44, 3805.67], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '13a6f4a0-f3dc-4838-07aa-851fee9d009f': { + id: '13a6f4a0-f3dc-4838-07aa-851fee9d009f', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 250, + point: [-610.74, 3784.25], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '17fa19b8-8a56-4c9a-05e4-b39c7dac8ff5': { + id: '17fa19b8-8a56-4c9a-05e4-b39c7dac8ff5', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 251, + point: [-389.1, 3798.07], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f5856601-dd46-4085-1fce-db4ff97af864': { + id: 'f5856601-dd46-4085-1fce-db4ff97af864', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 252, + point: [-991.89, 2630.96], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b52bb872-d019-4614-1294-ae072e21bb3a': { + id: 'b52bb872-d019-4614-1294-ae072e21bb3a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 253, + point: [-965.45, 2652.38], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '7fd56c7f-513e-49b3-0255-0e297dd61a47': { + id: '7fd56c7f-513e-49b3-0255-0e297dd61a47', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 254, + point: [-3642.95, 2554.74], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '86a7e40a-a0b4-4117-3f75-6697f2113982': { + id: '86a7e40a-a0b4-4117-3f75-6697f2113982', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 255, + point: [-3616.52, 2576.16], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5a570197-c220-4613-009a-4df36b8b9e04': { + id: '5a570197-c220-4613-009a-4df36b8b9e04', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 256, + point: [-3269.82, 2554.74], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'dfb9b7ee-5d2f-4c7d-13d1-1b62018e797a': { + id: 'dfb9b7ee-5d2f-4c7d-13d1-1b62018e797a', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 257, + point: [1580.15, 2630.96], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bd46e98f-1ff4-43df-0b09-8213c572aadf': { + id: 'bd46e98f-1ff4-43df-0b09-8213c572aadf', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 258, + point: [1606.58, 2652.38], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e0cfb86c-b49b-4668-3782-81f1b79dfe84': { + id: 'e0cfb86c-b49b-4668-3782-81f1b79dfe84', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 259, + point: [1578.59, 3266.62], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b7bb2523-1f9a-46d5-3f5e-c8e42deb6a78': { + id: 'b7bb2523-1f9a-46d5-3f5e-c8e42deb6a78', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 260, + point: [1605.02, 3288.04], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ee0a9a96-233f-48e3-34d4-c4ce22a2d9db': { + id: 'ee0a9a96-233f-48e3-34d4-c4ce22a2d9db', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 261, + point: [1951.73, 3266.62], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2cd2a6bc-7107-4833-3667-f0b06e2ce239': { + id: '2cd2a6bc-7107-4833-3667-f0b06e2ce239', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 262, + point: [2242.4, 2631.72], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f159977d-3a92-4d24-2e05-41c084afbcd7': { + id: 'f159977d-3a92-4d24-2e05-41c084afbcd7', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 263, + point: [2268.83, 2653.14], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ba985aba-226c-481f-1318-f4a4557fa1bd': { + id: 'ba985aba-226c-481f-1318-f4a4557fa1bd', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 264, + point: [2615.53, 2631.72], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1a25a158-9b44-4a4c-1232-89cff6311dd6': { + id: '1a25a158-9b44-4a4c-1232-89cff6311dd6', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 265, + point: [2224.89, 3268.12], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '19d73158-f92f-4855-13dd-52d5707c3dd5': { + id: '19d73158-f92f-4855-13dd-52d5707c3dd5', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 266, + point: [3757.74, 2611.39], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '78af38e7-0b53-465a-0ba3-34499a37bb24': { + id: '78af38e7-0b53-465a-0ba3-34499a37bb24', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 267, + point: [3784.17, 2632.81], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '605d4048-b201-4295-2e1e-825f58f745e0': { + id: '605d4048-b201-4295-2e1e-825f58f745e0', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 268, + point: [4130.87, 2611.39], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5159b8e2-72f0-40a0-1ea8-ce16d6493c06': { + id: '5159b8e2-72f0-40a0-1ea8-ce16d6493c06', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 269, + point: [4996.35, 2609.15], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '085ea121-cf3a-482c-2e86-28f20f41a635': { + id: '085ea121-cf3a-482c-2e86-28f20f41a635', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 270, + point: [5022.78, 2630.57], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9495e8e1-752a-43cb-32bf-7efe128374ee': { + id: '9495e8e1-752a-43cb-32bf-7efe128374ee', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 271, + point: [5369.49, 2609.15], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '555c77d6-4e98-4ddd-1088-e67a3bda9e3b': { + id: '555c77d6-4e98-4ddd-1088-e67a3bda9e3b', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 272, + point: [4738.55, 3957.88], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '09233842-484d-4b50-2bc9-249455be4b6f': { + id: '09233842-484d-4b50-2bc9-249455be4b6f', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 273, + point: [4764.98, 3979.3], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'fd8e36d2-c945-4fcf-0898-15079efc02d7': { + id: 'fd8e36d2-c945-4fcf-0898-15079efc02d7', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 274, + point: [5111.67, 3957.88], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f57d6f88-df8e-42c8-0b4f-96d52e721743': { + id: 'f57d6f88-df8e-42c8-0b4f-96d52e721743', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 275, + point: [5349.53, 3957.62], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '55b1d5de-3be5-42d2-1bd0-3798abf3bff1': { + id: '55b1d5de-3be5-42d2-1bd0-3798abf3bff1', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 276, + point: [4727, 4809.78], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c3d96f0e-7d96-4cdf-17af-e210d45e1534': { + id: 'c3d96f0e-7d96-4cdf-17af-e210d45e1534', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 277, + point: [4753.43, 4831.2], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'caeec035-b15e-4976-354e-53f8d57bceec': { + id: 'caeec035-b15e-4976-354e-53f8d57bceec', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 278, + point: [5389.25, 4810.54], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'a5cd8469-261f-4a19-2d32-8711e370d0bb': { + id: 'a5cd8469-261f-4a19-2d32-8711e370d0bb', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 279, + point: [5415.68, 4831.96], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1d80bebd-4875-473d-1774-fdec7212b6a5': { + id: '1d80bebd-4875-473d-1774-fdec7212b6a5', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 280, + point: [5762.39, 4810.54], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e7c9f72d-5bc9-4d06-059c-b6f5eae3b64a': { + id: 'e7c9f72d-5bc9-4d06-059c-b6f5eae3b64a', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 281, + point: [-419.03, 2630.96], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '69812791-48b9-4a82-032a-31c971f6fc0c': { + id: '69812791-48b9-4a82-032a-31c971f6fc0c', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 282, + point: [-392.61, 2652.38], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '467a208e-20c5-4cfa-30d0-3a73fd02b519': { + id: '467a208e-20c5-4cfa-30d0-3a73fd02b519', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 283, + point: [-45.91, 2630.96], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd20fa80a-8183-4158-024f-aaa112e01e40': { + id: 'd20fa80a-8183-4158-024f-aaa112e01e40', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 284, + point: [6277.18, 2478.07], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '39359165-0b6e-4594-0c52-6759cbc3d675': { + id: '39359165-0b6e-4594-0c52-6759cbc3d675', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 285, + point: [6303.61, 2499.49], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8b3a7e5e-1ee4-4610-253d-f5de9d4f3f4e': { + id: '8b3a7e5e-1ee4-4610-253d-f5de9d4f3f4e', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 286, + point: [6650.32, 2478.07], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '89b718f6-b1cd-4b50-1c74-ad7cdec41d08': { + id: '89b718f6-b1cd-4b50-1c74-ad7cdec41d08', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 287, + point: [-5311.56, 2650.78], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b6c55e3f-9950-4cc2-3b03-9fe62160ba53': { + id: 'b6c55e3f-9950-4cc2-3b03-9fe62160ba53', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 288, + point: [-5515.56, 3123.02], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'f383124f-034f-4a85-01a1-099a8d9b49b9': { + id: 'f383124f-034f-4a85-01a1-099a8d9b49b9', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 289, + point: [-5358.48, 3639.39], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '183bb622-6657-45de-041e-f187feadff0b': { + id: '183bb622-6657-45de-041e-f187feadff0b', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 290, + point: [-5358.48, 5072.32], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '922c78bc-7276-4e49-3dcc-70446dac5982': { + id: '922c78bc-7276-4e49-3dcc-70446dac5982', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 291, + point: [-4438.86, 3551.58], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2a86b07a-9b36-472d-0383-b57d0dc7736c': { + id: '2a86b07a-9b36-472d-0383-b57d0dc7736c', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 292, + point: [-4447.53, 4225.75], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '6aafbd93-6f8b-4591-0b40-b2b2d4f5e312': { + id: '6aafbd93-6f8b-4591-0b40-b2b2d4f5e312', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 293, + point: [-618.76, 2630.96], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'fa855af2-d5b7-47e2-2754-0daf8a00373d': { + id: 'fa855af2-d5b7-47e2-2754-0daf8a00373d', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 294, + point: [-5498.77, 2424.75], + size: [22, 52], + rotation: 0, + children: [ + '9b56940b-3aba-47ad-3776-632365c5cc34', + '7d71df56-ea94-4bc5-277f-148e77880273', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '463e9a15-8738-4e84-0cc0-68c64f43ad30': { + id: '463e9a15-8738-4e84-0cc0-68c64f43ad30', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 295, + point: [-5311.56, 2477.3], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ff24b56c-a807-4e57-140f-efecf5950bb1': { + id: 'ff24b56c-a807-4e57-140f-efecf5950bb1', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 296, + point: [-5674.68, 2701.78], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'fe340756-b851-4c4d-1e73-0a83ff699dcc': { + id: 'fe340756-b851-4c4d-1e73-0a83ff699dcc', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 297, + point: [-5311.56, 3123.02], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '57cf3136-d501-4547-29a7-f9c39425bcfb': { + id: '57cf3136-d501-4547-29a7-f9c39425bcfb', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 298, + point: [-5697.26, 4071.84], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9655b0ae-d026-47b9-24ee-53559006e11c': { + id: '9655b0ae-d026-47b9-24ee-53559006e11c', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 299, + point: [-4306.13, 4134.55], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '6317096c-945f-490c-0936-8ee32b5d63c1': { + id: '6317096c-945f-490c-0936-8ee32b5d63c1', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 300, + point: [-4447.12, 4753.36], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3c52f56f-222e-4e1c-3294-cc36aef84784': { + id: '3c52f56f-222e-4e1c-3294-cc36aef84784', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 301, + point: [-4447.53, 5230.03], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '37e6cb1d-81e5-444b-317b-76ec811b7f14': { + id: '37e6cb1d-81e5-444b-317b-76ec811b7f14', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 302, + point: [-4306.13, 5138.83], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c56760e1-5ab8-441b-0847-83f720b5c189': { + id: 'c56760e1-5ab8-441b-0847-83f720b5c189', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 303, + point: [-549.82, 3803.67], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8a97b52b-eb14-4da7-2692-41a595cb87d0': { + id: '8a97b52b-eb14-4da7-2692-41a595cb87d0', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 304, + point: [18.52, 3796.07], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '101d77ed-5e58-4b47-3ed3-0e64bafb593a': { + id: '101d77ed-5e58-4b47-3ed3-0e64bafb593a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 305, + point: [-557.84, 2650.38], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '240787c5-b43d-4252-2a7a-929ea56ad5d7': { + id: '240787c5-b43d-4252-2a7a-929ea56ad5d7', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 306, + point: [-3208.9, 2574.16], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '38502b1c-d7b8-4187-0933-bf47e84bc6c4': { + id: '38502b1c-d7b8-4187-0933-bf47e84bc6c4', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 307, + point: [-3412.42, 2435.54], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3174c073-bbf2-48ab-0cba-3e849b3c5cfd': { + id: '3174c073-bbf2-48ab-0cba-3e849b3c5cfd', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 308, + point: [1953.28, 2630.96], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd124ae32-9c78-40f7-1a2a-da26f59e80a7': { + id: 'd124ae32-9c78-40f7-1a2a-da26f59e80a7', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 309, + point: [2014.2, 2650.38], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd1a31801-3d82-4341-0378-e8c1aa1fec0a': { + id: 'd1a31801-3d82-4341-0378-e8c1aa1fec0a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 310, + point: [2012.65, 3286.04], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '754528a8-0384-4b6a-3d72-0660e60b545f': { + id: '754528a8-0384-4b6a-3d72-0660e60b545f', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 311, + point: [2676.45, 2651.14], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '0c4a79f0-63ef-4fcc-1928-71ce4ebd2ae4': { + id: '0c4a79f0-63ef-4fcc-1928-71ce4ebd2ae4', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 312, + point: [2251.32, 3289.54], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b3328f70-6f35-4686-1c80-ac6bf6111dc3': { + id: 'b3328f70-6f35-4686-1c80-ac6bf6111dc3', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 313, + point: [2598.01, 3268.12], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ca00d2e8-0252-4ea3-3a45-898540f190d4': { + id: 'ca00d2e8-0252-4ea3-3a45-898540f190d4', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 314, + point: [4191.8, 2630.81], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '956ac9b3-b372-47b3-05cd-e7a783f2e5fd': { + id: '956ac9b3-b372-47b3-05cd-e7a783f2e5fd', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 315, + point: [5430.4, 2628.57], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bc24130a-3d94-4c2d-31ce-080243f20a9c': { + id: 'bc24130a-3d94-4c2d-31ce-080243f20a9c', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 316, + point: [5227.84, 2488.9], + size: [22, 52], + rotation: 0, + children: [ + 'c7f2738f-0224-4272-2835-f3223ab83882', + '4d448865-469d-480a-3c95-0f536f3010e8', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e41b5e33-c00a-4d79-2361-89df3bcba37d': { + id: 'e41b5e33-c00a-4d79-2361-89df3bcba37d', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 317, + point: [5172.59, 3977.3], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b6126fc1-fac7-42d7-3dc4-1390ab1b0cd0': { + id: 'b6126fc1-fac7-42d7-3dc4-1390ab1b0cd0', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 318, + point: [5722.66, 3957.62], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '51813366-5b87-4f64-1826-9fb36114acc5': { + id: '51813366-5b87-4f64-1826-9fb36114acc5', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 319, + point: [5100.14, 4809.78], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'a4845b92-6c54-430c-1dac-ea4622c87c90': { + id: 'a4845b92-6c54-430c-1dac-ea4622c87c90', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 320, + point: [5161.06, 4829.2], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c471405d-baae-422e-142d-7e79c7012098': { + id: 'c471405d-baae-422e-142d-7e79c7012098', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 321, + point: [5823.31, 4829.96], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bfda682f-418c-497b-2ca6-a251fa59e721': { + id: 'bfda682f-418c-497b-2ca6-a251fa59e721', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 322, + point: [15.01, 2650.38], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'cae8c0cb-b67e-4f5b-187a-44b5cd13f338': { + id: 'cae8c0cb-b67e-4f5b-187a-44b5cd13f338', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 323, + point: [6508.67, 2357.82], + size: [22, 52], + rotation: 0, + children: [ + '53394926-9e02-46e4-2a3d-c5da831225da', + 'ac834550-948b-4dc0-0341-04f9c96b2d71', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8b62bbdb-73d7-4802-30cc-4a272b7d6ae7': { + id: '8b62bbdb-73d7-4802-30cc-4a272b7d6ae7', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 324, + point: [6711.24, 2497.49], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '06f87dfb-0388-4542-21f1-42740642da41': { + id: '06f87dfb-0388-4542-21f1-42740642da41', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 325, + point: [-5674.68, 2528.3], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '2854a22f-6d7a-4873-03ec-b12d079f7df0': { + id: '2854a22f-6d7a-4873-03ec-b12d079f7df0', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 326, + point: [-5487.65, 2701.78], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '33a300f6-dbfa-4bf1-3bea-76a62ea54eb7': { + id: '33a300f6-dbfa-4bf1-3bea-76a62ea54eb7', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 327, + point: [-5674.68, 3174.02], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3c2e5589-4887-4901-3bdf-b5748a287373': { + id: '3c2e5589-4887-4901-3bdf-b5748a287373', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 328, + point: [-5311.56, 3645.82], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '603a089a-7ddc-4b4b-2a5c-8ae7c0eab5b2': { + id: '603a089a-7ddc-4b4b-2a5c-8ae7c0eab5b2', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 329, + point: [-5311.56, 4268.02], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2bcb0f96-492f-4fa8-2a2a-6a7ee3e9f977': { + id: '2bcb0f96-492f-4fa8-2a2a-6a7ee3e9f977', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 330, + point: [-5674.68, 4319.02], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '879fc2a6-11a7-4346-2d7f-270a04cbefc9': { + id: '879fc2a6-11a7-4346-2d7f-270a04cbefc9', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 331, + point: [-5311.56, 5078.75], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '04568227-d547-45bb-0e68-57ac0297944e': { + id: '04568227-d547-45bb-0e68-57ac0297944e', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 332, + point: [-5783.46, 5023.63], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'de15431a-dae1-4ce8-2f33-5f17d9eea794': { + id: 'de15431a-dae1-4ce8-2f33-5f17d9eea794', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 333, + point: [-4260.23, 4631.92], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '29293fcf-ca08-4390-0f0f-03a46a553a41': { + id: '29293fcf-ca08-4390-0f0f-03a46a553a41', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 334, + point: [-4556.19, 4689.66], + rotation: 0, + text: 'Move to A', + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bcb0c8ca-d09c-474d-12a5-b8554c40def1': { + id: 'bcb0c8ca-d09c-474d-12a5-b8554c40def1', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 335, + point: [-4384.1, 5892.92], + rotation: 0, + text: 'A', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1ae6dc85-fe3b-4a26-3d1b-da40d42f9ef0': { + id: '1ae6dc85-fe3b-4a26-3d1b-da40d42f9ef0', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 336, + point: [-4243.14, 5861.91], + rotation: 0, + text: 'B', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '23b10cb8-0d9c-4773-2d33-fdec32dff03d': { + id: '23b10cb8-0d9c-4773-2d33-fdec32dff03d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 337, + point: [-926.94, 3841.67], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '23931f7b-a856-46af-370b-2ea0b7f1714e': { + id: '23931f7b-a856-46af-370b-2ea0b7f1714e', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 338, + point: [-5300.97, 2701.78], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9528dc19-2740-476c-0485-bd39a0bf83fc': { + id: '9528dc19-2740-476c-0485-bd39a0bf83fc', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 339, + point: [-5487.65, 3174.02], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9e425a35-235d-4b2d-1ba5-ad688eaee003': { + id: '9e425a35-235d-4b2d-1ba5-ad688eaee003', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 340, + point: [-5674.68, 3696.82], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '358a582a-cd02-48ab-1375-c528fab4f2ff': { + id: '358a582a-cd02-48ab-1375-c528fab4f2ff', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 341, + point: [-5674.68, 5129.75], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '18599113-2164-45ef-0759-744051d5dbf5': { + id: '18599113-2164-45ef-0759-744051d5dbf5', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 342, + point: [-4572.14, 3553.69], + rotation: 0, + text: 'P', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'aa4ac3e2-395f-419d-2539-9bca82036867': { + id: 'aa4ac3e2-395f-419d-2539-9bca82036867', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 343, + point: [-4391.74, 4806.77], + rotation: 0, + text: 'Move to A', + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ce09259e-d6fe-48de-0d98-d8c2bad676e6': { + id: 'ce09259e-d6fe-48de-0d98-d8c2bad676e6', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 344, + point: [-4386.65, 4579.96], + rotation: 0, + text: 'Move to B', + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b76d0fcd-fb0a-4e70-0a97-2bf5ebe0588f': { + id: 'b76d0fcd-fb0a-4e70-0a97-2bf5ebe0588f', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 345, + point: [-4213.73, 4693.39], + rotation: 0, + text: 'Move to B', + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '55e48811-1b23-4061-365c-1af8040d293a': { + id: '55e48811-1b23-4061-365c-1af8040d293a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 346, + point: [-4492.04, 5966.94], + rotation: 0, + text: 'Move to A', + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '201e1c58-60bd-478f-1d47-08206f12610b': { + id: '201e1c58-60bd-478f-1d47-08206f12610b', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 347, + point: [-4205.27, 5784.6], + rotation: 0, + text: 'Move to B', + style: { + color: 'Gray', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e70931e3-8887-44dd-2aa1-b9a9be877a60': { + id: 'e70931e3-8887-44dd-2aa1-b9a9be877a60', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 348, + point: [-3586.02, 2612.16], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'b2266344-b790-4a73-2980-374ef48f03dd': { + id: 'b2266344-b790-4a73-2980-374ef48f03dd', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 349, + point: [2658.93, 3287.54], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '819b6187-29c0-4aca-3372-e3440f15e77a': { + id: '819b6187-29c0-4aca-3372-e3440f15e77a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 350, + point: [3814.67, 2668.81], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'b999ec50-606f-4c85-3387-2eecab8c0cd2': { + id: 'b999ec50-606f-4c85-3387-2eecab8c0cd2', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 351, + point: [5783.58, 3977.04], + rotation: 0, + text: 'C', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '4aaa4c71-a7f4-48dd-2a8e-2fd03308952d': { + id: '4aaa4c71-a7f4-48dd-2a8e-2fd03308952d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 352, + point: [-362.11, 2688.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'a3b46c2d-c3f6-4751-0acb-4e44d6e25087': { + id: 'a3b46c2d-c3f6-4751-0acb-4e44d6e25087', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 353, + point: [-5300.97, 2528.3], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '0da5599b-ae44-4c50-031e-4f82940ad2b3': { + id: '0da5599b-ae44-4c50-031e-4f82940ad2b3', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 354, + point: [-5659.96, 2702.17], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [344.62, 0.95], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [172.31, 0.47], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '8303791c-ad37-4e3c-288a-fc8dd303b9d8': { + id: '8303791c-ad37-4e3c-288a-fc8dd303b9d8', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 355, + point: [-5300.97, 3174.02], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '8b9ed712-159f-4b95-13de-61589296dc7c': { + id: '8b9ed712-159f-4b95-13de-61589296dc7c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 356, + point: [-5669.35, 4122.84], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '1974f428-004f-4b48-196a-028f426ab6df': { + id: '1974f428-004f-4b48-196a-028f426ab6df', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 357, + point: [-4715.2, 3783.7], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'a273992e-b4bf-408d-2696-2b08bad7e825': { + id: 'a273992e-b4bf-408d-2696-2b08bad7e825', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 358, + point: [-4402.52, 3575.51], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'bb62599b-f8c2-4b29-155f-44073d5e1975': { + id: 'bb62599b-f8c2-4b29-155f-44073d5e1975', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 359, + point: [-4411.65, 4252.77], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '81abf3af-4585-457e-208e-890f80e94faf': { + id: '81abf3af-4585-457e-208e-890f80e94faf', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 360, + point: [-4243.55, 4011.11], + rotation: 0, + text: 'P', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'fb3f2b5a-30b1-4287-207b-a4fdb3a15d32': { + id: 'fb3f2b5a-30b1-4287-207b-a4fdb3a15d32', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 361, + point: [-4411.65, 4764.11], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '1b6d0fdf-3263-4b68-01ba-b706be5a4861': { + id: '1b6d0fdf-3263-4b68-01ba-b706be5a4861', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 362, + point: [-4411.65, 5257.05], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3506fe82-4084-4c4b-2761-fbb999f5b411': { + id: '3506fe82-4084-4c4b-2761-fbb999f5b411', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 363, + point: [-4243.55, 5015.39], + rotation: 0, + text: 'P', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '969c2952-cde8-46d8-37b4-bee14f6844ec': { + id: '969c2952-cde8-46d8-37b4-bee14f6844ec', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 364, + point: [-553.23, 3841.67], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'b8c85f03-7090-4b51-02b8-8886f392a4e7': { + id: 'b8c85f03-7090-4b51-02b8-8886f392a4e7', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 365, + point: [-934.95, 2688.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'fd296530-dc8f-41d3-0c0a-a8c4b8396b05': { + id: 'fd296530-dc8f-41d3-0c0a-a8c4b8396b05', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 366, + point: [-3212.31, 2612.16], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '0622b192-d57e-4561-01b1-4fc385ccfc5d': { + id: '0622b192-d57e-4561-01b1-4fc385ccfc5d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 367, + point: [-3399.22, 2486.54], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'bb2c47aa-0644-454c-14a5-b7e228efaf30': { + id: 'bb2c47aa-0644-454c-14a5-b7e228efaf30', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 368, + point: [1637.08, 2688.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'ab7bf773-e48d-476a-3999-d8191de85caf': { + id: 'ab7bf773-e48d-476a-3999-d8191de85caf', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 369, + point: [1635.52, 3324.04], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9d3f06e0-0331-429b-395d-8320973af8e5': { + id: '9d3f06e0-0331-429b-395d-8320973af8e5', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 370, + point: [2299.33, 2689.14], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'ea4c9239-3979-4bc5-1a74-678565eefb0d': { + id: 'ea4c9239-3979-4bc5-1a74-678565eefb0d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 371, + point: [2673.05, 2689.14], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'af7fcecf-cb95-4830-2dd9-bb37c6d53fd2': { + id: 'af7fcecf-cb95-4830-2dd9-bb37c6d53fd2', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 372, + point: [4188.39, 2668.81], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '27fff1ef-5ea3-4e6e-2206-99c899f9ee35': { + id: '27fff1ef-5ea3-4e6e-2206-99c899f9ee35', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 373, + point: [5053.28, 2666.57], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '60d7ba13-5023-4f44-1da8-c55309d9d2f8': { + id: '60d7ba13-5023-4f44-1da8-c55309d9d2f8', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 374, + point: [5426.99, 2666.57], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '6a0f1e79-fadb-4aaf-0e24-6666df8e0e10': { + id: '6a0f1e79-fadb-4aaf-0e24-6666df8e0e10', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 375, + point: [4795.48, 4015.3], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3273eed3-be3d-4beb-38d1-055cf618ac81': { + id: '3273eed3-be3d-4beb-38d1-055cf618ac81', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 376, + point: [5169.18, 4015.3], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '750e4bfc-079d-4f35-0ac8-a3cd74a720ee': { + id: '750e4bfc-079d-4f35-0ac8-a3cd74a720ee', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 377, + point: [4783.93, 4867.2], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '13ec6bd8-c1b1-4f7d-1000-9217c46aaf3d': { + id: '13ec6bd8-c1b1-4f7d-1000-9217c46aaf3d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 378, + point: [5446.18, 4867.96], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '81ab5702-c254-4f58-0cda-6af99561e00b': { + id: '81ab5702-c254-4f58-0cda-6af99561e00b', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 379, + point: [5819.9, 4867.96], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'e397ba86-5b3f-4804-367f-98b45c81909b': { + id: 'e397ba86-5b3f-4804-367f-98b45c81909b', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 380, + point: [11.6, 2688.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '128cac15-87da-40b3-1eb2-74e5efcc5093': { + id: '128cac15-87da-40b3-1eb2-74e5efcc5093', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 381, + point: [6334.11, 2535.49], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'cff0606f-2987-4030-2657-98608c35c6b5': { + id: 'cff0606f-2987-4030-2657-98608c35c6b5', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 382, + point: [6707.82, 2535.49], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '61d71953-462a-4bdc-277f-286d1ba76770': { + id: '61d71953-462a-4bdc-277f-286d1ba76770', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 383, + point: [-5659.96, 2478.46], + rotation: 0, + bend: 0.29454580424171306, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 50.28], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [344.62, 51.23], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [172.45, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '296a84ef-ede6-4abc-3263-e6f0edc26089': { + id: '296a84ef-ede6-4abc-3263-e6f0edc26089', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 384, + point: [-5659.96, 3174.41], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [344.62, 0.95], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [172.31, 0.47], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + 'a7e36772-7da4-4db7-22f4-8967bbec0c86': { + id: 'a7e36772-7da4-4db7-22f4-8967bbec0c86', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 385, + point: [-5300.97, 3696.82], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3db0f970-98ec-4ee0-0e9b-245b860400fe': { + id: '3db0f970-98ec-4ee0-0e9b-245b860400fe', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 386, + point: [-5300.97, 4319.02], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '3347ceb2-9440-410b-13a1-93a46583ed65': { + id: '3347ceb2-9440-410b-13a1-93a46583ed65', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 387, + point: [-5749.48, 5046.25], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '119fa40b-e169-408f-30a6-2ed174b626f6': { + id: '119fa40b-e169-408f-30a6-2ed174b626f6', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 388, + point: [-4539.83, 3579.61], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '19d83f82-0a1b-4b55-2f45-b8335221fd85': { + id: '19d83f82-0a1b-4b55-2f45-b8335221fd85', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 389, + point: [-4269.79, 4158.48], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'd4bed886-a872-4657-0323-05cbc53c126f': { + id: 'd4bed886-a872-4657-0323-05cbc53c126f', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 390, + point: [-4374.03, 5944.67], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'ee0ad660-d457-4244-3e78-384eb937d45c': { + id: 'ee0ad660-d457-4244-3e78-384eb937d45c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 391, + point: [-561.24, 2688.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'dfe3eeb3-b00a-4002-170e-fb29f1ce4ef9': { + id: 'dfe3eeb3-b00a-4002-170e-fb29f1ce4ef9', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 392, + point: [2009.24, 3324.04], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '2551b597-7055-4054-1985-60e215ff98b0': { + id: '2551b597-7055-4054-1985-60e215ff98b0', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 393, + point: [2281.82, 3325.54], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '7dce5b13-9fd5-4218-0c5d-f7bf43c070ef': { + id: '7dce5b13-9fd5-4218-0c5d-f7bf43c070ef', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 394, + point: [-5488.6, 3002.1], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 344.62], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0.95, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [0.48, 172.31], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '86f1aeae-6096-4900-248f-96dfca4bfbc1': { + id: '86f1aeae-6096-4900-248f-96dfca4bfbc1', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 395, + point: [-5659.96, 3697.21], + rotation: 0, + bend: -0.0050717791291101455, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [344.62, 0.95], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [172.31, 0.47], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '5f806a6c-4d6b-4475-18c1-7f50a4c571ab': { + id: '5f806a6c-4d6b-4475-18c1-7f50a4c571ab', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 396, + point: [-5300.97, 5129.75], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9e9d2c1b-2772-471d-311f-411051f92e5b': { + id: '9e9d2c1b-2772-471d-311f-411051f92e5b', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 397, + point: [-4538.01, 3580.86], + rotation: 0, + bend: -0.0050717791291101455, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [39.71, 57.51], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [19.86, 28.75], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '4195523f-0383-4e79-242d-e5cf7defc80d': { + id: '4195523f-0383-4e79-242d-e5cf7defc80d', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 398, + point: [-4211.24, 4037.03], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '5e573347-6f18-4022-2a13-013696aa29a5': { + id: '5e573347-6f18-4022-2a13-013696aa29a5', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 399, + point: [-4269.79, 4669.82], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '970aea49-7eee-42ff-3416-6f49159c121c': { + id: '970aea49-7eee-42ff-3416-6f49159c121c', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 400, + point: [2010.8, 2688.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '04ae9b4e-2f6c-4c75-1cc7-8017a7739cb1': { + id: '04ae9b4e-2f6c-4c75-1cc7-8017a7739cb1', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 401, + point: [5406.47, 4015.04], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '738e619e-f809-4c6d-2353-c0b36520667f': { + id: '738e619e-f809-4c6d-2353-c0b36520667f', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 402, + point: [5157.65, 4867.2], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '0126018f-b489-4bbf-3724-0d66365c34d6': { + id: '0126018f-b489-4bbf-3724-0d66365c34d6', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 403, + point: [-5496.01, 3000.9], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + points: [ + [1.86, 0, 0.5], + [3, 0, 0.5], + [5.2, 0, 0.5], + [6.99, 0, 0.5], + [8.12, 0, 0.5], + [10.84, 0, 0.5], + [11.76, 0, 0.5], + [12.31, 0, 0.5], + ], + isComplete: true, + }, + 'f3acdcf0-65f1-4623-2cfd-6d5710438652': { + id: 'f3acdcf0-65f1-4623-2cfd-6d5710438652', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 404, + point: [-5488.6, 3524.9], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 344.62], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0.95, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [0.48, 172.31], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '57ea71d9-398b-4705-3007-8ba9196ccd17': { + id: '57ea71d9-398b-4705-3007-8ba9196ccd17', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 405, + point: [-4209.42, 4038.28], + rotation: 0, + bend: -0.0050717791291101455, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [39.71, 57.51], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [19.86, 28.75], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '65d9ed46-e963-44be-1101-0d05c2feb989': { + id: '65d9ed46-e963-44be-1101-0d05c2feb989', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 406, + point: [-4232.17, 5850.38], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9a9b2cbe-a971-460b-1324-13bd7d4a8905': { + id: '9a9b2cbe-a971-460b-1324-13bd7d4a8905', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 407, + point: [-4209.42, 5042.56], + rotation: 0, + bend: -0.0050717791291101455, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [39.71, 57.51], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [19.86, 28.75], + }, + }, + decorations: {}, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '606abff1-1371-4762-3c3d-a0a112f14b98': { + id: '606abff1-1371-4762-3c3d-a0a112f14b98', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 408, + point: [-5497.01, 3349.77], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + points: [ + [1.86, 0, 0.5], + [3, 0, 0.5], + [5.2, 0, 0.5], + [6.99, 0, 0.5], + [8.12, 0, 0.5], + [10.84, 0, 0.5], + [11.76, 0, 0.5], + [12.31, 0, 0.5], + ], + isComplete: true, + }, + '063ad50e-d5bd-45c9-37ab-9cf63d3db79b': { + id: '063ad50e-d5bd-45c9-37ab-9cf63d3db79b', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 409, + point: [-5496.01, 3523.7], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + points: [ + [1.86, 0, 0.5], + [3, 0, 0.5], + [5.2, 0, 0.5], + [6.99, 0, 0.5], + [8.12, 0, 0.5], + [10.84, 0, 0.5], + [11.76, 0, 0.5], + [12.31, 0, 0.5], + ], + isComplete: true, + }, + '82c7fa67-126c-4c08-3db8-33650b37a1cd': { + id: '82c7fa67-126c-4c08-3db8-33650b37a1cd', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 410, + point: [-4715.29, 3576.42], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 208.37], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [313.84, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [156.92, 104.19], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '0f7a9707-7068-476e-0682-9f9fa52a7c99': { + id: '0f7a9707-7068-476e-0682-9f9fa52a7c99', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 411, + point: [2655.52, 3325.54], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'f7667d68-956b-4840-0c64-b1b9f3dc8feb': { + id: 'f7667d68-956b-4840-0c64-b1b9f3dc8feb', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 412, + point: [-5497.01, 3872.57], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + points: [ + [1.86, 0, 0.5], + [3, 0, 0.5], + [5.2, 0, 0.5], + [6.99, 0, 0.5], + [8.12, 0, 0.5], + [10.84, 0, 0.5], + [11.76, 0, 0.5], + [12.31, 0, 0.5], + ], + isComplete: true, + }, + 'd931f887-71dd-4037-11f9-f519c5b84bac': { + id: 'd931f887-71dd-4037-11f9-f519c5b84bac', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 413, + point: [-4410.6, 4159.39], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 93], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [141.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [70.94, 46.5], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c2a1ae11-3df1-46d0-3c04-bc7eda8f10cb': { + id: 'c2a1ae11-3df1-46d0-3c04-bc7eda8f10cb', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 414, + point: [5780.17, 4015.04], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'f92c1bcd-0974-4830-043a-64f846034733': { + id: 'f92c1bcd-0974-4830-043a-64f846034733', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 415, + point: [-5697.43, 4014.45], + radius: [209.74042310214486, 211.25000000000136], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '48f7e55e-6b15-43d5-15d5-18647ee701f4': { + id: '48f7e55e-6b15-43d5-15d5-18647ee701f4', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 416, + point: [-4410.6, 4670.73], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 93], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [141.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [70.94, 46.5], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2b42e081-72b2-48c3-1e56-bad073405d42': { + id: '2b42e081-72b2-48c3-1e56-bad073405d42', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 417, + point: [-4410.6, 5163.67], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 93], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [141.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [70.94, 46.5], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '2d33e150-803a-4796-1cd1-d557a898c970': { + id: '2d33e150-803a-4796-1cd1-d557a898c970', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 418, + point: [-5794.21, 4578.63], + radius: [306.1754231021448, 308.3790772121656], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '0bb55d80-1f85-4a96-2f45-3254963585ff': { + id: '0bb55d80-1f85-4a96-2f45-3254963585ff', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 419, + point: [-4372.98, 5851.29], + rotation: 0, + bend: 0.000029017248009013988, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 93], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [141.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [70.94, 46.5], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '0d3a62d4-75a1-416b-12d3-53ad031110f4': { + id: '0d3a62d4-75a1-416b-12d3-53ad031110f4', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 420, + point: [-4491.93, 3636.95], + rotation: 0, + text: 'Q', + style: { + color: 'Indigo', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '3fc01ba5-44a7-480e-2aa3-cc8dc7f4e8b1': { + id: '3fc01ba5-44a7-480e-2aa3-cc8dc7f4e8b1', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 421, + point: [-4496.19, 3639.18], + rotation: 0, + style: { + color: 'Indigo', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '7fdfe21f-101a-4e95-322e-a5039ae52a6f': { + id: '7fdfe21f-101a-4e95-322e-a5039ae52a6f', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 422, + point: [-4167.28, 4091.02], + rotation: 0, + text: 'Q', + style: { + color: 'Indigo', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '25d5d1a1-2412-404a-3d3e-9c062735f9e7': { + id: '25d5d1a1-2412-404a-3d3e-9c062735f9e7', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 423, + point: [-4171.6, 4093.6], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'bd2c64be-a004-4441-22fc-e4bd3ee4f49e': { + id: 'bd2c64be-a004-4441-22fc-e4bd3ee4f49e', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 424, + point: [-4171.53, 4093.25], + rotation: 0, + style: { + color: 'Indigo', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '588729a2-fc47-4ef5-2cfc-740b32f20869': { + id: '588729a2-fc47-4ef5-2cfc-740b32f20869', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 425, + point: [-4171.6, 4604.94], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'f33b4f5d-5717-439b-1e38-da3c826e946c': { + id: 'f33b4f5d-5717-439b-1e38-da3c826e946c', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 426, + point: [-4167.28, 4602.36], + rotation: 0, + text: 'Q', + style: { + color: 'Indigo', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'bee9655d-4699-4ee3-252a-a2cc20c6c908': { + id: 'bee9655d-4699-4ee3-252a-a2cc20c6c908', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 427, + point: [-4171.6, 5097.88], + rotation: 0, + style: { + color: 'LightGray', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'dd254995-babc-4c72-0f66-12246827cd31': { + id: 'dd254995-babc-4c72-0f66-12246827cd31', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 428, + point: [-4171.53, 5097.53], + rotation: 0, + style: { + color: 'LightGray', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '9d53b15c-8107-451a-150c-b071e494c0b7': { + id: '9d53b15c-8107-451a-150c-b071e494c0b7', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 429, + point: [-4184.34, 4136.58], + rotation: 0, + text: 'too far!', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '02fc981e-601b-4982-1a29-a3d4cdb08fd6': { + id: '02fc981e-601b-4982-1a29-a3d4cdb08fd6', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 430, + point: [-4171.53, 4604.59], + rotation: 0, + style: { + color: 'Indigo', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'a2f8bfdb-d4f4-4582-0daa-523a2dd441b1': { + id: 'a2f8bfdb-d4f4-4582-0daa-523a2dd441b1', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 431, + point: [-4266.57, 5167.54], + rotation: 0, + text: 'Q', + style: { + color: 'Indigo', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '27c5a0aa-46a9-485b-0039-0bbc7f5ea587': { + id: '27c5a0aa-46a9-485b-0039-0bbc7f5ea587', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 432, + point: [-4269.79, 5162.76], + rotation: 0, + style: { + color: 'Indigo', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'e4161d3f-a74a-4d7f-128e-38775827885a': { + id: 'e4161d3f-a74a-4d7f-128e-38775827885a', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 433, + point: [-4211.24, 5041.31], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '49cd1734-41ad-448c-330d-bfbf739b65f4': { + id: '49cd1734-41ad-448c-330d-bfbf739b65f4', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 434, + point: [-927.49, 3715.76], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'cf054263-0482-4283-363e-816bdf31a6c2': { + id: 'cf054263-0482-4283-363e-816bdf31a6c2', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 435, + point: [-380.55, 3713.98], + radius: [205, 205], + rotation: 0, + style: { + color: 'LightGray', + size: 'Small', + isFilled: false, + dash: 'Dotted', + }, + }, + '0d736b31-51c2-4ca9-2cdb-4de1b157567c': { + id: '0d736b31-51c2-4ca9-2cdb-4de1b157567c', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 436, + point: [-3586.58, 2486.25], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd9b1b960-dd6c-45ae-0996-8e49dcdd8938': { + id: 'd9b1b960-dd6c-45ae-0996-8e49dcdd8938', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 437, + point: [-362.67, 2562.47], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '25454160-94ca-449b-300f-d74a67c20713': { + id: '25454160-94ca-449b-300f-d74a67c20713', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 438, + point: [-419.03, 3784.23], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'c0c853ce-6db7-444f-097e-1c3f83fe8f7b': { + id: 'c0c853ce-6db7-444f-097e-1c3f83fe8f7b', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 439, + point: [1634.32, 2563.11], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'a1c23d40-9964-4f79-231d-0701434204e1': { + id: 'a1c23d40-9964-4f79-231d-0701434204e1', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 440, + point: [3814.11, 2542.9], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'a76b489f-dac9-494c-17e5-df5e378ed4bf': { + id: 'a76b489f-dac9-494c-17e5-df5e378ed4bf', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 441, + point: [5052.73, 2540.66], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e5c20649-bc5f-4986-0e59-8164fe3039ce': { + id: 'e5c20649-bc5f-4986-0e59-8164fe3039ce', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 442, + point: [4794.91, 3889.39], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd8f49fe0-a481-4da9-2e19-3cec5f9d3e87': { + id: 'd8f49fe0-a481-4da9-2e19-3cec5f9d3e87', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 443, + point: [5445.64, 4742.05], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5194e973-ca76-46d0-384e-278b322b0733': { + id: '5194e973-ca76-46d0-384e-278b322b0733', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 444, + point: [6333.56, 2409.58], + rotation: 0, + bend: 0.6722258013879713, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 127.13], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 124.87], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.68, 0], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '856b8040-125e-4d6c-3aea-d92a3572546f': { + id: '856b8040-125e-4d6c-3aea-d92a3572546f', + type: 'ellipse', + name: 'Ellipse', + parentId: 'page', + childIndex: 445, + point: [-45.91, 3784.23], + radius: [57.42500000000018, 57.42500000000018], + rotation: 0, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b00b915b-38c5-4d76-3dfa-a4940e162ebf': { + id: 'b00b915b-38c5-4d76-3dfa-a4940e162ebf', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 446, + point: [-362.11, 3841.65], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + '85795175-dcec-42f5-1553-f7ae72445f29': { + id: '85795175-dcec-42f5-1553-f7ae72445f29', + type: 'draw', + name: 'Draw', + parentId: 'page', + childIndex: 447, + point: [11.6, 3841.65], + rotation: 0, + style: { + color: 'Black', + size: 'Large', + isFilled: false, + dash: 'Draw', + }, + points: [], + isComplete: true, + }, + 'fc4043d7-b71b-4890-1649-03cb939ce118': { + id: 'fc4043d7-b71b-4890-1649-03cb939ce118', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 448, + point: [-377.64, 3841.11], + rotation: 0, + bend: -0.5437341690734296, + handles: { + start: { + id: 'start', + index: 0, + point: [17.33, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [199.23, 280.59], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [32, 189.75], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'aba4c6c0-ede6-4e86-01df-49381aa508ca': { + id: 'aba4c6c0-ede6-4e86-01df-49381aa508ca', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 449, + point: [-177.7, 3843.36], + rotation: 0, + bend: -0.5437341690734296, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 278.1], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [190.05, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [170.63, 190.72], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '6e6299a7-2e83-440e-3d6a-142403bdda91': { + id: '6e6299a7-2e83-440e-3d6a-142403bdda91', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 450, + point: [-934.95, 2686.62], + rotation: 0, + bend: -0.6807673982238319, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 2.26], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [188.21, 128.73], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'ad612891-a16f-47ba-01b7-3e163e0362f3': { + id: 'ad612891-a16f-47ba-01b7-3e163e0362f3', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 451, + point: [2298.45, 2688.4], + rotation: 0, + bend: -0.6807673982238319, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 2.26], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [188.21, 128.73], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '42169bda-2984-456d-1f8a-605135fcaf0b': { + id: '42169bda-2984-456d-1f8a-605135fcaf0b', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 452, + point: [2266.2368416674285, 3324.75], + size: [405.55413732992156, 280.59000000000015], + rotation: 0, + children: [ + 'c00a177d-f731-46bd-3acb-00bed7317680', + 'aadb3073-db70-4262-334e-db9bc9f40dc3', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'b113a297-c369-4a03-1356-8201169ceabf': { + id: 'b113a297-c369-4a03-1356-8201169ceabf', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 453, + point: [1618.1038956023988, 3046.13], + size: [405.5567996901757, 280.4214311726182], + rotation: 0, + children: [ + 'b6f7799c-7e09-4c9a-0a79-3c5b58f508d3', + 'fe8778dc-0d67-435e-3d02-97619cc481be', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'e7d698e3-5377-48e7-371e-e4aca289f7b5': { + id: 'e7d698e3-5377-48e7-371e-e4aca289f7b5', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 454, + point: [4783.93, 4865.44], + rotation: 0, + bend: -0.6807673982238319, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 2.26], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [374.88, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [188.21, 128.73], + }, + }, + decorations: {}, + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'd7711cf1-b7cd-4384-2d1e-334106ad859c': { + id: 'd7711cf1-b7cd-4384-2d1e-334106ad859c', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 455, + point: [1729.52, 2246.46], + rotation: 0, + text: 'Sweep 0', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 2.418325332450719, + }, + }, + '25099e73-8041-4f70-31cc-e3df70c10b73': { + id: '25099e73-8041-4f70-31cc-e3df70c10b73', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 456, + point: [5389.213895602399, 3735.75], + size: [405.5667996901757, 280.4214311726182], + rotation: 0, + children: [ + 'fca74bd3-2c7e-47fc-0874-3284c2501da8', + '07197aa0-939b-4d10-0ec0-8af8d44a3a2e', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '1f9a8f86-bd90-4ad8-2523-6abf76d67923': { + id: '1f9a8f86-bd90-4ad8-2523-6abf76d67923', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 457, + point: [2379.4, 2246.46], + rotation: 0, + text: 'Sweep 1', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 2.418325332450719, + }, + }, + '0f10c131-78c7-488a-04d7-577cb0e6743e': { + id: '0f10c131-78c7-488a-04d7-577cb0e6743e', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 458, + point: [1225.83, 3281.46], + rotation: 0, + text: 'Large Arc', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 2.418325332450719, + }, + }, + '95fce4a2-1e42-4c55-0582-197a7276816a': { + id: '95fce4a2-1e42-4c55-0582-197a7276816a', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 459, + point: [1225.83, 2616.49], + rotation: 0, + text: 'Small Arc', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + scale: 2.418325332450719, + }, + }, + 'c765333b-5643-4b53-1b59-185fc083e7f2': { + id: 'c765333b-5643-4b53-1b59-185fc083e7f2', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 460, + point: [-751.38, 3663.98], + size: [22, 52], + rotation: 0, + children: [ + '22b610e5-b68e-42ce-35f3-71be2c3a937e', + '73e09731-2023-4c8b-0b4b-c07332ca2bfb', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '243747fa-ee13-49ab-0c13-8613b633a415': { + id: '243747fa-ee13-49ab-0c13-8613b633a415', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 461, + point: [-185.68, 4069.7], + size: [22, 52], + rotation: 0, + children: [ + '8e363b72-d847-4fe7-04e7-71ca0f60b010', + '9bc90bee-9099-4df8-3eb8-3c63716ec49c', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'baa545e5-4de3-4306-397a-c21475494da8': { + id: 'baa545e5-4de3-4306-397a-c21475494da8', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 462, + point: [-759.41, 2763.7], + size: [22, 52], + rotation: 0, + children: [ + 'e7cbecb0-0914-4623-356b-f0b39ab2d233', + 'a7a8a766-79aa-4116-1061-993c981d1814', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'cdd9fd99-af1d-4b2d-1577-56609cc86aa6': { + id: 'cdd9fd99-af1d-4b2d-1577-56609cc86aa6', + type: 'group', + name: 'Group', + parentId: 'page', + childIndex: 463, + point: [-188.11, 2511.68], + size: [22, 52], + rotation: 0, + children: [ + '5d49eb5e-d4bd-404e-1eb1-68d58a7d8f3d', + 'da874eb4-9f92-4775-3e9e-9bd9fe398ff4', + ], + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'cde40744-af19-47d6-3584-83ea098c3fc3': { + id: 'cde40744-af19-47d6-3584-83ea098c3fc3', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 464, + point: [-935.56, 2688.3], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [373.48, 1.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.74, 0.54], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '8f7064e2-e49b-4472-3257-c8b256607dce': { + id: '8f7064e2-e49b-4472-3257-c8b256607dce', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 465, + point: [-360.91, 2689.1], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [373.48, 1.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [186.74, 0.54], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '582428d5-294f-4f21-38fd-446cca47bb24': { + id: '582428d5-294f-4f21-38fd-446cca47bb24', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 466, + point: [-170.19, 2569.07], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [182.6, 120.34], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [91.3, 60.17], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '683c4276-cd18-4786-1786-6106f7665247': { + id: '683c4276-cd18-4786-1786-6106f7665247', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 467, + point: [-927.24, 3715.95], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [186.86, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 126.09], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [93.43, 63.05], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '761de057-d69b-4f51-17b8-2eea8c001a65': { + id: '761de057-d69b-4f51-17b8-2eea8c001a65', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 468, + point: [-746.89, 2690.04], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [184.65, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 123.82], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [92.33, 61.91], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '5727497e-490c-4796-0329-47d612238236': { + id: '5727497e-490c-4796-0329-47d612238236', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 469, + point: [-96.57, 2633.8], + rotation: 0, + bend: 0.42971426328019263, + handles: { + start: { + id: 'start', + index: 0, + point: [4.87, 53.62], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [21.73, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [1.78, 23.19], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '9bb4f4ca-8d64-44ee-3910-4c811d682929': { + id: '9bb4f4ca-8d64-44ee-3910-4c811d682929', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 470, + point: [-361.59, 3841.64], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [187.99, 278.98], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [94, 139.49], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'de3ad7f4-1135-4e27-3a47-649c7f99b702': { + id: 'de3ad7f4-1135-4e27-3a47-649c7f99b702', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 471, + point: [-661.47, 2691.64], + rotation: 0, + bend: 0.42971426328019263, + handles: { + start: { + id: 'start', + index: 0, + point: [16.854836058265505, 53.62], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [-0.005163941734492647, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [-3.1, 30.43], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'a5e93c26-e019-4b8b-1d0e-ada2eb400eee': { + id: 'a5e93c26-e019-4b8b-1d0e-ada2eb400eee', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 472, + point: [-137.1, 2613.38], + rotation: 0, + text: '+', + style: { + color: 'Red', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + '4c8757dd-11f2-4d4f-1f0f-e8f74ad2e860': { + id: '4c8757dd-11f2-4d4f-1f0f-e8f74ad2e860', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 473, + point: [-710.16, 2687.79], + rotation: 0, + text: '-', + style: { + color: 'Red', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + 'd82ae542-faf8-40a3-3651-056a802b4aa5': { + id: 'd82ae542-faf8-40a3-3651-056a802b4aa5', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 474, + point: [-761.3, 2983.19], + rotation: 0, + text: '0', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + 'cc110ce4-9ba5-4014-0a41-f892f39c96c8': { + id: 'cc110ce4-9ba5-4014-0a41-f892f39c96c8', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 475, + point: [-772.27, 3761.79], + rotation: 0, + text: '>= 90°', + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '26448cc9-758e-4195-24cd-cce7af278187': { + id: '26448cc9-758e-4195-24cd-cce7af278187', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 476, + point: [-852.65, 2113.14], + rotation: 0, + text: '0', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + '5424268d-f4cc-48dc-2341-a9c9a2bf1c7b': { + id: '5424268d-f4cc-48dc-2341-a9c9a2bf1c7b', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 477, + point: [-550.1, 2983.19], + rotation: 0, + text: 'Sweep Flag', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + '662e5400-f7b1-4d23-38d4-e762168a4d7e': { + id: '662e5400-f7b1-4d23-38d4-e762168a4d7e', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 478, + point: [-182.72, 2983.19], + rotation: 0, + text: '1', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + 'bf7b9624-8e45-4b3d-1982-849130ef6ba2': { + id: 'bf7b9624-8e45-4b3d-1982-849130ef6ba2', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 479, + point: [-761.3, 4146.19], + rotation: 0, + text: '0', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + 'e367c027-e440-4485-2f48-f551b885e9a1': { + id: 'e367c027-e440-4485-2f48-f551b885e9a1', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 480, + point: [-536.1, 4146.19], + rotation: 0, + text: 'Large Arc', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + '68e485d3-1a3c-48b1-25a0-5f119aea4094': { + id: '68e485d3-1a3c-48b1-25a0-5f119aea4094', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 481, + point: [-207.2, 4000.94], + rotation: 0, + text: '< 90°', + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '62dff295-ef48-46ca-37c8-ebc23bc11560': { + id: '62dff295-ef48-46ca-37c8-ebc23bc11560', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 482, + point: [-582.48, 2113.14], + rotation: 0, + text: 'Sweep Flag', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + '38d2bef9-9f61-4e97-19cf-d4e1d9db18bc': { + id: '38d2bef9-9f61-4e97-19cf-d4e1d9db18bc', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 483, + point: [-170.23, 2113.14], + rotation: 0, + text: '1', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + 'e3e359c5-1ff5-4775-14ae-98b4263b1a25': { + id: 'e3e359c5-1ff5-4775-14ae-98b4263b1a25', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 484, + point: [-182.72, 4146.19], + rotation: 0, + text: '1', + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + scale: 1, + }, + }, + '3c9b364b-7d38-45a9-30b3-f0dd7d3eb4ea': { + id: '3c9b364b-7d38-45a9-30b3-f0dd7d3eb4ea', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 485, + point: [-739.56, 3715.51], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [185.83, 125.97], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [92.92, 62.98], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + '90d286cd-2bfa-402e-3bad-8f259f8b774b': { + id: '90d286cd-2bfa-402e-3bad-8f259f8b774b', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 486, + point: [-173.26, 3841.97], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [184.42, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 277.73], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [92.21, 138.87], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Draw', + }, + }, + 'edd6d848-594a-4a4f-0cae-f679c811deac': { + id: 'edd6d848-594a-4a4f-0cae-f679c811deac', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 487, + point: [-215.74, 4046.98], + rotation: 0, + bend: -0.24512881426217728, + handles: { + start: { + id: 'start', + index: 0, + point: [82.84, 11.08], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 9.22], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [41.65, 0], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'c2983d94-0fe3-4aa0-3597-4d12a01ac58a': { + id: 'c2983d94-0fe3-4aa0-3597-4d12a01ac58a', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 488, + point: [-789.86, 3750.21], + rotation: 0, + bend: 0.21255130530440416, + handles: { + start: { + id: 'start', + index: 0, + point: [100.14, 0], + canBind: true, + }, + end: { + id: 'end', + index: 1, + point: [0, 1.59], + canBind: true, + }, + bend: { + id: 'bend', + index: 2, + point: [50.24, 11.44], + }, + }, + decorations: {}, + style: { + color: 'Red', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '9b0cd588-80c8-4de4-246d-8ced8e9caea6': { + id: '9b0cd588-80c8-4de4-246d-8ced8e9caea6', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 489, + point: [-5476.44, 3497.35], + rotation: 0, + text: '1', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '66c33ae0-d41f-411c-0b89-cc6ea54e0c29': { + id: '66c33ae0-d41f-411c-0b89-cc6ea54e0c29', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 490, + point: [-5474.69, 3846.76], + rotation: 0, + text: '-1', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + 'ce4d5935-c7c8-49e2-1411-e903a18092a8': { + id: 'ce4d5935-c7c8-49e2-1411-e903a18092a8', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 491, + point: [-5483.76, 3676.85], + rotation: 0, + text: '0', + style: { + color: 'Black', + size: 'Small', + isFilled: false, + dash: 'Solid', + }, + }, + '2cf5a0f0-56f4-49ec-04a3-90f992e3d14c': { + id: '2cf5a0f0-56f4-49ec-04a3-90f992e3d14c', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 492, + point: [-479.45, -695.6], + size: [266.81, 63.41], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + 'e6022524-da0f-4442-076b-ad10b36e8340': { + id: 'e6022524-da0f-4442-076b-ad10b36e8340', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 493, + point: [-479.45, -608.21], + size: [266.81, 63.41], + rotation: 0, + style: { + color: 'Indigo', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + '9bbe09cb-9b65-47f4-23a0-c376ff372f42': { + id: '9bbe09cb-9b65-47f4-23a0-c376ff372f42', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 494, + point: [-479.45, -520.82], + size: [266.81, 63.41], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + 'e3f808f0-f22a-4606-1953-332dcecfaa76': { + id: 'e3f808f0-f22a-4606-1953-332dcecfaa76', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 495, + point: [-479.45, -433.42], + size: [266.81, 63.41], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + '75ea19b0-4ed1-40f9-13d4-1ecff5480e69': { + id: '75ea19b0-4ed1-40f9-13d4-1ecff5480e69', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 496, + point: [-196.64, -576.38], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [229.71, 0.44], + canBind: true, + bindingId: '8f691613-3bf1-4df2-3f29-e259fa01481b', + }, + end: { + id: 'end', + index: 1, + point: [0, 0], + canBind: true, + bindingId: 'e9ba90c6-874f-45bf-0476-4889064ede38', + }, + bend: { + id: 'bend', + index: 2, + point: [114.86, 0.22], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: false, + dash: 'Draw', + }, + }, + '82557b51-9ec0-4608-0328-b74bd4666434': { + id: '82557b51-9ec0-4608-0328-b74bd4666434', + type: 'text', + name: 'Text', + parentId: 'page', + childIndex: 497, + point: [49.07, -611.79], + rotation: 0, + text: 'this one', + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + '1c8e619b-35ec-4d23-0104-50b3644cfdb9': { + id: '1c8e619b-35ec-4d23-0104-50b3644cfdb9', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 498, + point: [-233.61, -1060.03], + size: [94.29, 96.18], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + '1c4d2367-8f69-4531-2324-c736fae6e401': { + id: '1c4d2367-8f69-4531-2324-c736fae6e401', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 499, + point: [-94.51, -927.58], + size: [101.2, 69.26], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + '0068283e-7b8b-4583-22e1-f2a786f3864d': { + id: '0068283e-7b8b-4583-22e1-f2a786f3864d', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 500, + point: [-6592.68, 398.29], + size: [156.84, 165.45], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + '1d858838-1f22-41c5-1d0d-0d1802edbc75': { + id: '1d858838-1f22-41c5-1d0d-0d1802edbc75', + type: 'rectangle', + name: 'Rectangle', + parentId: 'page', + childIndex: 501, + point: [-6261.64, 333.44], + size: [91.91, 101.58], + rotation: 0, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + 'd02951d9-90f0-4712-2c4c-f40d970f81a7': { + id: 'd02951d9-90f0-4712-2c4c-f40d970f81a7', + type: 'arrow', + name: 'Arrow', + parentId: 'page', + childIndex: 502, + point: [-6419.84, 407.31], + rotation: 0, + bend: 0, + handles: { + start: { + id: 'start', + index: 0, + point: [0, 44.29], + canBind: true, + bindingId: 'dc3ee676-3e72-4fa8-1a10-1c78f9ab0f1b', + }, + end: { + id: 'end', + index: 1, + point: [142.2, 0], + canBind: true, + bindingId: 'de0065e6-a61f-44b7-2e27-40d0d5bb0fa4', + }, + bend: { + id: 'bend', + index: 2, + point: [71.1, 22.14], + }, + }, + decorations: { + end: 'Arrow', + }, + style: { + color: 'Black', + size: 'Medium', + isFilled: true, + dash: 'Draw', + }, + }, + }, + bindings: { + '5a5a74aa-c962-43ab-2956-a2f65ef903ba': { + id: '5a5a74aa-c962-43ab-2956-a2f65ef903ba', + type: 'arrow', + fromId: 'cc6a5aa3-f0a6-45ed-378a-470bae84a25d', + toId: '5a6bdea0-2ed4-46bb-1839-2ecf7beee97b', + meta: { + handleId: 'start', + point: [0.17, 0.42], + distance: 0, + }, + }, + 'b5820cf3-6bb1-4e59-3b43-b05134db7530': { + id: 'b5820cf3-6bb1-4e59-3b43-b05134db7530', + type: 'arrow', + fromId: 'cc6a5aa3-f0a6-45ed-378a-470bae84a25d', + toId: '2953167c-4c60-42bb-279e-1d02ffae5de5', + meta: { + handleId: 'end', + point: [0.61, 0.86], + distance: 0, + }, + }, + '4d9d1d2f-0cc0-418a-12e2-0b63145b4abf': { + id: '4d9d1d2f-0cc0-418a-12e2-0b63145b4abf', + type: 'arrow', + fromId: 'ded92727-d487-4de5-2c1f-c01e13b7483c', + toId: '930dcc0e-9c50-49d4-3a77-9270b622e672', + meta: { + handleId: 'start', + point: [0.87, 0.35], + distance: 0, + }, + }, + '9a4d8250-6b35-4ea7-2abb-1ee1bc60049f': { + id: '9a4d8250-6b35-4ea7-2abb-1ee1bc60049f', + type: 'arrow', + fromId: '3887190f-dd55-406a-3f15-6c1a19dd1af4', + toId: '930dcc0e-9c50-49d4-3a77-9270b622e672', + meta: { + handleId: 'end', + point: [0.61, 0.1], + distance: 0, + }, + }, + '5511e1d6-469f-4e33-118d-c1f062869bc6': { + id: '5511e1d6-469f-4e33-118d-c1f062869bc6', + type: 'arrow', + fromId: '3887190f-dd55-406a-3f15-6c1a19dd1af4', + toId: '9b4b799a-e668-4f56-3988-c5369fe8b14b', + meta: { + handleId: 'start', + point: [0.1, 0.46], + distance: 0, + }, + }, + '1bf4cfab-ebfe-4788-24bc-c53c46e00a32': { + id: '1bf4cfab-ebfe-4788-24bc-c53c46e00a32', + type: 'arrow', + fromId: '6cd9099d-26df-492f-0e08-76d4ef3beeae', + toId: '9b4b799a-e668-4f56-3988-c5369fe8b14b', + meta: { + handleId: 'end', + point: [0.93, 0.46], + distance: 0, + }, + }, + 'daca2ced-86c2-44ad-06fa-57e5d121fa91': { + id: 'daca2ced-86c2-44ad-06fa-57e5d121fa91', + type: 'arrow', + fromId: '6cd9099d-26df-492f-0e08-76d4ef3beeae', + toId: '0423b2bb-3489-4f7e-1422-35c2bd1c319f', + meta: { + handleId: 'start', + point: [0.4, 0.1], + distance: 0, + }, + }, + '37cbd88a-97c8-4b04-2a24-1b2812c4de8f': { + id: '37cbd88a-97c8-4b04-2a24-1b2812c4de8f', + type: 'arrow', + fromId: '27cc49ff-9aaa-48a4-0277-beb79184f663', + toId: '930dcc0e-9c50-49d4-3a77-9270b622e672', + meta: { + handleId: 'end', + point: [0.84, 0.69], + distance: 0, + }, + }, + '4356fec4-e993-42a9-3d20-dc45bb4f01ce': { + id: '4356fec4-e993-42a9-3d20-dc45bb4f01ce', + type: 'arrow', + fromId: '27cc49ff-9aaa-48a4-0277-beb79184f663', + toId: '0423b2bb-3489-4f7e-1422-35c2bd1c319f', + meta: { + handleId: 'start', + point: [0.14, 0.67], + distance: 0, + }, + }, + '8dd6187c-baf6-4776-1e26-cb3d3ea3fe74': { + id: '8dd6187c-baf6-4776-1e26-cb3d3ea3fe74', + type: 'arrow', + fromId: 'ded92727-d487-4de5-2c1f-c01e13b7483c', + toId: '74f8e81d-c01d-4f90-0752-065717e9cbff', + meta: { + handleId: 'end', + point: [0.21, 0.18], + distance: 0, + }, + }, + '9bf0adb5-264f-4862-035c-01e4dbb89b77': { + id: '9bf0adb5-264f-4862-035c-01e4dbb89b77', + type: 'arrow', + fromId: '929e3b0b-8ddf-4c19-38fb-2a0d4a49898c', + toId: 'ad5d391c-a96a-48f5-26ae-406bb49d861e', + meta: { + handleId: 'start', + point: [0.87, 0.35], + distance: 0, + }, + }, + '40a757ce-274a-421c-04ff-950e066dcf3b': { + id: '40a757ce-274a-421c-04ff-950e066dcf3b', + type: 'arrow', + fromId: '4151aa68-667d-456d-10c0-903114e2f61f', + toId: 'ad5d391c-a96a-48f5-26ae-406bb49d861e', + meta: { + handleId: 'end', + point: [0.61, 0.1], + distance: 0, + }, + }, + 'f40618cc-b013-4442-01b5-d9c0f5cc0c3e': { + id: 'f40618cc-b013-4442-01b5-d9c0f5cc0c3e', + type: 'arrow', + fromId: '4151aa68-667d-456d-10c0-903114e2f61f', + toId: '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + meta: { + handleId: 'start', + point: [0.1, 0.46], + distance: 0, + }, + }, + '580967df-2be7-4e0b-3b7d-4f4807b7cf77': { + id: '580967df-2be7-4e0b-3b7d-4f4807b7cf77', + type: 'arrow', + fromId: '950a36ed-c0df-4144-2a87-d1f1b82a4b22', + toId: '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + meta: { + handleId: 'end', + point: [0.93, 0.46], + distance: 0, + }, + }, + '75aa4e8e-bc53-4c89-2207-5ff48eac9fbb': { + id: '75aa4e8e-bc53-4c89-2207-5ff48eac9fbb', + type: 'arrow', + fromId: '950a36ed-c0df-4144-2a87-d1f1b82a4b22', + toId: '46a70369-2229-43e2-28d4-867d132ee5a8', + meta: { + handleId: 'start', + point: [0.4, 0.1], + distance: 0, + }, + }, + '49dcec42-b42a-4e6e-0af5-da840a2f5e42': { + id: '49dcec42-b42a-4e6e-0af5-da840a2f5e42', + type: 'arrow', + fromId: '929e3b0b-8ddf-4c19-38fb-2a0d4a49898c', + toId: '5e0a6b21-b55e-4c86-27aa-15a5368b09d8', + meta: { + handleId: 'end', + point: [0.21, 0.18], + distance: 0, + }, + }, + 'e9ba90c6-874f-45bf-0476-4889064ede38': { + id: 'e9ba90c6-874f-45bf-0476-4889064ede38', + type: 'arrow', + fromId: '75ea19b0-4ed1-40f9-13d4-1ecff5480e69', + toId: 'e6022524-da0f-4442-076b-ad10b36e8340', + meta: { + handleId: 'end', + point: [0.5, 0.5], + distance: 16, + }, + }, + '8f691613-3bf1-4df2-3f29-e259fa01481b': { + id: '8f691613-3bf1-4df2-3f29-e259fa01481b', + type: 'arrow', + fromId: '75ea19b0-4ed1-40f9-13d4-1ecff5480e69', + toId: '82557b51-9ec0-4608-0328-b74bd4666434', + meta: { + handleId: 'start', + point: [0.5, 0.5], + distance: 16, + }, + }, + '3466a3f8-714a-40c0-18b0-95c874cfe353': { + id: '3466a3f8-714a-40c0-18b0-95c874cfe353', + type: 'arrow', + fromId: '07cadc05-ac8e-48fd-236a-bc6f9ce067e4', + toId: '46a70369-2229-43e2-28d4-867d132ee5a8', + meta: { + handleId: 'start', + point: [0.77, 0.21], + distance: 0, + }, + }, + 'ba498a08-61c4-4cec-12f4-a49cd03b54d3': { + id: 'ba498a08-61c4-4cec-12f4-a49cd03b54d3', + type: 'arrow', + fromId: '07cadc05-ac8e-48fd-236a-bc6f9ce067e4', + toId: '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + meta: { + handleId: 'end', + point: [0.85, 0.29], + distance: 0, + }, + }, + 'dc3ee676-3e72-4fa8-1a10-1c78f9ab0f1b': { + id: 'dc3ee676-3e72-4fa8-1a10-1c78f9ab0f1b', + type: 'arrow', + fromId: 'd02951d9-90f0-4712-2c4c-f40d970f81a7', + toId: '0068283e-7b8b-4583-22e1-f2a786f3864d', + handleId: 'start', + point: [0.5, 0.5], + distance: 16, + }, + 'de0065e6-a61f-44b7-2e27-40d0d5bb0fa4': { + id: 'de0065e6-a61f-44b7-2e27-40d0d5bb0fa4', + type: 'arrow', + fromId: 'd02951d9-90f0-4712-2c4c-f40d970f81a7', + toId: '1d858838-1f22-41c5-1d0d-0d1802edbc75', + handleId: 'end', + point: [0.93, 0.4], + distance: 16, + }, + }, + }, + }, + pageStates: { + page: { + id: 'page', + selectedIds: [ + '60ebe34d-056f-4e1d-1a12-d0172304b103', + '99527546-f697-472e-1525-21fd0c1997e2', + '4611f6f0-0e14-4add-09fa-c23cdb0a75f0', + '05af371a-55c1-4d0d-3fbb-5aa6824550f6', + '3bf1ff90-0a6d-4c4f-1b8a-86557a41f5e0', + 'c33a8f30-147a-4e62-0fc2-3b39660c6a0d', + '1050dc9f-db02-4c47-2204-6503f2c01c8c', + '86fc5e35-dd01-4256-22d5-e391f8d288d9', + 'a5a94a12-41e0-472c-104e-bea4a8baf564', + '37f28864-1a8e-4fa6-3a92-c748bd961a70', + 'abb80a5a-c395-4cb8-3ac0-80651f9072f8', + '4bf8be64-532f-49ae-08d3-782915ebec83', + '4a0bb599-8127-4349-2d62-f54c342a3104', + 'ef9387ab-ab99-4d7c-21e8-802e7d1625ff', + '75469aac-21e5-4a5a-3e3a-32e62d6c0342', + '5fea586e-d7ed-408a-12c5-c5435c2f91ce', + 'd318240b-d1dc-466e-156f-0d5dc072a5cd', + '3fe9c99b-c665-4525-2752-7749dcd4ea2a', + '681e5bff-11f5-4e68-19ea-2b39d7ef94bc', + '653ab436-4198-480e-1535-c6c2648effa9', + 'c4efe6b2-fa71-4c8e-3a98-bfae92c88582', + 'b7e8bf6a-4bb4-45c7-12fd-1669e1fc7693', + 'c60d4b15-a460-4ed7-0a91-f2c499b2fe00', + '7b544792-2eb2-4746-1064-1d29fb17413d', + '9ece4db6-3d58-4908-3ac1-0d5eef03023e', + '86b5a44f-6899-4a80-3213-29168cacf1a8', + '3de6f004-0181-41cc-154a-510654a70e4d', + '2f5eae2a-e5ef-42cf-1a5b-ad4100344c61', + 'f22816dc-aa4d-43cb-05de-f7d2aa87ba34', + 'ab7ec156-3ba9-43bf-1383-5b0084ac1c9b', + 'ce7393e7-189e-4916-112b-8bb2e5b57393', + '75d31448-8643-4c53-1e7b-19baa10c3371', + 'fb1f8560-0fab-49a6-35a2-5adf28128fa8', + '8a355c3c-3a2f-44b2-0cda-10570ad12d40', + '1a29fb3a-318f-41a6-33ee-92c2ca090fba', + 'bf54e71a-360e-4718-2990-559c0aa8a22c', + 'db3a491a-c568-4d6c-2e6a-28db4ce7f586', + 'af2590f3-7d95-4693-0f9e-3d816001ef35', + '3dcbf319-253a-4f20-1e7b-f7b21aab0d39', + '0f09509c-ea97-42f9-092c-6014f0c0278c', + '23801842-dfd0-4f44-0a95-ce93b0695790', + 'be3936dc-cc0e-4e81-19e8-b45e0f1e4c44', + '0aca1fa3-7017-49a4-237f-346bc70e88a5', + 'b5334cac-12fd-46b2-3082-9436a25d4f0e', + 'f7c81c8e-6465-4b89-099f-d6936bd1e625', + 'd6d55e39-06e6-4abe-0420-ba69c80c8cfe', + '49c44bf7-e6b8-48f6-27b6-29bd0c2c35c2', + 'd15d7c97-4268-4b03-28e0-539eff041908', + '81fe21ae-f91e-42a7-2a36-53474e182b8b', + '9a066b88-7b1c-40a8-14db-b734f626513a', + 'b9255b4d-5d2c-4117-3883-548862d0f094', + '41668a18-d461-465d-217d-6618ce18a913', + '586e6dfb-6606-428b-0f34-e01810cbae3a', + '0ad80344-ddc5-4720-19da-d47bf36954de', + '1b3c6548-291f-4436-1361-2857dd821918', + '4ff7b308-cac9-435c-2cb3-f23a702d8a13', + '2b61a72a-2484-4a0f-1b2a-5a83fb87aec8', + '4c8ea1fc-134a-4b95-0cce-f30154f9d85f', + '344c0b22-cd98-4a51-2cb1-e3ee687a1b06', + 'a434f341-b04d-444d-2a9d-6610e016e181', + '7725c6ab-2430-411c-3431-b14cfc098999', + '717da0fa-040a-4350-375b-d80d93984d47', + '19121275-ae10-4db1-201b-56565c2a9892', + 'b8248beb-4052-4e8a-0beb-42f85115e996', + '1af5f967-a01f-4e25-1390-673163a2b6f2', + '8193abb4-d692-4f24-0814-3e0e8a1f504f', + 'df18ecd3-160a-4526-0d06-9e50c4ec42e5', + 'd523f404-1c16-4dc8-3ce4-c050837a65ee', + '79cfaa07-539d-453f-3c2f-c9ad02f284d0', + '9fdc9e1b-0f74-44e5-1f81-17df4f80cfdd', + '4c1fa0fa-5a60-4e9e-0772-128253b8805c', + '86ad4be3-777d-4b98-16aa-1341cc594f46', + '1d96913d-fa57-4fda-3799-61ca7f82c2d5', + 'c2d22bc7-2762-442d-2829-dd53da8872b6', + '2953167c-4c60-42bb-279e-1d02ffae5de5', + 'a476c5a8-6f7f-49f7-0af4-ab1118decbc2', + '4ffdf60e-446c-46f0-0f42-b8ab8eb24bd4', + '70a2dcec-bdc9-4a20-1da2-3b6b9683b528', + '2764f223-1aea-4e3e-1c1e-b5556a17e68f', + '404b606c-9030-4040-202a-3b29117ea7d7', + '00704b53-c783-4479-1112-bfb1b897f5ef', + 'd8e1a745-ff06-4c61-1b63-8ec4b7113507', + '09fd7e70-feb1-440e-29a0-74d38c3feabd', + '18eae000-3521-4f84-0472-7033802e1727', + 'f1060271-8aec-4760-1c4e-9d7d2391cd9c', + '7641e3e6-1de7-4113-3efa-59f7fab57556', + '403e7872-039f-42d2-103f-334396b77fca', + '5a5ac7cc-9ed5-4dae-3d37-451541cf574b', + '5aef7c21-db39-467a-32c5-f774bcbb3728', + 'bdcaecd2-d249-4372-23c6-4645ea7b4ead', + 'b5c4ef6e-4139-4c68-2e4c-0ec18bfb26e3', + 'd46b92a8-9b54-482a-0b81-5a78464b947b', + '9f6d54c3-7d97-4573-11c3-4b054e71cba7', + '70ca3e24-62cc-4c0a-31aa-f32b93629e07', + 'd654b974-6652-4c92-336d-0daa559a5c24', + '5e74f65b-f3ff-4efb-0e6c-003e7724533a', + 'c1d5ae50-e2d8-49f3-2556-5dffdf4acd12', + '373b023e-9323-481b-2b95-51168f2a3f9e', + 'cbc4dc81-4f4a-4d3d-0663-47fd84a0d43f', + '04b3f1f2-98c5-4796-27e7-22f18a117595', + '2421d2b0-09b4-4a8b-30e2-2ed69e660492', + '7e5618b6-136d-4aa5-1d29-0e46042a270b', + '553d164f-15f9-43b2-3218-f8ac5ae88f7c', + 'a6eede8c-176f-4b6f-00f9-ba8ca01d98fa', + '854d9b9d-1bfb-4544-380f-7a62696e9641', + '87be43e1-8272-4846-3b2c-aaef33132e28', + 'c3925a65-cce2-45b7-3f41-e9b1711e87bb', + 'e82cf80d-92bc-4631-1769-fa425f2c608f', + 'c828540a-6cfe-4222-3f07-8092c29dc924', + 'e0c50431-3c58-432a-1c88-d11c4d8a6c33', + '8a37889f-b58b-4e78-0b41-fe262893ca45', + '202f08b1-8f2f-450d-31bd-030d7939be7a', + '082937f5-4d38-4a81-2669-fca404e03e98', + '33af047c-6626-4e78-08d5-d4b93d6b3960', + 'cc63cca4-eb75-4e55-31a5-ff5f48448691', + '128cd7f7-b466-45d7-3d5d-a4a9485d465b', + '2cd4b1bb-9ad5-48b6-1b7a-f470e770911c', + 'e742ebad-b0d1-46c3-1309-07dc178e7873', + '66299282-7972-4909-1929-d4f71da7f8b3', + '60891465-3031-4f54-35d7-03d7d0ad3d04', + '68b5d23d-ce94-480e-1ec0-ffeec917080b', + 'cc6a5aa3-f0a6-45ed-378a-470bae84a25d', + 'ac43e9c2-e364-479a-1808-21182a9b6211', + '3d0a5661-f7c5-42d0-34d4-fc81bd3c056f', + '217a753d-f2b8-4853-0128-facb1106d858', + 'e3c29884-f8d6-4075-2291-991c115ce6be', + '097552e3-e16e-41e9-2bf3-ee454b1ba2eb', + '259e9d51-0a8e-425b-2581-d8511148caec', + '42d21662-79e5-4686-065a-b8c16d5a0c3b', + '24e54269-3978-4bb8-2b97-84f4b309faf4', + 'bf2e683f-5db5-42ca-2a6e-e8cb750b78e1', + 'b07f0eb3-1f20-429f-1b9b-66d920096e51', + 'c004a595-a478-4f10-1d7e-ea115a4ca86c', + '5a6bdea0-2ed4-46bb-1839-2ecf7beee97b', + '479d5e3c-1e79-47e2-2071-70c75e1e5bc0', + '503381da-1775-4d8c-2c5d-993ca548fb7f', + '80f6d826-47fb-4e88-286c-d5079af8cb8e', + '9bdbbaf0-6368-4ebd-1c03-baa6d499110c', + 'b46411e3-c404-45ff-052d-6dc35e8e44b4', + '8a706a21-1e58-4127-30a3-92a2c821dee4', + 'd0cd2730-549a-4c58-0299-c227eb82a05a', + '5c40fd8c-6035-42d1-1d09-40e492a5637c', + '0e38a829-d5ed-414c-26f6-eca63c8d5dcb', + '110678db-4b92-421e-39de-6fd22120fcc1', + 'b69e8065-3cd3-4e58-2b93-9081b51b81f8', + '7699ce0a-f479-426a-231e-5c1730dd9502', + 'b1e97aba-76fc-4aa9-36af-5a368d942c46', + 'cb1bd4cd-4f14-4a02-3b8c-b0816bc97e3a', + '61c948bc-63ae-4f99-09fc-3135493ca98e', + '341d8a7c-8b37-4d10-28c9-ff83b675d55b', + '3ec60e11-485e-4039-0bb7-47fa0bf1a6ae', + '930dcc0e-9c50-49d4-3a77-9270b622e672', + '000d78a3-8212-42e1-2a9b-c8fa3d5cde10', + '49b162b5-143b-43de-2203-ec4afa5ed991', + '8503a6a9-8fb6-42a4-1d4f-85d48aad598b', + 'ad5d391c-a96a-48f5-26ae-406bb49d861e', + '9b4b799a-e668-4f56-3988-c5369fe8b14b', + '71e3c16b-add2-41c4-183b-893cd8433675', + '500920b0-c0be-4583-37c9-2ed1e46710c2', + '1b04dda8-5653-4e7b-0d89-b1e40ee4f47e', + '0423b2bb-3489-4f7e-1422-35c2bd1c319f', + '3c570a7d-de81-4e83-1efb-593838560ac5', + '46a70369-2229-43e2-28d4-867d132ee5a8', + 'ded92727-d487-4de5-2c1f-c01e13b7483c', + '27cc49ff-9aaa-48a4-0277-beb79184f663', + '929e3b0b-8ddf-4c19-38fb-2a0d4a49898c', + '3887190f-dd55-406a-3f15-6c1a19dd1af4', + '270de670-e72c-4e51-25b7-57571db527f2', + '6cd9099d-26df-492f-0e08-76d4ef3beeae', + '4151aa68-667d-456d-10c0-903114e2f61f', + 'eb2ca334-b51c-412a-2912-9338aee1a4b0', + '950a36ed-c0df-4144-2a87-d1f1b82a4b22', + '74f8e81d-c01d-4f90-0752-065717e9cbff', + '0b8a38bf-e99a-4b7a-3452-2d1864546f75', + '04725dba-a1be-43ad-3bbc-89ab0bba6456', + '5e0a6b21-b55e-4c86-27aa-15a5368b09d8', + '51be64a1-f584-4c3d-1e45-a79ce44e5ebc', + '5b17f412-fe4d-41b8-37ad-a84f1f39b307', + '4b995911-a8f3-4d9c-0fd4-4a43bfae5afc', + 'd907f731-2d03-4c34-1b09-e56be7d99366', + 'eeb379ec-c0d3-4d82-0708-0259d14e1e37', + '767f4aae-c6c1-434b-340e-8997c6f4b635', + '46362bc4-c6c8-4512-135c-78235aee77f7', + '0e58cf2e-f00f-4246-2fba-6ac6417bad44', + '3a2f271b-422e-4429-1046-6fd8842b52ad', + '625f6365-824c-43f9-36f9-752a6608b217', + 'b9c29a7f-f025-44cc-374f-34ffdcfc3353', + '1158ce36-2eec-47cb-01d9-1de5e34cf931', + '1ce389c7-1b7b-4137-17b9-7c5b0df5cb4a', + 'b01a0748-acd5-4356-1071-809d755614d3', + 'ac6539fa-3ce7-4eaf-09da-76e33064e919', + '07cadc05-ac8e-48fd-236a-bc6f9ce067e4', + 'f4a2a497-f52d-4d79-3baf-a769a9402946', + '0c3e3de9-f4a4-44ed-20d4-8a2735f5ccea', + '46bd771c-2794-4f18-1f44-f422bcf9c2f1', + '2a1cb919-bb49-4c7e-127d-9cb7c6d93658', + '669229c3-a08b-4961-302b-997d3ac0f601', + '80ed9fe4-6d95-4e5f-3db9-77e01013f33f', + 'a07ca5eb-9b64-4ec3-0b18-a98f2662128d', + 'cd845eae-00e7-4e6c-2811-01151c322099', + 'fbb4b8c7-b2a6-4710-0bde-8bcfb05856f5', + 'ef36894d-9e3b-4a21-2f05-9c30799a9501', + '25e38f7c-bbab-4610-1e66-dd38ad865b4e', + 'e8b05bdd-9965-46bd-1619-935f70a16e9f', + 'f365e3f1-b3c9-4981-33ac-a7c420bf0a94', + '3d80bd44-becc-4750-356b-0fa465014f04', + '24c97d6d-262d-4ac0-3c06-3705aa2eacc9', + '270a9620-1159-4700-28c3-5a3ba0d06f39', + 'd19cda2a-4405-456d-084a-bfd7becf4ca6', + 'f8ad63d7-9488-4bf6-0ae1-202015fa7a3c', + 'bd816a3f-e53a-4d98-1574-6a60ba45bbfe', + 'aa9a2ec0-a524-4de5-3612-0ce4cb2ff98d', + '55c4329b-7ee1-499f-08b1-716e46666e58', + 'e02448c4-d9d6-48dc-1c17-b018ed121676', + 'af8aa22a-ced3-45c6-2498-c9dc87bac026', + 'a6a0709a-1cd5-4525-2915-fd75c7cd26a4', + '49173ec4-ac1b-4d29-3c1c-8f3443b4f27c', + 'eec0923d-26af-44a8-319c-edc2b696c2f0', + '6af28818-0ffc-46bf-0c9c-8847982e7f03', + 'a2792905-d69f-456c-0621-7c4b851cc0d3', + 'c41c1cb5-40dd-48ba-0fbf-d3bb625ab52a', + 'ecc9fb0a-fb4c-4fd2-1267-b3a72bbaaf3a', + '5187e7aa-3338-4b45-0e50-9137c9514adc', + 'a4f9a278-b5c7-4032-0d14-c3c623a3fb4c', + '790def35-db67-4a1f-38bf-9e2340ce562a', + '493a3ab9-854c-4183-00cc-78aa6392ad26', + '362f53a1-c9bc-402a-1c2f-e85339ec6bd8', + 'af65acdc-d5d3-42b3-2dfa-c07018545cf0', + '55fcdbb1-7374-47e6-36ec-c9c9690c4e40', + '2a366cf0-8556-4222-3e05-b5b5faefba5d', + '695ad076-af82-40f1-3650-a1b3a8bcc1e2', + '81001fd5-ba8a-4d40-3b3c-46927ad5169c', + '9910b778-ce0e-4270-02c8-f2326ce55b70', + 'c8bdf13f-b205-4b05-1e81-08faadbeb268', + 'be3f37eb-70c1-43f7-32b9-4442b7dd5079', + '1475e815-d4b2-4ae5-3c69-e556900628d1', + '153310d5-0249-4c12-2316-623ccb33feb7', + 'd8d4dbc4-db47-48cc-2e8b-3b5253f91740', + 'd0b93586-bd32-4496-2440-1752cab301d8', + 'f74fb734-9818-4d3c-0ca4-e16a4affdd80', + '70fabb8c-7617-4d6d-1417-4f43c9809d5e', + '8127a016-6cd7-4203-092d-62ea6a6f8623', + 'b5d1e584-cf4e-47aa-2881-2e0639285b89', + '6a128332-30d8-40d7-3cbf-89766cfa15f4', + 'aad16a15-2a8c-4332-2476-6849fd3aa420', + 'ba5e6297-d907-4120-33d4-c9822a32a14d', + 'b9a68e65-b976-46e6-0550-87eb981c4f0f', + 'd04cb8ee-1128-4606-361a-1525c6dc8927', + '70ddecf3-ae9c-4e51-01a6-109c36e21697', + '13a6f4a0-f3dc-4838-07aa-851fee9d009f', + '17fa19b8-8a56-4c9a-05e4-b39c7dac8ff5', + 'f5856601-dd46-4085-1fce-db4ff97af864', + 'b52bb872-d019-4614-1294-ae072e21bb3a', + '7fd56c7f-513e-49b3-0255-0e297dd61a47', + '86a7e40a-a0b4-4117-3f75-6697f2113982', + '5a570197-c220-4613-009a-4df36b8b9e04', + 'dfb9b7ee-5d2f-4c7d-13d1-1b62018e797a', + 'bd46e98f-1ff4-43df-0b09-8213c572aadf', + 'e0cfb86c-b49b-4668-3782-81f1b79dfe84', + 'b7bb2523-1f9a-46d5-3f5e-c8e42deb6a78', + 'ee0a9a96-233f-48e3-34d4-c4ce22a2d9db', + '2cd2a6bc-7107-4833-3667-f0b06e2ce239', + 'f159977d-3a92-4d24-2e05-41c084afbcd7', + 'ba985aba-226c-481f-1318-f4a4557fa1bd', + '1a25a158-9b44-4a4c-1232-89cff6311dd6', + '19d73158-f92f-4855-13dd-52d5707c3dd5', + '78af38e7-0b53-465a-0ba3-34499a37bb24', + '605d4048-b201-4295-2e1e-825f58f745e0', + '5159b8e2-72f0-40a0-1ea8-ce16d6493c06', + '085ea121-cf3a-482c-2e86-28f20f41a635', + '9495e8e1-752a-43cb-32bf-7efe128374ee', + '555c77d6-4e98-4ddd-1088-e67a3bda9e3b', + '09233842-484d-4b50-2bc9-249455be4b6f', + 'fd8e36d2-c945-4fcf-0898-15079efc02d7', + 'f57d6f88-df8e-42c8-0b4f-96d52e721743', + '55b1d5de-3be5-42d2-1bd0-3798abf3bff1', + 'c3d96f0e-7d96-4cdf-17af-e210d45e1534', + 'caeec035-b15e-4976-354e-53f8d57bceec', + 'a5cd8469-261f-4a19-2d32-8711e370d0bb', + '1d80bebd-4875-473d-1774-fdec7212b6a5', + 'e7c9f72d-5bc9-4d06-059c-b6f5eae3b64a', + '69812791-48b9-4a82-032a-31c971f6fc0c', + '467a208e-20c5-4cfa-30d0-3a73fd02b519', + 'd20fa80a-8183-4158-024f-aaa112e01e40', + '39359165-0b6e-4594-0c52-6759cbc3d675', + '8b3a7e5e-1ee4-4610-253d-f5de9d4f3f4e', + '89b718f6-b1cd-4b50-1c74-ad7cdec41d08', + 'b6c55e3f-9950-4cc2-3b03-9fe62160ba53', + 'f383124f-034f-4a85-01a1-099a8d9b49b9', + '183bb622-6657-45de-041e-f187feadff0b', + '922c78bc-7276-4e49-3dcc-70446dac5982', + '2a86b07a-9b36-472d-0383-b57d0dc7736c', + '6aafbd93-6f8b-4591-0b40-b2b2d4f5e312', + 'fa855af2-d5b7-47e2-2754-0daf8a00373d', + '463e9a15-8738-4e84-0cc0-68c64f43ad30', + 'ff24b56c-a807-4e57-140f-efecf5950bb1', + 'fe340756-b851-4c4d-1e73-0a83ff699dcc', + '57cf3136-d501-4547-29a7-f9c39425bcfb', + '9655b0ae-d026-47b9-24ee-53559006e11c', + '6317096c-945f-490c-0936-8ee32b5d63c1', + '3c52f56f-222e-4e1c-3294-cc36aef84784', + '37e6cb1d-81e5-444b-317b-76ec811b7f14', + 'c56760e1-5ab8-441b-0847-83f720b5c189', + '8a97b52b-eb14-4da7-2692-41a595cb87d0', + '101d77ed-5e58-4b47-3ed3-0e64bafb593a', + '240787c5-b43d-4252-2a7a-929ea56ad5d7', + '38502b1c-d7b8-4187-0933-bf47e84bc6c4', + '3174c073-bbf2-48ab-0cba-3e849b3c5cfd', + 'd124ae32-9c78-40f7-1a2a-da26f59e80a7', + 'd1a31801-3d82-4341-0378-e8c1aa1fec0a', + '754528a8-0384-4b6a-3d72-0660e60b545f', + '0c4a79f0-63ef-4fcc-1928-71ce4ebd2ae4', + 'b3328f70-6f35-4686-1c80-ac6bf6111dc3', + 'ca00d2e8-0252-4ea3-3a45-898540f190d4', + '956ac9b3-b372-47b3-05cd-e7a783f2e5fd', + 'bc24130a-3d94-4c2d-31ce-080243f20a9c', + 'e41b5e33-c00a-4d79-2361-89df3bcba37d', + 'b6126fc1-fac7-42d7-3dc4-1390ab1b0cd0', + '51813366-5b87-4f64-1826-9fb36114acc5', + 'a4845b92-6c54-430c-1dac-ea4622c87c90', + 'c471405d-baae-422e-142d-7e79c7012098', + 'bfda682f-418c-497b-2ca6-a251fa59e721', + 'cae8c0cb-b67e-4f5b-187a-44b5cd13f338', + '8b62bbdb-73d7-4802-30cc-4a272b7d6ae7', + '06f87dfb-0388-4542-21f1-42740642da41', + '2854a22f-6d7a-4873-03ec-b12d079f7df0', + '33a300f6-dbfa-4bf1-3bea-76a62ea54eb7', + '3c2e5589-4887-4901-3bdf-b5748a287373', + '603a089a-7ddc-4b4b-2a5c-8ae7c0eab5b2', + '2bcb0f96-492f-4fa8-2a2a-6a7ee3e9f977', + '879fc2a6-11a7-4346-2d7f-270a04cbefc9', + '04568227-d547-45bb-0e68-57ac0297944e', + 'de15431a-dae1-4ce8-2f33-5f17d9eea794', + '29293fcf-ca08-4390-0f0f-03a46a553a41', + 'bcb0c8ca-d09c-474d-12a5-b8554c40def1', + '1ae6dc85-fe3b-4a26-3d1b-da40d42f9ef0', + '23b10cb8-0d9c-4773-2d33-fdec32dff03d', + '23931f7b-a856-46af-370b-2ea0b7f1714e', + '9528dc19-2740-476c-0485-bd39a0bf83fc', + '9e425a35-235d-4b2d-1ba5-ad688eaee003', + '358a582a-cd02-48ab-1375-c528fab4f2ff', + '18599113-2164-45ef-0759-744051d5dbf5', + 'aa4ac3e2-395f-419d-2539-9bca82036867', + 'ce09259e-d6fe-48de-0d98-d8c2bad676e6', + 'b76d0fcd-fb0a-4e70-0a97-2bf5ebe0588f', + '55e48811-1b23-4061-365c-1af8040d293a', + '201e1c58-60bd-478f-1d47-08206f12610b', + 'e70931e3-8887-44dd-2aa1-b9a9be877a60', + 'b2266344-b790-4a73-2980-374ef48f03dd', + '819b6187-29c0-4aca-3372-e3440f15e77a', + 'b999ec50-606f-4c85-3387-2eecab8c0cd2', + '4aaa4c71-a7f4-48dd-2a8e-2fd03308952d', + 'a3b46c2d-c3f6-4751-0acb-4e44d6e25087', + '0da5599b-ae44-4c50-031e-4f82940ad2b3', + '8303791c-ad37-4e3c-288a-fc8dd303b9d8', + '8b9ed712-159f-4b95-13de-61589296dc7c', + '1974f428-004f-4b48-196a-028f426ab6df', + 'a273992e-b4bf-408d-2696-2b08bad7e825', + 'bb62599b-f8c2-4b29-155f-44073d5e1975', + '81abf3af-4585-457e-208e-890f80e94faf', + 'fb3f2b5a-30b1-4287-207b-a4fdb3a15d32', + '1b6d0fdf-3263-4b68-01ba-b706be5a4861', + '3506fe82-4084-4c4b-2761-fbb999f5b411', + '969c2952-cde8-46d8-37b4-bee14f6844ec', + 'b8c85f03-7090-4b51-02b8-8886f392a4e7', + 'fd296530-dc8f-41d3-0c0a-a8c4b8396b05', + '0622b192-d57e-4561-01b1-4fc385ccfc5d', + 'bb2c47aa-0644-454c-14a5-b7e228efaf30', + 'ab7bf773-e48d-476a-3999-d8191de85caf', + '9d3f06e0-0331-429b-395d-8320973af8e5', + 'ea4c9239-3979-4bc5-1a74-678565eefb0d', + 'af7fcecf-cb95-4830-2dd9-bb37c6d53fd2', + '27fff1ef-5ea3-4e6e-2206-99c899f9ee35', + '60d7ba13-5023-4f44-1da8-c55309d9d2f8', + '6a0f1e79-fadb-4aaf-0e24-6666df8e0e10', + '3273eed3-be3d-4beb-38d1-055cf618ac81', + '750e4bfc-079d-4f35-0ac8-a3cd74a720ee', + '13ec6bd8-c1b1-4f7d-1000-9217c46aaf3d', + '81ab5702-c254-4f58-0cda-6af99561e00b', + 'e397ba86-5b3f-4804-367f-98b45c81909b', + '128cac15-87da-40b3-1eb2-74e5efcc5093', + 'cff0606f-2987-4030-2657-98608c35c6b5', + '61d71953-462a-4bdc-277f-286d1ba76770', + '296a84ef-ede6-4abc-3263-e6f0edc26089', + 'a7e36772-7da4-4db7-22f4-8967bbec0c86', + '3db0f970-98ec-4ee0-0e9b-245b860400fe', + '3347ceb2-9440-410b-13a1-93a46583ed65', + '119fa40b-e169-408f-30a6-2ed174b626f6', + '19d83f82-0a1b-4b55-2f45-b8335221fd85', + 'd4bed886-a872-4657-0323-05cbc53c126f', + 'ee0ad660-d457-4244-3e78-384eb937d45c', + 'dfe3eeb3-b00a-4002-170e-fb29f1ce4ef9', + '2551b597-7055-4054-1985-60e215ff98b0', + '7dce5b13-9fd5-4218-0c5d-f7bf43c070ef', + '86f1aeae-6096-4900-248f-96dfca4bfbc1', + '5f806a6c-4d6b-4475-18c1-7f50a4c571ab', + '9e9d2c1b-2772-471d-311f-411051f92e5b', + '4195523f-0383-4e79-242d-e5cf7defc80d', + '5e573347-6f18-4022-2a13-013696aa29a5', + '970aea49-7eee-42ff-3416-6f49159c121c', + '04ae9b4e-2f6c-4c75-1cc7-8017a7739cb1', + '738e619e-f809-4c6d-2353-c0b36520667f', + '0126018f-b489-4bbf-3724-0d66365c34d6', + 'f3acdcf0-65f1-4623-2cfd-6d5710438652', + '57ea71d9-398b-4705-3007-8ba9196ccd17', + '65d9ed46-e963-44be-1101-0d05c2feb989', + '9a9b2cbe-a971-460b-1324-13bd7d4a8905', + '606abff1-1371-4762-3c3d-a0a112f14b98', + '063ad50e-d5bd-45c9-37ab-9cf63d3db79b', + '82c7fa67-126c-4c08-3db8-33650b37a1cd', + '0f7a9707-7068-476e-0682-9f9fa52a7c99', + 'f7667d68-956b-4840-0c64-b1b9f3dc8feb', + 'd931f887-71dd-4037-11f9-f519c5b84bac', + 'c2a1ae11-3df1-46d0-3c04-bc7eda8f10cb', + 'f92c1bcd-0974-4830-043a-64f846034733', + '48f7e55e-6b15-43d5-15d5-18647ee701f4', + '2b42e081-72b2-48c3-1e56-bad073405d42', + '2d33e150-803a-4796-1cd1-d557a898c970', + '0bb55d80-1f85-4a96-2f45-3254963585ff', + '0d3a62d4-75a1-416b-12d3-53ad031110f4', + '3fc01ba5-44a7-480e-2aa3-cc8dc7f4e8b1', + '7fdfe21f-101a-4e95-322e-a5039ae52a6f', + '25d5d1a1-2412-404a-3d3e-9c062735f9e7', + 'bd2c64be-a004-4441-22fc-e4bd3ee4f49e', + '588729a2-fc47-4ef5-2cfc-740b32f20869', + 'f33b4f5d-5717-439b-1e38-da3c826e946c', + 'bee9655d-4699-4ee3-252a-a2cc20c6c908', + 'dd254995-babc-4c72-0f66-12246827cd31', + '9d53b15c-8107-451a-150c-b071e494c0b7', + '02fc981e-601b-4982-1a29-a3d4cdb08fd6', + 'a2f8bfdb-d4f4-4582-0daa-523a2dd441b1', + '27c5a0aa-46a9-485b-0039-0bbc7f5ea587', + 'e4161d3f-a74a-4d7f-128e-38775827885a', + '49cd1734-41ad-448c-330d-bfbf739b65f4', + 'cf054263-0482-4283-363e-816bdf31a6c2', + '0d736b31-51c2-4ca9-2cdb-4de1b157567c', + 'd9b1b960-dd6c-45ae-0996-8e49dcdd8938', + '25454160-94ca-449b-300f-d74a67c20713', + 'c0c853ce-6db7-444f-097e-1c3f83fe8f7b', + 'a1c23d40-9964-4f79-231d-0701434204e1', + 'a76b489f-dac9-494c-17e5-df5e378ed4bf', + 'e5c20649-bc5f-4986-0e59-8164fe3039ce', + 'd8f49fe0-a481-4da9-2e19-3cec5f9d3e87', + '5194e973-ca76-46d0-384e-278b322b0733', + '856b8040-125e-4d6c-3aea-d92a3572546f', + 'b00b915b-38c5-4d76-3dfa-a4940e162ebf', + '85795175-dcec-42f5-1553-f7ae72445f29', + 'fc4043d7-b71b-4890-1649-03cb939ce118', + 'aba4c6c0-ede6-4e86-01df-49381aa508ca', + '6e6299a7-2e83-440e-3d6a-142403bdda91', + 'ad612891-a16f-47ba-01b7-3e163e0362f3', + '42169bda-2984-456d-1f8a-605135fcaf0b', + 'b113a297-c369-4a03-1356-8201169ceabf', + 'e7d698e3-5377-48e7-371e-e4aca289f7b5', + 'd7711cf1-b7cd-4384-2d1e-334106ad859c', + '25099e73-8041-4f70-31cc-e3df70c10b73', + '1f9a8f86-bd90-4ad8-2523-6abf76d67923', + '0f10c131-78c7-488a-04d7-577cb0e6743e', + '95fce4a2-1e42-4c55-0582-197a7276816a', + 'c765333b-5643-4b53-1b59-185fc083e7f2', + '243747fa-ee13-49ab-0c13-8613b633a415', + 'baa545e5-4de3-4306-397a-c21475494da8', + 'cdd9fd99-af1d-4b2d-1577-56609cc86aa6', + 'cde40744-af19-47d6-3584-83ea098c3fc3', + '8f7064e2-e49b-4472-3257-c8b256607dce', + '582428d5-294f-4f21-38fd-446cca47bb24', + '683c4276-cd18-4786-1786-6106f7665247', + '761de057-d69b-4f51-17b8-2eea8c001a65', + '5727497e-490c-4796-0329-47d612238236', + '9bb4f4ca-8d64-44ee-3910-4c811d682929', + 'de3ad7f4-1135-4e27-3a47-649c7f99b702', + 'a5e93c26-e019-4b8b-1d0e-ada2eb400eee', + '4c8757dd-11f2-4d4f-1f0f-e8f74ad2e860', + 'd82ae542-faf8-40a3-3651-056a802b4aa5', + 'cc110ce4-9ba5-4014-0a41-f892f39c96c8', + '26448cc9-758e-4195-24cd-cce7af278187', + '5424268d-f4cc-48dc-2341-a9c9a2bf1c7b', + '662e5400-f7b1-4d23-38d4-e762168a4d7e', + 'bf7b9624-8e45-4b3d-1982-849130ef6ba2', + 'e367c027-e440-4485-2f48-f551b885e9a1', + '68e485d3-1a3c-48b1-25a0-5f119aea4094', + '62dff295-ef48-46ca-37c8-ebc23bc11560', + '38d2bef9-9f61-4e97-19cf-d4e1d9db18bc', + 'e3e359c5-1ff5-4775-14ae-98b4263b1a25', + '3c9b364b-7d38-45a9-30b3-f0dd7d3eb4ea', + '90d286cd-2bfa-402e-3bad-8f259f8b774b', + 'edd6d848-594a-4a4f-0cae-f679c811deac', + 'c2983d94-0fe3-4aa0-3597-4d12a01ac58a', + '9b0cd588-80c8-4de4-246d-8ced8e9caea6', + '66c33ae0-d41f-411c-0b89-cc6ea54e0c29', + 'ce4d5935-c7c8-49e2-1411-e903a18092a8', + '2cf5a0f0-56f4-49ec-04a3-90f992e3d14c', + 'e6022524-da0f-4442-076b-ad10b36e8340', + '9bbe09cb-9b65-47f4-23a0-c376ff372f42', + 'e3f808f0-f22a-4606-1953-332dcecfaa76', + '75ea19b0-4ed1-40f9-13d4-1ecff5480e69', + '82557b51-9ec0-4608-0328-b74bd4666434', + '1c8e619b-35ec-4d23-0104-50b3644cfdb9', + '1c4d2367-8f69-4531-2324-c736fae6e401', + '0068283e-7b8b-4583-22e1-f2a786f3864d', + '1d858838-1f22-41c5-1d0d-0d1802edbc75', + 'd02951d9-90f0-4712-2c4c-f40d970f81a7', + ], + camera: { + point: [7622.45, -613.47], + zoom: 1.5171271081898843, + }, + editingId: null, + }, + }, + pageState: { + boundsRotation: 0, + }, +} diff --git a/packages/tldraw/tsconfig.build.json b/packages/tldraw/tsconfig.build.json index bc7c22aca..9998c8e39 100644 --- a/packages/tldraw/tsconfig.build.json +++ b/packages/tldraw/tsconfig.build.json @@ -18,6 +18,5 @@ "declarationMap": false, "sourceMap": false, "emitDeclarationOnly": true - }, - "references": [{ "path": "../vec" }, { "path": "../intersect" }] + } } diff --git a/packages/tldraw/tsconfig.json b/packages/tldraw/tsconfig.json index 734330bef..69727e017 100644 --- a/packages/tldraw/tsconfig.json +++ b/packages/tldraw/tsconfig.json @@ -1,18 +1,16 @@ { "extends": "../../tsconfig.base.json", - "include": ["src"], + "include": ["src", "src/test/old-doc.json"], "exclude": ["node_modules", "dist", "docs"], "compilerOptions": { + "resolveJsonModule": true, "outDir": "./dist/types", "rootDir": "src", "baseUrl": "src", "paths": { - "~*": ["./*"], - "@tldraw/vec": ["../vec"], - "@tldraw/intersect": ["../intersect"] + "~*": ["./*"] } }, - "references": [{ "path": "../vec" }, { "path": "../intersect" }], "typedocOptions": { "entryPoints": ["src/index.ts"], "out": "docs" diff --git a/packages/vec/LICENSE b/packages/vec/LICENSE deleted file mode 100644 index bdcc8b850..000000000 --- a/packages/vec/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2021 Stephen Ruiz Ltd - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/packages/vec/README.md b/packages/vec/README.md deleted file mode 100644 index 44703b1d3..000000000 --- a/packages/vec/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# @tldraw/vec - -Vector utilities. diff --git a/packages/vec/package.json b/packages/vec/package.json deleted file mode 100644 index 3c917525d..000000000 --- a/packages/vec/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@tldraw/vec", - "version": "0.0.132", - "private": false, - "description": "Vector utilities for tldraw.", - "author": "@steveruizok", - "repository": { - "type": "git", - "url": "git+https://github.com/tldraw/tldraw.git", - "directory": "packages/vec" - }, - "license": "MIT", - "keywords": [], - "files": [ - "dist/**/*" - ], - "sideEffects": false, - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "types": "./dist/types/index.d.ts", - "typings": "./dist/types/index.d.ts", - "scripts": { - "start:pre": "node scripts/pre-dev && yarn types:pre", - "start:utils": "node scripts/dev & yarn types:dev", - "build": "node scripts/build && yarn types:build", - "types:pre": "tsc", - "types:dev": "tsc --watch", - "types:build": "tsc --project tsconfig.build.json", - "lint": "eslint src/ --ext .ts,.tsx", - "clean": "rm -rf dist", - "ts-node": "ts-node", - "docs": "typedoc", - "docs:watch": "typedoc --watch" - }, - "devDependencies": { - "@types/jest": "^27.0.1", - "@types/node": "^16.7.10", - "@typescript-eslint/eslint-plugin": "^4.30.0", - "@typescript-eslint/parser": "^4.30.0", - "esbuild": "^0.13.8", - "eslint": "^7.32.0", - "lerna": "^4.0.0", - "tslib": "^2.3.1", - "typedoc": "^0.22.3", - "typescript": "^4.4.2" - }, - "gitHead": "083b36e167b6911927a6b58cbbb830b11b33f00a" -} diff --git a/packages/vec/scripts/build.js b/packages/vec/scripts/build.js deleted file mode 100644 index 4f13f24ef..000000000 --- a/packages/vec/scripts/build.js +++ /dev/null @@ -1,67 +0,0 @@ -/* eslint-disable */ -const fs = require('fs') -const esbuild = require('esbuild') -const { gzip } = require('zlib') - -const name = process.env.npm_package_name || '' - -async function main() { - if (fs.existsSync('./dist')) { - fs.rmSync('./dist', { recursive: true }, (e) => { - if (e) { - throw e - } - }) - } - - try { - esbuild.buildSync({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: true, - bundle: true, - sourcemap: true, - format: 'cjs', - target: 'es6', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - tsconfig: './tsconfig.build.json', - external: ['react', 'react-dom'], - }) - - const esmResult = esbuild.buildSync({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/esm', - minify: true, - bundle: true, - sourcemap: true, - format: 'esm', - target: 'es6', - tsconfig: './tsconfig.build.json', - jsxFactory: 'React.createElement', - jsxFragment: 'React.Fragment', - external: ['react', 'react-dom'], - metafile: true, - }) - - let esmSize = 0 - Object.values(esmResult.metafile.outputs).forEach((output) => { - esmSize += output.bytes - }) - - fs.readFile('./dist/esm/index.js', (_err, data) => { - gzip(data, (_err, result) => { - console.log( - `✔ ${name}: Built package. ${(esmSize / 1000).toFixed(2)}kb (${( - result.length / 1000 - ).toFixed(2)}kb minified)` - ) - }) - }) - } catch (e) { - console.log(`× ${name}: Build failed due to an error.`) - console.log(e) - } -} - -main() diff --git a/packages/vec/scripts/dev.js b/packages/vec/scripts/dev.js deleted file mode 100644 index c9dbacf5c..000000000 --- a/packages/vec/scripts/dev.js +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable */ -const esbuild = require('esbuild') - -const name = process.env.npm_package_name || '' - -async function main() { - esbuild.build({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: false, - bundle: true, - format: 'cjs', - target: 'es6', - tsconfig: './tsconfig.json', - incremental: true, - watch: { - onRebuild(error) { - if (error) { - console.log(`× ${name}: An error in prevented the rebuild.`) - return - } - console.log(`✔ ${name}: Rebuilt.`) - }, - }, - }) -} - -main() diff --git a/packages/vec/scripts/pre-dev.js b/packages/vec/scripts/pre-dev.js deleted file mode 100644 index ba8c1eb4d..000000000 --- a/packages/vec/scripts/pre-dev.js +++ /dev/null @@ -1,27 +0,0 @@ -/* eslint-disable */ -const fs = require('fs') -const esbuild = require('esbuild') - -async function main() { - if (fs.existsSync('./dist')) { - fs.rmSync('./dist', { recursive: true }, (e) => { - if (e) { - throw e - } - }) - } - - esbuild.build({ - entryPoints: ['./src/index.ts'], - outdir: 'dist/cjs', - minify: true, - bundle: true, - sourcemap: true, - format: 'cjs', - target: 'es6', - tsconfig: './tsconfig.json', - external: ['react', 'react-dom'], - }) -} - -main() diff --git a/packages/vec/src/index.ts b/packages/vec/src/index.ts deleted file mode 100644 index cb27a2f78..000000000 --- a/packages/vec/src/index.ts +++ /dev/null @@ -1,520 +0,0 @@ -// A big collection of vector utilities. Collected into a class to improve logging / packaging. - -/* ----------------- Start Copy Here ---------------- */ - -export class Vec { - /** - * Clamp a value into a range. - * @param n - * @param min - */ - static clamp(n: number, min: number): number - static clamp(n: number, min: number, max: number): number - static clamp(n: number, min: number, max?: number): number { - return Math.max(min, typeof max !== 'undefined' ? Math.min(n, max) : n) - } - - /** - * Clamp a value into a range. - * @param n - * @param min - */ - static clampV(A: number[], min: number): number[] - static clampV(A: number[], min: number, max: number): number[] - static clampV(A: number[], min: number, max?: number): number[] { - return A.map((n) => (max ? Vec.clamp(n, min, max) : Vec.clamp(n, min))) - } - - /** - * Negate a vector. - * @param A - */ - static neg = (A: number[]): number[] => { - return [-A[0], -A[1]] - } - - /** - * Add vectors. - * @param A - * @param B - */ - static add = (A: number[], B: number[]): number[] => { - return [A[0] + B[0], A[1] + B[1]] - } - - /** - * Add scalar to vector. - * @param A - * @param B - */ - static addScalar = (A: number[], n: number): number[] => { - return [A[0] + n, A[1] + n] - } - - /** - * Subtract vectors. - * @param A - * @param B - */ - static sub = (A: number[], B: number[]): number[] => { - return [A[0] - B[0], A[1] - B[1]] - } - - /** - * Subtract scalar from vector. - * @param A - * @param B - */ - static subScalar = (A: number[], n: number): number[] => { - return [A[0] - n, A[1] - n] - } - - /** - * Get the vector from vectors A to B. - * @param A - * @param B - */ - static vec = (A: number[], B: number[]): number[] => { - // A, B as vectors get the vector from A to B - return [B[0] - A[0], B[1] - A[1]] - } - - /** - * Vector multiplication by scalar - * @param A - * @param n - */ - static mul = (A: number[], n: number): number[] => { - return [A[0] * n, A[1] * n] - } - - /** - * Multiple two vectors. - * @param A - * @param B - */ - static mulV = (A: number[], B: number[]): number[] => { - return [A[0] * B[0], A[1] * B[1]] - } - - /** - * Vector division by scalar. - * @param A - * @param n - */ - static div = (A: number[], n: number): number[] => { - return [A[0] / n, A[1] / n] - } - - /** - * Vector division by vector. - * @param A - * @param n - */ - static divV = (A: number[], B: number[]): number[] => { - return [A[0] / B[0], A[1] / B[1]] - } - - /** - * Perpendicular rotation of a vector A - * @param A - */ - static per = (A: number[]): number[] => { - return [A[1], -A[0]] - } - - /** - * Dot product - * @param A - * @param B - */ - static dpr = (A: number[], B: number[]): number => { - return A[0] * B[0] + A[1] * B[1] - } - - /** - * Cross product (outer product) | A X B | - * @param A - * @param B - */ - static cpr = (A: number[], B: number[]): number => { - return A[0] * B[1] - B[0] * A[1] - } - - /** - * Cross (for point in polygon) - * - */ - static cross(x: number[], y: number[], z: number[]): number { - return (y[0] - x[0]) * (z[1] - x[1]) - (z[0] - x[0]) * (y[1] - x[1]) - } - - /** - * Length of the vector squared - * @param A - */ - static len2 = (A: number[]): number => { - return A[0] * A[0] + A[1] * A[1] - } - - /** - * Length of the vector - * @param A - */ - static len = (A: number[]): number => { - return Math.hypot(A[0], A[1]) - } - - /** - * Project A over B - * @param A - * @param B - */ - static pry = (A: number[], B: number[]): number => { - return Vec.dpr(A, B) / Vec.len(B) - } - - /** - * Get normalized / unit vector. - * @param A - */ - static uni = (A: number[]): number[] => { - return Vec.div(A, Vec.len(A)) - } - - /** - * Get normalized / unit vector. - * @param A - */ - static normalize = (A: number[]): number[] => { - return Vec.uni(A) - } - - /** - * Get the tangent between two vectors. - * @param A - * @param B - * @returns - */ - static tangent = (A: number[], B: number[]): number[] => { - return Vec.uni(Vec.sub(A, B)) - } - - /** - * Dist length from A to B squared. - * @param A - * @param B - */ - static dist2 = (A: number[], B: number[]): number => { - return Vec.len2(Vec.sub(A, B)) - } - - /** - * Dist length from A to B - * @param A - * @param B - */ - static dist = (A: number[], B: number[]): number => { - return Math.hypot(A[1] - B[1], A[0] - B[0]) - } - - /** - * A faster, though less accurate method for testing distances. Maybe faster? - * @param A - * @param B - * @returns - */ - static fastDist = (A: number[], B: number[]): number[] => { - const V = [B[0] - A[0], B[1] - A[1]] - const aV = [Math.abs(V[0]), Math.abs(V[1])] - let r = 1 / Math.max(aV[0], aV[1]) - r = r * (1.29289 - (aV[0] + aV[1]) * r * 0.29289) - return [V[0] * r, V[1] * r] - } - - /** - * Angle between vector A and vector B in radians - * @param A - * @param B - */ - static ang = (A: number[], B: number[]): number => { - return Math.atan2(Vec.cpr(A, B), Vec.dpr(A, B)) - } - - /** - * Angle between vector A and vector B in radians - * @param A - * @param B - */ - static angle = (A: number[], B: number[]): number => { - return Math.atan2(B[1] - A[1], B[0] - A[0]) - } - - /** - * Mean between two vectors or mid vector between two vectors - * @param A - * @param B - */ - static med = (A: number[], B: number[]): number[] => { - return Vec.mul(Vec.add(A, B), 0.5) - } - - /** - * Vector rotation by r (radians) - * @param A - * @param r rotation in radians - */ - static rot = (A: number[], r = 0): number[] => { - return [A[0] * Math.cos(r) - A[1] * Math.sin(r), A[0] * Math.sin(r) + A[1] * Math.cos(r)] - } - - /** - * Rotate a vector around another vector by r (radians) - * @param A vector - * @param C center - * @param r rotation in radians - */ - static rotWith = (A: number[], C: number[], r = 0): number[] => { - if (r === 0) return A - - const s = Math.sin(r) - const c = Math.cos(r) - - const px = A[0] - C[0] - const py = A[1] - C[1] - - const nx = px * c - py * s - const ny = px * s + py * c - - return [nx + C[0], ny + C[1]] - } - - /** - * Check of two vectors are identical. - * @param A - * @param B - */ - static isEqual = (A: number[], B: number[]): boolean => { - return A[0] === B[0] && A[1] === B[1] - } - - /** - * Interpolate vector A to B with a scalar t - * @param A - * @param B - * @param t scalar - */ - static lrp = (A: number[], B: number[], t: number): number[] => { - return Vec.add(A, Vec.mul(Vec.sub(B, A), t)) - } - - /** - * Interpolate from A to B when curVAL goes fromVAL: number[] => to - * @param A - * @param B - * @param from Starting value - * @param to Ending value - * @param s Strength - */ - static int = (A: number[], B: number[], from: number, to: number, s = 1): number[] => { - const t = (Vec.clamp(from, to) - from) / (to - from) - return Vec.add(Vec.mul(A, 1 - t), Vec.mul(B, s)) - } - - /** - * Get the angle between the three vectors A, B, and C. - * @param p1 - * @param pc - * @param p2 - */ - static ang3 = (p1: number[], pc: number[], p2: number[]): number => { - // this, - const v1 = Vec.vec(pc, p1) - const v2 = Vec.vec(pc, p2) - return Vec.ang(v1, v2) - } - - /** - * Absolute value of a vector. - * @param A - * @returns - */ - static abs = (A: number[]): number[] => { - return [Math.abs(A[0]), Math.abs(A[1])] - } - - static rescale = (a: number[], n: number): number[] => { - const l = Vec.len(a) - return [(n * a[0]) / l, (n * a[1]) / l] - } - - /** - * Get whether p1 is left of p2, relative to pc. - * @param p1 - * @param pc - * @param p2 - */ - static isLeft = (p1: number[], pc: number[], p2: number[]): number => { - // isLeft: >0 for counterclockwise - // =0 for none (degenerate) - // <0 for clockwise - return (pc[0] - p1[0]) * (p2[1] - p1[1]) - (p2[0] - p1[0]) * (pc[1] - p1[1]) - } - - static clockwise = (p1: number[], pc: number[], p2: number[]): boolean => { - return Vec.isLeft(p1, pc, p2) > 0 - } - - static round = (a: number[], d = 2): number[] => { - return a.map((v) => +v.toFixed(d)) - } - - /** - * Get the minimum distance from a point P to a line with a segment AB. - * @param A The start of the line. - * @param B The end of the line. - * @param P A point. - * @returns - */ - // static distanceToLine(A: number[], B: number[], P: number[]) { - // const delta = sub(B, A) - // const angle = Math.atan2(delta[1], delta[0]) - // const dir = rot(sub(P, A), -angle) - // return dir[1] - // } - - /** - * Get the nearest point on a line segment AB. - * @param A The start of the line. - * @param B The end of the line. - * @param P A point. - * @param clamp Whether to clamp the resulting point to the segment. - * @returns - */ - // static nearestPointOnLine( - // A: number[], - // B: number[], - // P: number[], - // clamp = true - // ) { - // const delta = sub(B, A) - // const length = len(delta) - // const angle = Math.atan2(delta[1], delta[0]) - // const dir = rot(sub(P, A), -angle) - - // if (clamp) { - // if (dir[0] < 0) return A - // if (dir[0] > length) return B - // } - - // return add(A, div(mul(delta, dir[0]), length)) - // } - - /** - * Get the nearest point on a line with a known unit vector that passes through point A - * @param A Any point on the line - * @param u The unit vector for the line. - * @param P A point not on the line to test. - * @returns - */ - static nearestPointOnLineThroughPoint = (A: number[], u: number[], P: number[]): number[] => { - return Vec.add(A, Vec.mul(u, Vec.pry(Vec.sub(P, A), u))) - } - - /** - * Distance between a point and a line with a known unit vector that passes through a point. - * @param A Any point on the line - * @param u The unit vector for the line. - * @param P A point not on the line to test. - * @returns - */ - static distanceToLineThroughPoint = (A: number[], u: number[], P: number[]): number => { - return Vec.dist(P, Vec.nearestPointOnLineThroughPoint(A, u, P)) - } - - /** - * Get the nearest point on a line segment between A and B - * @param A The start of the line segment - * @param B The end of the line segment - * @param P The off-line point - * @param clamp Whether to clamp the point between A and B. - * @returns - */ - static nearestPointOnLineSegment = ( - A: number[], - B: number[], - P: number[], - clamp = true - ): number[] => { - const u = Vec.uni(Vec.sub(B, A)) - const C = Vec.add(A, Vec.mul(u, Vec.pry(Vec.sub(P, A), u))) - - if (clamp) { - if (C[0] < Math.min(A[0], B[0])) return A[0] < B[0] ? A : B - if (C[0] > Math.max(A[0], B[0])) return A[0] > B[0] ? A : B - if (C[1] < Math.min(A[1], B[1])) return A[1] < B[1] ? A : B - if (C[1] > Math.max(A[1], B[1])) return A[1] > B[1] ? A : B - } - - return C - } - - /** - * Distance between a point and the nearest point on a line segment between A and B - * @param A The start of the line segment - * @param B The end of the line segment - * @param P The off-line point - * @param clamp Whether to clamp the point between A and B. - * @returns - */ - static distanceToLineSegment = (A: number[], B: number[], P: number[], clamp = true): number => { - return Vec.dist(P, Vec.nearestPointOnLineSegment(A, B, P, clamp)) - } - - /** - * Push a point A towards point B by a given distance. - * @param A - * @param B - * @param d - * @returns - */ - static nudge = (A: number[], B: number[], d: number): number[] => { - return Vec.add(A, Vec.mul(Vec.uni(Vec.sub(B, A)), d)) - } - - /** - * Push a point in a given angle by a given distance. - * @param A - * @param B - * @param d - */ - static nudgeAtAngle = (A: number[], a: number, d: number): number[] => { - return [Math.cos(a) * d + A[0], Math.sin(a) * d + A[1]] - } - - /** - * Round a vector to a precision length. - * @param a - * @param n - */ - static toPrecision = (a: number[], n = 4): number[] => { - return [+a[0].toPrecision(n), +a[1].toPrecision(n)] - } - - /** - * Get an array of points (with simulated pressure) between two points. - * @param A The first point. - * @param B The second point. - * @param steps The number of points to return. - * @param ease An easing function to apply to the simulated pressure. - */ - static pointsBetween = (A: number[], B: number[], steps = 6): number[][] => { - return Array.from(Array(steps)).map((_, i) => { - const t = i / (steps - 1) - const k = Math.min(1, 0.5 + Math.abs(0.5 - t)) - return [...Vec.lrp(A, B, t), k] - }) - } -} - -export default Vec diff --git a/packages/vec/tsconfig.build.json b/packages/vec/tsconfig.build.json deleted file mode 100644 index 292943845..000000000 --- a/packages/vec/tsconfig.build.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "./tsconfig.json", - "exclude": [ - "node_modules", - "**/*.test.tsx", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.spec.ts", - "src/test", - "dist", - "docs" - ], - "compilerOptions": { - "composite": false, - "incremental": false, - "declarationMap": false, - "sourceMap": false - } -} diff --git a/packages/vec/tsconfig.json b/packages/vec/tsconfig.json deleted file mode 100644 index fdf91bedf..000000000 --- a/packages/vec/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "include": ["src"], - "exclude": ["node_modules", "dist", "docs"], - "compilerOptions": { - "outDir": "./dist/types", - "rootDir": "src", - "baseUrl": "src", - "emitDeclarationOnly": false - }, - "typedocOptions": { - "entryPoints": ["src/index.ts"], - "out": "docs" - } -} diff --git a/packages/www/public/sw.js b/packages/www/public/sw.js index ee3fb1a26..383446d5e 100644 --- a/packages/www/public/sw.js +++ b/packages/www/public/sw.js @@ -1,2 +1,2 @@ -if(!self.define){const s=s=>{"require"!==s&&(s+=".js");let e=Promise.resolve();return n[s]||(e=new Promise((async e=>{if("document"in self){const n=document.createElement("script");n.src=s,document.head.appendChild(n),n.onload=e}else importScripts(s),e()}))),e.then((()=>{if(!n[s])throw new Error(`Module ${s} didn’t register its module`);return n[s]}))},e=(e,n)=>{Promise.all(e.map(s)).then((s=>n(1===s.length?s[0]:s)))},n={require:Promise.resolve(e)};self.define=(e,t,i)=>{n[e]||(n[e]=Promise.resolve().then((()=>{let n={};const a={uri:location.origin+e.slice(1)};return Promise.all(t.map((e=>{switch(e){case"exports":return n;case"module":return a;default:return s(e)}}))).then((s=>{const e=i(...s);return n.default||(n.default=e),n}))})))}}define("./sw.js",["./workbox-7288c796"],(function(s){"use strict";importScripts("worker-HKFtmQufnTIV6sQ0dJS4-.js"),self.skipWaiting(),s.clientsClaim(),s.precacheAndRoute([{url:"/_next/server/middleware-manifest.json",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/HKFtmQufnTIV6sQ0dJS4-/_buildManifest.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/HKFtmQufnTIV6sQ0dJS4-/_middlewareManifest.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/HKFtmQufnTIV6sQ0dJS4-/_ssgManifest.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/246.c7c8a3d7c8381219.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/246.c7c8a3d7c8381219.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/312.f7f330fbc208508c.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/312.f7f330fbc208508c.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/465.4009659bcb4f9984.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/465.4009659bcb4f9984.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/47-f5a69c0e5bb6fa88.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/47-f5a69c0e5bb6fa88.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/6a241469.c2b4c9b67796406f.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/6a241469.c2b4c9b67796406f.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/877-aca9b135f3dbdcf5.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/877-aca9b135f3dbdcf5.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/framework-e217ca1422866361.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/framework-e217ca1422866361.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/main-6e55686fe7c5bf45.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/main-6e55686fe7c5bf45.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/index-e8bcf4573823375c.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/index-e8bcf4573823375c.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/k-85b39a3c8963b067.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/k-85b39a3c8963b067.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/k/%5Bid%5D-36a36439852604ea.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/k/%5Bid%5D-36a36439852604ea.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/r/%5Bid%5D-525f8cfd2b3fc020.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/r/%5Bid%5D-525f8cfd2b3fc020.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/shhhmp-f0cea2a72d9b535c.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/shhhmp-f0cea2a72d9b535c.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/u-71928bb5278f31ea.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/u-71928bb5278f31ea.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/webpack-c172b1f58498417d.js",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/chunks/webpack-c172b1f58498417d.js.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/css/47c3acb9e9bd26db.css",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/_next/static/css/47c3acb9e9bd26db.css.map",revision:"HKFtmQufnTIV6sQ0dJS4-"},{url:"/android-chrome-192x192.png",revision:"57c9c4cd91d24d48b7ffdda0768fd225"},{url:"/android-chrome-512x512.png",revision:"8d2454e6cf551f8ca1e1d5670b13a8d1"},{url:"/android-chrome-maskable-192x192.png",revision:"71c93ce0b34d2fbb4c6654a9131a3d9d"},{url:"/android-chrome-maskable-512x512.png",revision:"4265b8c09997b16ac1493500b43f3755"},{url:"/android-chrome-maskable-beta-512x512.png",revision:"145800cf2381faf1c0f4a61c29a88448"},{url:"/apple-touch-icon.png",revision:"8081d08be3673ec33dbeecab06706b2b"},{url:"/favicon-16x16.png",revision:"ac17d75b1ee007781212853a57b88285"},{url:"/favicon-32x32.png",revision:"360bc7cd4706c0657917f3b78fed6b71"},{url:"/favicon.ico",revision:"b2bf6bb7b4d0234f3e6df44fd7d5707e"},{url:"/flat.png",revision:"e0460141713b5c94104ce19b36c4b462"},{url:"/icons/Redo.svg",revision:"6196f61a2053ff606d5746eb3ab380e3"},{url:"/icons/Trash.svg",revision:"5f2c42a17b7d8459f2e556b6209a61c6"},{url:"/icons/Undo.svg",revision:"24de701870630f51132f9bed3f18ee8f"},{url:"/icons/grab.svg",revision:"a1ca9e5c31d1edd2558ab075f72fde4e"},{url:"/icons/pointer.svg",revision:"dff260f896fe23adb83341639fdf93be"},{url:"/icons/resize.svg",revision:"0a3cb701d15731e25919783801d18f95"},{url:"/images/hello.mp4",revision:"b716f249cc6c781c91b0ac9dc23423b3"},{url:"/manifest.json",revision:"3e4cd02739cceee25488c97ca2ed59da"},{url:"/vercel.svg",revision:"4b4f1876502eb6721764637fe5c41702"}],{ignoreURLParametersMatching:[]}),s.cleanupOutdatedCaches(),s.registerRoute("/",new s.NetworkFirst({cacheName:"start-url",plugins:[{cacheWillUpdate:async({request:s,response:e,event:n,state:t})=>e&&"opaqueredirect"===e.type?new Response(e.body,{status:200,statusText:"OK",headers:e.headers}):e}]}),"GET"),s.registerRoute(/^https:\/\/fonts\.(?:gstatic)\.com\/.*/i,new s.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new s.ExpirationPlugin({maxEntries:4,maxAgeSeconds:31536e3})]}),"GET"),s.registerRoute(/^https:\/\/fonts\.(?:googleapis)\.com\/.*/i,new s.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[new s.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),s.registerRoute(/\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i,new s.StaleWhileRevalidate({cacheName:"static-font-assets",plugins:[new s.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),s.registerRoute(/\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i,new s.StaleWhileRevalidate({cacheName:"static-image-assets",plugins:[new s.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\/_next\/image\?url=.+$/i,new s.StaleWhileRevalidate({cacheName:"next-image",plugins:[new s.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\.(?:mp3|wav|ogg)$/i,new s.CacheFirst({cacheName:"static-audio-assets",plugins:[new s.RangeRequestsPlugin,new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\.(?:mp4)$/i,new s.CacheFirst({cacheName:"static-video-assets",plugins:[new s.RangeRequestsPlugin,new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\.(?:js)$/i,new s.StaleWhileRevalidate({cacheName:"static-js-assets",plugins:[new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\.(?:css|less)$/i,new s.StaleWhileRevalidate({cacheName:"static-style-assets",plugins:[new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\/_next\/data\/.+\/.+\.json$/i,new s.StaleWhileRevalidate({cacheName:"next-data",plugins:[new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute(/\.(?:json|xml|csv)$/i,new s.NetworkFirst({cacheName:"static-data-assets",plugins:[new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute((({url:s})=>{if(!(self.origin===s.origin))return!1;const e=s.pathname;return!e.startsWith("/api/auth/")&&!!e.startsWith("/api/")}),new s.NetworkFirst({cacheName:"apis",networkTimeoutSeconds:10,plugins:[new s.ExpirationPlugin({maxEntries:16,maxAgeSeconds:86400})]}),"GET"),s.registerRoute((({url:s})=>{if(!(self.origin===s.origin))return!1;return!s.pathname.startsWith("/api/")}),new s.NetworkFirst({cacheName:"others",networkTimeoutSeconds:10,plugins:[new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),s.registerRoute((({url:s})=>!(self.origin===s.origin)),new s.NetworkFirst({cacheName:"cross-origin",networkTimeoutSeconds:10,plugins:[new s.ExpirationPlugin({maxEntries:32,maxAgeSeconds:3600})]}),"GET")})); +if(!self.define){const e=e=>{"require"!==e&&(e+=".js");let s=Promise.resolve();return i[e]||(s=new Promise((async s=>{if("document"in self){const i=document.createElement("script");i.src=e,document.head.appendChild(i),i.onload=s}else importScripts(e),s()}))),s.then((()=>{if(!i[e])throw new Error(`Module ${e} didn’t register its module`);return i[e]}))},s=(s,i)=>{Promise.all(s.map(e)).then((e=>i(1===e.length?e[0]:e)))},i={require:Promise.resolve(s)};self.define=(s,n,a)=>{i[s]||(i[s]=Promise.resolve().then((()=>{let i={};const r={uri:location.origin+s.slice(1)};return Promise.all(n.map((s=>{switch(s){case"exports":return i;case"module":return r;default:return e(s)}}))).then((e=>{const s=a(...e);return i.default||(i.default=s),i}))})))}}define("./sw.js",["./workbox-7288c796"],(function(e){"use strict";importScripts("worker-7ryd46WBzPy7BjiSHTKb0.js"),self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"/_next/server/middleware-manifest.json",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/7ryd46WBzPy7BjiSHTKb0/_buildManifest.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/7ryd46WBzPy7BjiSHTKb0/_middlewareManifest.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/7ryd46WBzPy7BjiSHTKb0/_ssgManifest.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/123.10a9ffe99f74a004.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/123.10a9ffe99f74a004.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/246.2cb5be7606cd35b4.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/246.2cb5be7606cd35b4.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/465.4009659bcb4f9984.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/465.4009659bcb4f9984.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/47-f5a69c0e5bb6fa88.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/47-f5a69c0e5bb6fa88.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/6a241469.58bef2d243305d04.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/6a241469.58bef2d243305d04.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/877-aca9b135f3dbdcf5.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/877-aca9b135f3dbdcf5.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/framework-e217ca1422866361.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/framework-e217ca1422866361.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/main-6e55686fe7c5bf45.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/main-6e55686fe7c5bf45.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/index-e8bcf4573823375c.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/index-e8bcf4573823375c.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/k-85b39a3c8963b067.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/k-85b39a3c8963b067.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/k/%5Bid%5D-78bbbbef5651a77a.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/k/%5Bid%5D-78bbbbef5651a77a.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/r/%5Bid%5D-7227e59e86a65dfd.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/r/%5Bid%5D-7227e59e86a65dfd.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/shhhmp-70e1e0f1d07e8d29.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/shhhmp-70e1e0f1d07e8d29.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/u-71928bb5278f31ea.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/u-71928bb5278f31ea.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/webpack-96363ff07083b272.js",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/chunks/webpack-96363ff07083b272.js.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/css/47c3acb9e9bd26db.css",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/_next/static/css/47c3acb9e9bd26db.css.map",revision:"7ryd46WBzPy7BjiSHTKb0"},{url:"/android-chrome-192x192.png",revision:"57c9c4cd91d24d48b7ffdda0768fd225"},{url:"/android-chrome-512x512.png",revision:"8d2454e6cf551f8ca1e1d5670b13a8d1"},{url:"/android-chrome-maskable-192x192.png",revision:"71c93ce0b34d2fbb4c6654a9131a3d9d"},{url:"/android-chrome-maskable-512x512.png",revision:"4265b8c09997b16ac1493500b43f3755"},{url:"/android-chrome-maskable-beta-512x512.png",revision:"145800cf2381faf1c0f4a61c29a88448"},{url:"/apple-touch-icon.png",revision:"8081d08be3673ec33dbeecab06706b2b"},{url:"/favicon-16x16.png",revision:"ac17d75b1ee007781212853a57b88285"},{url:"/favicon-32x32.png",revision:"360bc7cd4706c0657917f3b78fed6b71"},{url:"/favicon.ico",revision:"b2bf6bb7b4d0234f3e6df44fd7d5707e"},{url:"/flat.png",revision:"e0460141713b5c94104ce19b36c4b462"},{url:"/icons/Redo.svg",revision:"6196f61a2053ff606d5746eb3ab380e3"},{url:"/icons/Trash.svg",revision:"5f2c42a17b7d8459f2e556b6209a61c6"},{url:"/icons/Undo.svg",revision:"24de701870630f51132f9bed3f18ee8f"},{url:"/icons/grab.svg",revision:"a1ca9e5c31d1edd2558ab075f72fde4e"},{url:"/icons/pointer.svg",revision:"dff260f896fe23adb83341639fdf93be"},{url:"/icons/resize.svg",revision:"0a3cb701d15731e25919783801d18f95"},{url:"/images/hello.mp4",revision:"b716f249cc6c781c91b0ac9dc23423b3"},{url:"/manifest.json",revision:"3e4cd02739cceee25488c97ca2ed59da"},{url:"/vercel.svg",revision:"4b4f1876502eb6721764637fe5c41702"}],{ignoreURLParametersMatching:[]}),e.cleanupOutdatedCaches(),e.registerRoute("/",new e.NetworkFirst({cacheName:"start-url",plugins:[{cacheWillUpdate:async({request:e,response:s,event:i,state:n})=>s&&"opaqueredirect"===s.type?new Response(s.body,{status:200,statusText:"OK",headers:s.headers}):s}]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:gstatic)\.com\/.*/i,new e.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:31536e3})]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:googleapis)\.com\/.*/i,new e.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i,new e.StaleWhileRevalidate({cacheName:"static-font-assets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i,new e.StaleWhileRevalidate({cacheName:"static-image-assets",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/image\?url=.+$/i,new e.StaleWhileRevalidate({cacheName:"next-image",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp3|wav|ogg)$/i,new e.CacheFirst({cacheName:"static-audio-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp4)$/i,new e.CacheFirst({cacheName:"static-video-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:js)$/i,new e.StaleWhileRevalidate({cacheName:"static-js-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:css|less)$/i,new e.StaleWhileRevalidate({cacheName:"static-style-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/data\/.+\/.+\.json$/i,new e.StaleWhileRevalidate({cacheName:"next-data",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:json|xml|csv)$/i,new e.NetworkFirst({cacheName:"static-data-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;const s=e.pathname;return!s.startsWith("/api/auth/")&&!!s.startsWith("/api/")}),new e.NetworkFirst({cacheName:"apis",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:16,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;return!e.pathname.startsWith("/api/")}),new e.NetworkFirst({cacheName:"others",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>!(self.origin===e.origin)),new e.NetworkFirst({cacheName:"cross-origin",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:3600})]}),"GET")})); //# sourceMappingURL=sw.js.map diff --git a/packages/www/public/sw.js.map b/packages/www/public/sw.js.map index eb8ad0f99..2c7e324d9 100644 --- a/packages/www/public/sw.js.map +++ b/packages/www/public/sw.js.map @@ -1 +1 @@ -{"version":3,"file":"sw.js","sources":["../../../../../../private/var/folders/k6/qjl8tw096nxblfy2w0s30phc0000gn/T/5a1748ff471be843db86bf3323367fd9/sw.js"],"sourcesContent":["import {registerRoute as workbox_routing_registerRoute} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-routing/registerRoute.mjs';\nimport {NetworkFirst as workbox_strategies_NetworkFirst} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-strategies/NetworkFirst.mjs';\nimport {ExpirationPlugin as workbox_expiration_ExpirationPlugin} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-expiration/ExpirationPlugin.mjs';\nimport {CacheFirst as workbox_strategies_CacheFirst} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-strategies/CacheFirst.mjs';\nimport {StaleWhileRevalidate as workbox_strategies_StaleWhileRevalidate} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-strategies/StaleWhileRevalidate.mjs';\nimport {RangeRequestsPlugin as workbox_range_requests_RangeRequestsPlugin} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-range-requests/RangeRequestsPlugin.mjs';\nimport {clientsClaim as workbox_core_clientsClaim} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-precaching/precacheAndRoute.mjs';\nimport {cleanupOutdatedCaches as workbox_precaching_cleanupOutdatedCaches} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-precaching/cleanupOutdatedCaches.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\nimportScripts(\n \"worker-HKFtmQufnTIV6sQ0dJS4-.js\"\n);\n\n\n\n\n\n\n\nself.skipWaiting();\n\nworkbox_core_clientsClaim();\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"/_next/server/middleware-manifest.json\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/HKFtmQufnTIV6sQ0dJS4-/_buildManifest.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/HKFtmQufnTIV6sQ0dJS4-/_middlewareManifest.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/HKFtmQufnTIV6sQ0dJS4-/_ssgManifest.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/246.c7c8a3d7c8381219.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/246.c7c8a3d7c8381219.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/312.f7f330fbc208508c.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/312.f7f330fbc208508c.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/465.4009659bcb4f9984.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/465.4009659bcb4f9984.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/47-f5a69c0e5bb6fa88.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/47-f5a69c0e5bb6fa88.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/6a241469.c2b4c9b67796406f.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/6a241469.c2b4c9b67796406f.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/877-aca9b135f3dbdcf5.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/877-aca9b135f3dbdcf5.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/framework-e217ca1422866361.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/framework-e217ca1422866361.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/main-6e55686fe7c5bf45.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/main-6e55686fe7c5bf45.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/index-e8bcf4573823375c.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/index-e8bcf4573823375c.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k-85b39a3c8963b067.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k-85b39a3c8963b067.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k/%5Bid%5D-36a36439852604ea.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k/%5Bid%5D-36a36439852604ea.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r/%5Bid%5D-525f8cfd2b3fc020.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r/%5Bid%5D-525f8cfd2b3fc020.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhhmp-f0cea2a72d9b535c.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhhmp-f0cea2a72d9b535c.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u-71928bb5278f31ea.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u-71928bb5278f31ea.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/webpack-c172b1f58498417d.js\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/chunks/webpack-c172b1f58498417d.js.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/css/47c3acb9e9bd26db.css\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/_next/static/css/47c3acb9e9bd26db.css.map\",\n \"revision\": \"HKFtmQufnTIV6sQ0dJS4-\"\n },\n {\n \"url\": \"/android-chrome-192x192.png\",\n \"revision\": \"57c9c4cd91d24d48b7ffdda0768fd225\"\n },\n {\n \"url\": \"/android-chrome-512x512.png\",\n \"revision\": \"8d2454e6cf551f8ca1e1d5670b13a8d1\"\n },\n {\n \"url\": \"/android-chrome-maskable-192x192.png\",\n \"revision\": \"71c93ce0b34d2fbb4c6654a9131a3d9d\"\n },\n {\n \"url\": \"/android-chrome-maskable-512x512.png\",\n \"revision\": \"4265b8c09997b16ac1493500b43f3755\"\n },\n {\n \"url\": \"/android-chrome-maskable-beta-512x512.png\",\n \"revision\": \"145800cf2381faf1c0f4a61c29a88448\"\n },\n {\n \"url\": \"/apple-touch-icon.png\",\n \"revision\": \"8081d08be3673ec33dbeecab06706b2b\"\n },\n {\n \"url\": \"/favicon-16x16.png\",\n \"revision\": \"ac17d75b1ee007781212853a57b88285\"\n },\n {\n \"url\": \"/favicon-32x32.png\",\n \"revision\": \"360bc7cd4706c0657917f3b78fed6b71\"\n },\n {\n \"url\": \"/favicon.ico\",\n \"revision\": \"b2bf6bb7b4d0234f3e6df44fd7d5707e\"\n },\n {\n \"url\": \"/flat.png\",\n \"revision\": \"e0460141713b5c94104ce19b36c4b462\"\n },\n {\n \"url\": \"/icons/Redo.svg\",\n \"revision\": \"6196f61a2053ff606d5746eb3ab380e3\"\n },\n {\n \"url\": \"/icons/Trash.svg\",\n \"revision\": \"5f2c42a17b7d8459f2e556b6209a61c6\"\n },\n {\n \"url\": \"/icons/Undo.svg\",\n \"revision\": \"24de701870630f51132f9bed3f18ee8f\"\n },\n {\n \"url\": \"/icons/grab.svg\",\n \"revision\": \"a1ca9e5c31d1edd2558ab075f72fde4e\"\n },\n {\n \"url\": \"/icons/pointer.svg\",\n \"revision\": \"dff260f896fe23adb83341639fdf93be\"\n },\n {\n \"url\": \"/icons/resize.svg\",\n \"revision\": \"0a3cb701d15731e25919783801d18f95\"\n },\n {\n \"url\": \"/images/hello.mp4\",\n \"revision\": \"b716f249cc6c781c91b0ac9dc23423b3\"\n },\n {\n \"url\": \"/manifest.json\",\n \"revision\": \"3e4cd02739cceee25488c97ca2ed59da\"\n },\n {\n \"url\": \"/vercel.svg\",\n \"revision\": \"4b4f1876502eb6721764637fe5c41702\"\n }\n], {\n \"ignoreURLParametersMatching\": []\n});\nworkbox_precaching_cleanupOutdatedCaches();\n\n\n\nworkbox_routing_registerRoute(\"/\", new workbox_strategies_NetworkFirst({ \"cacheName\":\"start-url\", plugins: [{ cacheWillUpdate: async ({request, response, event, state}) => { if (response && response.type === 'opaqueredirect') { return new Response(response.body, {status: 200, statusText: 'OK', headers: response.headers}); } return response; } }] }), 'GET');\nworkbox_routing_registerRoute(/^https:\\/\\/fonts\\.(?:gstatic)\\.com\\/.*/i, new workbox_strategies_CacheFirst({ \"cacheName\":\"google-fonts-webfonts\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 4, maxAgeSeconds: 31536000 })] }), 'GET');\nworkbox_routing_registerRoute(/^https:\\/\\/fonts\\.(?:googleapis)\\.com\\/.*/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"google-fonts-stylesheets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 4, maxAgeSeconds: 604800 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-font-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 4, maxAgeSeconds: 604800 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-image-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 64, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\/_next\\/image\\?url=.+$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"next-image\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 64, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:mp3|wav|ogg)$/i, new workbox_strategies_CacheFirst({ \"cacheName\":\"static-audio-assets\", plugins: [new workbox_range_requests_RangeRequestsPlugin(), new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:mp4)$/i, new workbox_strategies_CacheFirst({ \"cacheName\":\"static-video-assets\", plugins: [new workbox_range_requests_RangeRequestsPlugin(), new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:js)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-js-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:css|less)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-style-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\/_next\\/data\\/.+\\/.+\\.json$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"next-data\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:json|xml|csv)$/i, new workbox_strategies_NetworkFirst({ \"cacheName\":\"static-data-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(({url}) => {\n const isSameOrigin = self.origin === url.origin\n if (!isSameOrigin) return false\n const pathname = url.pathname\n // Exclude /api/auth/callback/* to fix OAuth workflow in Safari without impact other environment\n // Above route is default for next-auth, you may need to change it if your OAuth workflow has a different callback route\n // Issue: https://github.com/shadowwalker/next-pwa/issues/131#issuecomment-821894809\n if (pathname.startsWith('/api/auth/')) return false\n if (pathname.startsWith('/api/')) return true\n return false\n }, new workbox_strategies_NetworkFirst({ \"cacheName\":\"apis\",\"networkTimeoutSeconds\":10, plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 16, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(({url}) => {\n const isSameOrigin = self.origin === url.origin\n if (!isSameOrigin) return false\n const pathname = url.pathname\n if (pathname.startsWith('/api/')) return false\n return true\n }, new workbox_strategies_NetworkFirst({ \"cacheName\":\"others\",\"networkTimeoutSeconds\":10, plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(({url}) => {\n const isSameOrigin = self.origin === url.origin\n return !isSameOrigin\n }, new workbox_strategies_NetworkFirst({ \"cacheName\":\"cross-origin\",\"networkTimeoutSeconds\":10, plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 3600 })] }), 'GET');\n\n\n\n\n"],"names":["importScripts","self","skipWaiting","workbox_strategies_NetworkFirst","plugins","cacheWillUpdate","async","request","response","event","state","type","Response","body","status","statusText","headers","workbox_strategies_CacheFirst","workbox_expiration_ExpirationPlugin","maxEntries","maxAgeSeconds","workbox_strategies_StaleWhileRevalidate","workbox_range_requests_RangeRequestsPlugin","url","origin","pathname","startsWith"],"mappings":"0yBAqBAA,cACE,mCASFC,KAAKC,kDAU+B,CAClC,KACS,kDACK,yBAEd,KACS,iEACK,yBAEd,KACS,sEACK,yBAEd,KACS,+DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,uDACK,yBAEd,KACS,2DACK,yBAEd,KACS,6DACK,yBAEd,KACS,iEACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,8DACK,yBAEd,KACS,kEACK,yBAEd,KACS,yDACK,yBAEd,KACS,6DACK,yBAEd,KACS,+DACK,yBAEd,KACS,mEACK,yBAEd,KACS,iEACK,yBAEd,KACS,qEACK,yBAEd,KACS,gEACK,yBAEd,KACS,oEACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,qEACK,yBAEd,KACS,yEACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,qEACK,yBAEd,KACS,yEACK,yBAEd,KACS,+DACK,yBAEd,KACS,mEACK,yBAEd,KACS,iEACK,yBAEd,KACS,qEACK,yBAEd,KACS,kEACK,yBAEd,KACS,sEACK,yBAEd,KACS,sEACK,yBAEd,KACS,0EACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,qEACK,yBAEd,KACS,yEACK,yBAEd,KACS,8EACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,kDACK,yBAEd,KACS,sDACK,yBAEd,KACS,uCACK,oCAEd,KACS,uCACK,oCAEd,KACS,gDACK,oCAEd,KACS,gDACK,oCAEd,KACS,qDACK,oCAEd,KACS,iCACK,oCAEd,KACS,8BACK,oCAEd,KACS,8BACK,oCAEd,KACS,wBACK,oCAEd,KACS,qBACK,oCAEd,KACS,2BACK,oCAEd,KACS,4BACK,oCAEd,KACS,2BACK,oCAEd,KACS,2BACK,oCAEd,KACS,8BACK,oCAEd,KACS,6BACK,oCAEd,KACS,6BACK,oCAEd,KACS,0BACK,oCAEd,KACS,uBACK,qCAEb,6BAC8B,+CAMH,IAAK,IAAIC,eAAgC,WAAc,YAAaC,QAAS,CAAC,CAAEC,gBAAiBC,OAAQC,QAAAA,EAASC,SAAAA,EAAUC,MAAAA,EAAOC,MAAAA,KAAiBF,GAA8B,mBAAlBA,EAASG,KAAoC,IAAIC,SAASJ,EAASK,KAAM,CAACC,OAAQ,IAAKC,WAAY,KAAMC,QAASR,EAASQ,UAAoBR,MAAmB,uBAClU,0CAA2C,IAAIS,aAA8B,WAAc,wBAAyBb,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,EAAGC,cAAe,aAAiB,uBACvN,6CAA8C,IAAIC,uBAAwC,WAAc,2BAA4BjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,EAAGC,cAAe,YAAe,uBACrO,8CAA+C,IAAIC,uBAAwC,WAAc,qBAAsBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,EAAGC,cAAe,YAAe,uBAChO,wCAAyC,IAAIC,uBAAwC,WAAc,sBAAuBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBAC3N,2BAA4B,IAAIC,uBAAwC,WAAc,aAAcjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACrM,sBAAuB,IAAIH,aAA8B,WAAc,sBAAuBb,QAAS,CAAC,IAAIkB,sBAA8C,IAAIJ,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACjP,cAAe,IAAIH,aAA8B,WAAc,sBAAuBb,QAAS,CAAC,IAAIkB,sBAA8C,IAAIJ,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACzO,aAAc,IAAIC,uBAAwC,WAAc,mBAAoBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBAC7L,mBAAoB,IAAIC,uBAAwC,WAAc,sBAAuBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACtM,gCAAiC,IAAIC,uBAAwC,WAAc,YAAajB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACzM,uBAAwB,IAAIjB,eAAgC,WAAc,qBAAsBC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,wBACjM,EAAEG,IAAAA,WACLtB,KAAKuB,SAAWD,EAAIC,QACtB,OAAO,QACpBC,EAAWF,EAAIE,gBAIjBA,EAASC,WAAW,iBACpBD,EAASC,WAAW,WAEvB,IAAIvB,eAAgC,WAAc,6BAA+B,GAAIC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,wBAC/J,EAAEG,IAAAA,WACLtB,KAAKuB,SAAWD,EAAIC,QACtB,OAAO,SACTD,EAAIE,SACRC,WAAW,WAEvB,IAAIvB,eAAgC,WAAc,+BAAiC,GAAIC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,wBACjK,EAAEG,IAAAA,OACLtB,KAAKuB,SAAWD,EAAIC,SAExC,IAAIrB,eAAgC,WAAc,qCAAuC,GAAIC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,UAAa"} \ No newline at end of file +{"version":3,"file":"sw.js","sources":["../../../../../../private/var/folders/k6/qjl8tw096nxblfy2w0s30phc0000gn/T/7c54b0dd22507dac9ea8cd395f0bcff2/sw.js"],"sourcesContent":["import {registerRoute as workbox_routing_registerRoute} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-routing/registerRoute.mjs';\nimport {NetworkFirst as workbox_strategies_NetworkFirst} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-strategies/NetworkFirst.mjs';\nimport {ExpirationPlugin as workbox_expiration_ExpirationPlugin} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-expiration/ExpirationPlugin.mjs';\nimport {CacheFirst as workbox_strategies_CacheFirst} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-strategies/CacheFirst.mjs';\nimport {StaleWhileRevalidate as workbox_strategies_StaleWhileRevalidate} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-strategies/StaleWhileRevalidate.mjs';\nimport {RangeRequestsPlugin as workbox_range_requests_RangeRequestsPlugin} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-range-requests/RangeRequestsPlugin.mjs';\nimport {clientsClaim as workbox_core_clientsClaim} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-precaching/precacheAndRoute.mjs';\nimport {cleanupOutdatedCaches as workbox_precaching_cleanupOutdatedCaches} from '/Users/steveruiz/GitHub/tldraw/node_modules/workbox-precaching/cleanupOutdatedCaches.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\nimportScripts(\n \"worker-7ryd46WBzPy7BjiSHTKb0.js\"\n);\n\n\n\n\n\n\n\nself.skipWaiting();\n\nworkbox_core_clientsClaim();\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"/_next/server/middleware-manifest.json\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/7ryd46WBzPy7BjiSHTKb0/_buildManifest.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/7ryd46WBzPy7BjiSHTKb0/_middlewareManifest.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/7ryd46WBzPy7BjiSHTKb0/_ssgManifest.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/123.10a9ffe99f74a004.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/123.10a9ffe99f74a004.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/176.aec8dd6d0a0a3d6a.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/246.2cb5be7606cd35b4.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/246.2cb5be7606cd35b4.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/465.4009659bcb4f9984.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/465.4009659bcb4f9984.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/47-f5a69c0e5bb6fa88.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/47-f5a69c0e5bb6fa88.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/6a241469.58bef2d243305d04.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/6a241469.58bef2d243305d04.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/877-aca9b135f3dbdcf5.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/877-aca9b135f3dbdcf5.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/framework-e217ca1422866361.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/framework-e217ca1422866361.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/main-6e55686fe7c5bf45.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/main-6e55686fe7c5bf45.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_app-1fe8066c200f0ee7.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/_error-95c3aeb2ad988caa.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/index-e8bcf4573823375c.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/index-e8bcf4573823375c.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k-85b39a3c8963b067.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k-85b39a3c8963b067.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k/%5Bid%5D-78bbbbef5651a77a.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/k/%5Bid%5D-78bbbbef5651a77a.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r-20a3e40d1b6def2b.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r/%5Bid%5D-7227e59e86a65dfd.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/r/%5Bid%5D-7227e59e86a65dfd.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhh-adff4484e61b90f4.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhhmp-70e1e0f1d07e8d29.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/shhhmp-70e1e0f1d07e8d29.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/signout-bbc4b75e0ddaefc3.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/sponsorware-1daf5236c866b33d.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u-71928bb5278f31ea.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u-71928bb5278f31ea.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/pages/u/%5Bid%5D-50acff981037e198.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/webpack-96363ff07083b272.js\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/chunks/webpack-96363ff07083b272.js.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/css/47c3acb9e9bd26db.css\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/_next/static/css/47c3acb9e9bd26db.css.map\",\n \"revision\": \"7ryd46WBzPy7BjiSHTKb0\"\n },\n {\n \"url\": \"/android-chrome-192x192.png\",\n \"revision\": \"57c9c4cd91d24d48b7ffdda0768fd225\"\n },\n {\n \"url\": \"/android-chrome-512x512.png\",\n \"revision\": \"8d2454e6cf551f8ca1e1d5670b13a8d1\"\n },\n {\n \"url\": \"/android-chrome-maskable-192x192.png\",\n \"revision\": \"71c93ce0b34d2fbb4c6654a9131a3d9d\"\n },\n {\n \"url\": \"/android-chrome-maskable-512x512.png\",\n \"revision\": \"4265b8c09997b16ac1493500b43f3755\"\n },\n {\n \"url\": \"/android-chrome-maskable-beta-512x512.png\",\n \"revision\": \"145800cf2381faf1c0f4a61c29a88448\"\n },\n {\n \"url\": \"/apple-touch-icon.png\",\n \"revision\": \"8081d08be3673ec33dbeecab06706b2b\"\n },\n {\n \"url\": \"/favicon-16x16.png\",\n \"revision\": \"ac17d75b1ee007781212853a57b88285\"\n },\n {\n \"url\": \"/favicon-32x32.png\",\n \"revision\": \"360bc7cd4706c0657917f3b78fed6b71\"\n },\n {\n \"url\": \"/favicon.ico\",\n \"revision\": \"b2bf6bb7b4d0234f3e6df44fd7d5707e\"\n },\n {\n \"url\": \"/flat.png\",\n \"revision\": \"e0460141713b5c94104ce19b36c4b462\"\n },\n {\n \"url\": \"/icons/Redo.svg\",\n \"revision\": \"6196f61a2053ff606d5746eb3ab380e3\"\n },\n {\n \"url\": \"/icons/Trash.svg\",\n \"revision\": \"5f2c42a17b7d8459f2e556b6209a61c6\"\n },\n {\n \"url\": \"/icons/Undo.svg\",\n \"revision\": \"24de701870630f51132f9bed3f18ee8f\"\n },\n {\n \"url\": \"/icons/grab.svg\",\n \"revision\": \"a1ca9e5c31d1edd2558ab075f72fde4e\"\n },\n {\n \"url\": \"/icons/pointer.svg\",\n \"revision\": \"dff260f896fe23adb83341639fdf93be\"\n },\n {\n \"url\": \"/icons/resize.svg\",\n \"revision\": \"0a3cb701d15731e25919783801d18f95\"\n },\n {\n \"url\": \"/images/hello.mp4\",\n \"revision\": \"b716f249cc6c781c91b0ac9dc23423b3\"\n },\n {\n \"url\": \"/manifest.json\",\n \"revision\": \"3e4cd02739cceee25488c97ca2ed59da\"\n },\n {\n \"url\": \"/vercel.svg\",\n \"revision\": \"4b4f1876502eb6721764637fe5c41702\"\n }\n], {\n \"ignoreURLParametersMatching\": []\n});\nworkbox_precaching_cleanupOutdatedCaches();\n\n\n\nworkbox_routing_registerRoute(\"/\", new workbox_strategies_NetworkFirst({ \"cacheName\":\"start-url\", plugins: [{ cacheWillUpdate: async ({request, response, event, state}) => { if (response && response.type === 'opaqueredirect') { return new Response(response.body, {status: 200, statusText: 'OK', headers: response.headers}); } return response; } }] }), 'GET');\nworkbox_routing_registerRoute(/^https:\\/\\/fonts\\.(?:gstatic)\\.com\\/.*/i, new workbox_strategies_CacheFirst({ \"cacheName\":\"google-fonts-webfonts\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 4, maxAgeSeconds: 31536000 })] }), 'GET');\nworkbox_routing_registerRoute(/^https:\\/\\/fonts\\.(?:googleapis)\\.com\\/.*/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"google-fonts-stylesheets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 4, maxAgeSeconds: 604800 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-font-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 4, maxAgeSeconds: 604800 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-image-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 64, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\/_next\\/image\\?url=.+$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"next-image\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 64, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:mp3|wav|ogg)$/i, new workbox_strategies_CacheFirst({ \"cacheName\":\"static-audio-assets\", plugins: [new workbox_range_requests_RangeRequestsPlugin(), new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:mp4)$/i, new workbox_strategies_CacheFirst({ \"cacheName\":\"static-video-assets\", plugins: [new workbox_range_requests_RangeRequestsPlugin(), new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:js)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-js-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:css|less)$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"static-style-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\/_next\\/data\\/.+\\/.+\\.json$/i, new workbox_strategies_StaleWhileRevalidate({ \"cacheName\":\"next-data\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(/\\.(?:json|xml|csv)$/i, new workbox_strategies_NetworkFirst({ \"cacheName\":\"static-data-assets\", plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(({url}) => {\n const isSameOrigin = self.origin === url.origin\n if (!isSameOrigin) return false\n const pathname = url.pathname\n // Exclude /api/auth/callback/* to fix OAuth workflow in Safari without impact other environment\n // Above route is default for next-auth, you may need to change it if your OAuth workflow has a different callback route\n // Issue: https://github.com/shadowwalker/next-pwa/issues/131#issuecomment-821894809\n if (pathname.startsWith('/api/auth/')) return false\n if (pathname.startsWith('/api/')) return true\n return false\n }, new workbox_strategies_NetworkFirst({ \"cacheName\":\"apis\",\"networkTimeoutSeconds\":10, plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 16, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(({url}) => {\n const isSameOrigin = self.origin === url.origin\n if (!isSameOrigin) return false\n const pathname = url.pathname\n if (pathname.startsWith('/api/')) return false\n return true\n }, new workbox_strategies_NetworkFirst({ \"cacheName\":\"others\",\"networkTimeoutSeconds\":10, plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 86400 })] }), 'GET');\nworkbox_routing_registerRoute(({url}) => {\n const isSameOrigin = self.origin === url.origin\n return !isSameOrigin\n }, new workbox_strategies_NetworkFirst({ \"cacheName\":\"cross-origin\",\"networkTimeoutSeconds\":10, plugins: [new workbox_expiration_ExpirationPlugin({ maxEntries: 32, maxAgeSeconds: 3600 })] }), 'GET');\n\n\n\n\n"],"names":["importScripts","self","skipWaiting","workbox_strategies_NetworkFirst","plugins","cacheWillUpdate","async","request","response","event","state","type","Response","body","status","statusText","headers","workbox_strategies_CacheFirst","workbox_expiration_ExpirationPlugin","maxEntries","maxAgeSeconds","workbox_strategies_StaleWhileRevalidate","workbox_range_requests_RangeRequestsPlugin","url","origin","pathname","startsWith"],"mappings":"0yBAqBAA,cACE,mCASFC,KAAKC,kDAU+B,CAClC,KACS,kDACK,yBAEd,KACS,iEACK,yBAEd,KACS,sEACK,yBAEd,KACS,+DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,uDACK,yBAEd,KACS,2DACK,yBAEd,KACS,6DACK,yBAEd,KACS,iEACK,yBAEd,KACS,wDACK,yBAEd,KACS,4DACK,yBAEd,KACS,8DACK,yBAEd,KACS,kEACK,yBAEd,KACS,yDACK,yBAEd,KACS,6DACK,yBAEd,KACS,+DACK,yBAEd,KACS,mEACK,yBAEd,KACS,iEACK,yBAEd,KACS,qEACK,yBAEd,KACS,gEACK,yBAEd,KACS,oEACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,qEACK,yBAEd,KACS,yEACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,qEACK,yBAEd,KACS,yEACK,yBAEd,KACS,+DACK,yBAEd,KACS,mEACK,yBAEd,KACS,iEACK,yBAEd,KACS,qEACK,yBAEd,KACS,kEACK,yBAEd,KACS,sEACK,yBAEd,KACS,sEACK,yBAEd,KACS,0EACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,qEACK,yBAEd,KACS,yEACK,yBAEd,KACS,8EACK,yBAEd,KACS,4DACK,yBAEd,KACS,gEACK,yBAEd,KACS,kDACK,yBAEd,KACS,sDACK,yBAEd,KACS,uCACK,oCAEd,KACS,uCACK,oCAEd,KACS,gDACK,oCAEd,KACS,gDACK,oCAEd,KACS,qDACK,oCAEd,KACS,iCACK,oCAEd,KACS,8BACK,oCAEd,KACS,8BACK,oCAEd,KACS,wBACK,oCAEd,KACS,qBACK,oCAEd,KACS,2BACK,oCAEd,KACS,4BACK,oCAEd,KACS,2BACK,oCAEd,KACS,2BACK,oCAEd,KACS,8BACK,oCAEd,KACS,6BACK,oCAEd,KACS,6BACK,oCAEd,KACS,0BACK,oCAEd,KACS,uBACK,qCAEb,6BAC8B,+CAMH,IAAK,IAAIC,eAAgC,WAAc,YAAaC,QAAS,CAAC,CAAEC,gBAAiBC,OAAQC,QAAAA,EAASC,SAAAA,EAAUC,MAAAA,EAAOC,MAAAA,KAAiBF,GAA8B,mBAAlBA,EAASG,KAAoC,IAAIC,SAASJ,EAASK,KAAM,CAACC,OAAQ,IAAKC,WAAY,KAAMC,QAASR,EAASQ,UAAoBR,MAAmB,uBAClU,0CAA2C,IAAIS,aAA8B,WAAc,wBAAyBb,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,EAAGC,cAAe,aAAiB,uBACvN,6CAA8C,IAAIC,uBAAwC,WAAc,2BAA4BjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,EAAGC,cAAe,YAAe,uBACrO,8CAA+C,IAAIC,uBAAwC,WAAc,qBAAsBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,EAAGC,cAAe,YAAe,uBAChO,wCAAyC,IAAIC,uBAAwC,WAAc,sBAAuBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBAC3N,2BAA4B,IAAIC,uBAAwC,WAAc,aAAcjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACrM,sBAAuB,IAAIH,aAA8B,WAAc,sBAAuBb,QAAS,CAAC,IAAIkB,sBAA8C,IAAIJ,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACjP,cAAe,IAAIH,aAA8B,WAAc,sBAAuBb,QAAS,CAAC,IAAIkB,sBAA8C,IAAIJ,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACzO,aAAc,IAAIC,uBAAwC,WAAc,mBAAoBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBAC7L,mBAAoB,IAAIC,uBAAwC,WAAc,sBAAuBjB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACtM,gCAAiC,IAAIC,uBAAwC,WAAc,YAAajB,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,uBACzM,uBAAwB,IAAIjB,eAAgC,WAAc,qBAAsBC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,wBACjM,EAAEG,IAAAA,WACLtB,KAAKuB,SAAWD,EAAIC,QACtB,OAAO,QACpBC,EAAWF,EAAIE,gBAIjBA,EAASC,WAAW,iBACpBD,EAASC,WAAW,WAEvB,IAAIvB,eAAgC,WAAc,6BAA+B,GAAIC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,wBAC/J,EAAEG,IAAAA,WACLtB,KAAKuB,SAAWD,EAAIC,QACtB,OAAO,SACTD,EAAIE,SACRC,WAAW,WAEvB,IAAIvB,eAAgC,WAAc,+BAAiC,GAAIC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,WAAc,wBACjK,EAAEG,IAAAA,OACLtB,KAAKuB,SAAWD,EAAIC,SAExC,IAAIrB,eAAgC,WAAc,qCAAuC,GAAIC,QAAS,CAAC,IAAIc,mBAAoC,CAAEC,WAAY,GAAIC,cAAe,UAAa"} \ No newline at end of file diff --git a/packages/www/public/worker-HKFtmQufnTIV6sQ0dJS4-.js b/packages/www/public/worker-7ryd46WBzPy7BjiSHTKb0.js similarity index 100% rename from packages/www/public/worker-HKFtmQufnTIV6sQ0dJS4-.js rename to packages/www/public/worker-7ryd46WBzPy7BjiSHTKb0.js diff --git a/packages/www/tsconfig.json b/packages/www/tsconfig.json index b322a37dc..eddfc4ea0 100644 --- a/packages/www/tsconfig.json +++ b/packages/www/tsconfig.json @@ -2,7 +2,11 @@ "compilerOptions": { "composite": true, "target": "es5", - "lib": ["dom", "dom.iterable", "esnext"], + "lib": [ + "dom", + "dom.iterable", + "esnext" + ], "allowJs": true, "skipLibCheck": true, "strict": false, @@ -11,19 +15,29 @@ "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", - "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "baseUrl": ".", "rootDir": ".", "paths": { - "-*": ["./*"], - "@tldraw/tldraw": ["../tldraw"] + "-*": [ + "./*" + ], + "@tldraw/tldraw": [ + "../tldraw" + ] }, - "incremental": true + "incremental": true, + "resolveJsonModule": true }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"], + "include": [ + "next-env.d.ts", + "**/*.ts", + "**/*.tsx" + ], + "exclude": [ + "node_modules" + ], "references": [ { "path": "../tldraw" diff --git a/tsconfig.json b/tsconfig.json index fe29ef49b..33f067fb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,17 +3,11 @@ "extends": "./tsconfig.base.json", "exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts"], "files": [], - "references": [ - { "path": "./packages/vec" }, - { "path": "./packages/intersect" }, - { "path": "./packages/tldraw" } - ], + "references": [{ "path": "./packages/tldraw" }], "compilerOptions": { "baseUrl": ".", "paths": { "@tldraw/tldraw": ["./packages/tldraw"], - "@tldraw/vec": ["./packages/vec"], - "@tldraw/intersect": ["./packages/intersect"], "~*": ["./packages/tldraw/src/*"] } } diff --git a/yarn.lock b/yarn.lock index b6ac0cf9a..b69afba8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,7 +30,7 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== -"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5": +"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5": version "7.15.8" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== @@ -783,7 +783,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.14.5" "@babel/helper-plugin-utils" "^7.14.5" -"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.15.4": +"@babel/preset-env@^7.11.0": version "7.15.8" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== @@ -933,18 +933,6 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspotcode/source-map-consumer@0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" - integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg== - -"@cspotcode/source-map-support@0.7.0": - version "0.7.0" - resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5" - integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA== - dependencies: - "@cspotcode/source-map-consumer" "0.8.0" - "@eslint/eslintrc@^0.4.3": version "0.4.3" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" @@ -1034,11 +1022,6 @@ unique-filename "^1.1.1" which "^1.3.1" -"@gar/promisify@^1.0.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210" - integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== - "@hapi/accept@5.0.2": version "5.0.2" resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.2.tgz#ab7043b037e68b722f93f376afb05e85c0699523" @@ -1073,11 +1056,6 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf" integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w== -"@hutson/parse-repository-url@^3.0.0": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340" - integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== - "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" @@ -1279,22 +1257,6 @@ p-map "^2.1.0" semver "^6.2.0" -"@lerna/add@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f" - integrity sha512-cpmAH1iS3k8JBxNvnMqrGTTjbY/ZAiKa1ChJzFevMYY3eeqbvhsBKnBcxjRXtdrJ6bd3dCQM+ZtK+0i682Fhng== - dependencies: - "@lerna/bootstrap" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/filter-options" "4.0.0" - "@lerna/npm-conf" "4.0.0" - "@lerna/validation-error" "4.0.0" - dedent "^0.7.0" - npm-package-arg "^8.1.0" - p-map "^4.0.0" - pacote "^11.2.6" - semver "^7.3.4" - "@lerna/bootstrap@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.21.0.tgz#bcd1b651be5b0970b20d8fae04c864548123aed6" @@ -1324,34 +1286,6 @@ read-package-tree "^5.1.6" semver "^6.2.0" -"@lerna/bootstrap@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-4.0.0.tgz#5f5c5e2c6cfc8fcec50cb2fbe569a8c607101891" - integrity sha512-RkS7UbeM2vu+kJnHzxNRCLvoOP9yGNgkzRdy4UV2hNalD7EP41bLvRVOwRYQ7fhc2QcbhnKNdOBihYRL0LcKtw== - dependencies: - "@lerna/command" "4.0.0" - "@lerna/filter-options" "4.0.0" - "@lerna/has-npm-version" "4.0.0" - "@lerna/npm-install" "4.0.0" - "@lerna/package-graph" "4.0.0" - "@lerna/pulse-till-done" "4.0.0" - "@lerna/rimraf-dir" "4.0.0" - "@lerna/run-lifecycle" "4.0.0" - "@lerna/run-topologically" "4.0.0" - "@lerna/symlink-binary" "4.0.0" - "@lerna/symlink-dependencies" "4.0.0" - "@lerna/validation-error" "4.0.0" - dedent "^0.7.0" - get-port "^5.1.1" - multimatch "^5.0.0" - npm-package-arg "^8.1.0" - npmlog "^4.1.2" - p-map "^4.0.0" - p-map-series "^2.1.0" - p-waterfall "^2.1.1" - read-package-tree "^5.3.1" - semver "^7.3.4" - "@lerna/changed@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.21.0.tgz#108e15f679bfe077af500f58248c634f1044ea0b" @@ -1362,16 +1296,6 @@ "@lerna/listable" "3.18.5" "@lerna/output" "3.13.0" -"@lerna/changed@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-4.0.0.tgz#b9fc76cea39b9292a6cd263f03eb57af85c9270b" - integrity sha512-cD+KuPRp6qiPOD+BO6S6SN5cARspIaWSOqGBpGnYzLb4uWT8Vk4JzKyYtc8ym1DIwyoFXHosXt8+GDAgR8QrgQ== - dependencies: - "@lerna/collect-updates" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/listable" "4.0.0" - "@lerna/output" "4.0.0" - "@lerna/check-working-tree@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.16.5.tgz#b4f8ae61bb4523561dfb9f8f8d874dd46bb44baa" @@ -1381,15 +1305,6 @@ "@lerna/describe-ref" "3.16.5" "@lerna/validation-error" "3.13.0" -"@lerna/check-working-tree@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-4.0.0.tgz#257e36a602c00142e76082a19358e3e1ae8dbd58" - integrity sha512-/++bxM43jYJCshBiKP5cRlCTwSJdRSxVmcDAXM+1oUewlZJVSVlnks5eO0uLxokVFvLhHlC5kHMc7gbVFPHv6Q== - dependencies: - "@lerna/collect-uncommitted" "4.0.0" - "@lerna/describe-ref" "4.0.0" - "@lerna/validation-error" "4.0.0" - "@lerna/child-process@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-3.16.5.tgz#38fa3c18064aa4ac0754ad80114776a7b36a69b2" @@ -1399,15 +1314,6 @@ execa "^1.0.0" strong-log-transformer "^2.0.0" -"@lerna/child-process@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-4.0.0.tgz#341b96a57dffbd9705646d316e231df6fa4df6e1" - integrity sha512-XtCnmCT9eyVsUUHx6y/CTBYdV9g2Cr/VxyseTWBgfIur92/YKClfEtJTbOh94jRT62hlKLqSvux/UhxXVh613Q== - dependencies: - chalk "^4.1.0" - execa "^5.0.0" - strong-log-transformer "^2.1.0" - "@lerna/clean@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.21.0.tgz#c0b46b5300cc3dae2cda3bec14b803082da3856d" @@ -1422,20 +1328,6 @@ p-map-series "^1.0.0" p-waterfall "^1.0.0" -"@lerna/clean@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-4.0.0.tgz#8f778b6f2617aa2a936a6b5e085ae62498e57dc5" - integrity sha512-uugG2iN9k45ITx2jtd8nEOoAtca8hNlDCUM0N3lFgU/b1mEQYAPRkqr1qs4FLRl/Y50ZJ41wUz1eazS+d/0osA== - dependencies: - "@lerna/command" "4.0.0" - "@lerna/filter-options" "4.0.0" - "@lerna/prompt" "4.0.0" - "@lerna/pulse-till-done" "4.0.0" - "@lerna/rimraf-dir" "4.0.0" - p-map "^4.0.0" - p-map-series "^2.1.0" - p-waterfall "^2.1.1" - "@lerna/cli@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-3.18.5.tgz#c90c461542fcd35b6d5b015a290fb0dbfb41d242" @@ -1446,16 +1338,6 @@ npmlog "^4.1.2" yargs "^14.2.2" -"@lerna/cli@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-4.0.0.tgz#8eabd334558836c1664df23f19acb95e98b5bbf3" - integrity sha512-Neaw3GzFrwZiRZv2g7g6NwFjs3er1vhraIniEs0jjVLPMNC4eata0na3GfE5yibkM/9d3gZdmihhZdZ3EBdvYA== - dependencies: - "@lerna/global-options" "4.0.0" - dedent "^0.7.0" - npmlog "^4.1.2" - yargs "^16.2.0" - "@lerna/collect-uncommitted@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-3.16.5.tgz#a494d61aac31cdc7aec4bbe52c96550274132e63" @@ -1466,15 +1348,6 @@ figgy-pudding "^3.5.1" npmlog "^4.1.2" -"@lerna/collect-uncommitted@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-4.0.0.tgz#855cd64612969371cfc2453b90593053ff1ba779" - integrity sha512-ufSTfHZzbx69YNj7KXQ3o66V4RC76ffOjwLX0q/ab//61bObJ41n03SiQEhSlmpP+gmFbTJ3/7pTe04AHX9m/g== - dependencies: - "@lerna/child-process" "4.0.0" - chalk "^4.1.0" - npmlog "^4.1.2" - "@lerna/collect-updates@3.20.0": version "3.20.0" resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.20.0.tgz#62f9d76ba21a25b7d9fbf31c02de88744a564bd1" @@ -1486,17 +1359,6 @@ npmlog "^4.1.2" slash "^2.0.0" -"@lerna/collect-updates@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-4.0.0.tgz#8e208b1bafd98a372ff1177f7a5e288f6bea8041" - integrity sha512-bnNGpaj4zuxsEkyaCZLka9s7nMs58uZoxrRIPJ+nrmrZYp1V5rrd+7/NYTuunOhY2ug1sTBvTAxj3NZQ+JKnOw== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/describe-ref" "4.0.0" - minimatch "^3.0.4" - npmlog "^4.1.2" - slash "^3.0.0" - "@lerna/command@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.21.0.tgz#9a2383759dc7b700dacfa8a22b2f3a6e190121f7" @@ -1513,22 +1375,6 @@ is-ci "^2.0.0" npmlog "^4.1.2" -"@lerna/command@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-4.0.0.tgz#991c7971df8f5bf6ae6e42c808869a55361c1b98" - integrity sha512-LM9g3rt5FsPNFqIHUeRwWXLNHJ5NKzOwmVKZ8anSp4e1SPrv2HNc1V02/9QyDDZK/w+5POXH5lxZUI1CHaOK/A== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/package-graph" "4.0.0" - "@lerna/project" "4.0.0" - "@lerna/validation-error" "4.0.0" - "@lerna/write-log-file" "4.0.0" - clone-deep "^4.0.1" - dedent "^0.7.0" - execa "^5.0.0" - is-ci "^2.0.0" - npmlog "^4.1.2" - "@lerna/conventional-commits@3.22.0": version "3.22.0" resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.22.0.tgz#2798f4881ee2ef457bdae027ab7d0bf0af6f1e09" @@ -1546,23 +1392,6 @@ pify "^4.0.1" semver "^6.2.0" -"@lerna/conventional-commits@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-4.0.0.tgz#660fb2c7b718cb942ead70110df61f18c6f99750" - integrity sha512-CSUQRjJHFrH8eBn7+wegZLV3OrNc0Y1FehYfYGhjLE2SIfpCL4bmfu/ViYuHh9YjwHaA+4SX6d3hR+xkeseKmw== - dependencies: - "@lerna/validation-error" "4.0.0" - conventional-changelog-angular "^5.0.12" - conventional-changelog-core "^4.2.2" - conventional-recommended-bump "^6.1.0" - fs-extra "^9.1.0" - get-stream "^6.0.0" - lodash.template "^4.5.0" - npm-package-arg "^8.1.0" - npmlog "^4.1.2" - pify "^5.0.0" - semver "^7.3.4" - "@lerna/create-symlink@3.16.2": version "3.16.2" resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-3.16.2.tgz#412cb8e59a72f5a7d9463e4e4721ad2070149967" @@ -1572,15 +1401,6 @@ fs-extra "^8.1.0" npmlog "^4.1.2" -"@lerna/create-symlink@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-4.0.0.tgz#8c5317ce5ae89f67825443bd7651bf4121786228" - integrity sha512-I0phtKJJdafUiDwm7BBlEUOtogmu8+taxq6PtIrxZbllV9hWg59qkpuIsiFp+no7nfRVuaasNYHwNUhDAVQBig== - dependencies: - cmd-shim "^4.1.0" - fs-extra "^9.1.0" - npmlog "^4.1.2" - "@lerna/create@3.22.0": version "3.22.0" resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.22.0.tgz#d6bbd037c3dc5b425fe5f6d1b817057c278f7619" @@ -1605,30 +1425,6 @@ validate-npm-package-name "^3.0.0" whatwg-url "^7.0.0" -"@lerna/create@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-4.0.0.tgz#b6947e9b5dfb6530321952998948c3e63d64d730" - integrity sha512-mVOB1niKByEUfxlbKTM1UNECWAjwUdiioIbRQZEeEabtjCL69r9rscIsjlGyhGWCfsdAG5wfq4t47nlDXdLLag== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/npm-conf" "4.0.0" - "@lerna/validation-error" "4.0.0" - dedent "^0.7.0" - fs-extra "^9.1.0" - globby "^11.0.2" - init-package-json "^2.0.2" - npm-package-arg "^8.1.0" - p-reduce "^2.1.0" - pacote "^11.2.6" - pify "^5.0.0" - semver "^7.3.4" - slash "^3.0.0" - validate-npm-package-license "^3.0.4" - validate-npm-package-name "^3.0.0" - whatwg-url "^8.4.0" - yargs-parser "20.2.4" - "@lerna/describe-ref@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.16.5.tgz#a338c25aaed837d3dc70b8a72c447c5c66346ac0" @@ -1637,14 +1433,6 @@ "@lerna/child-process" "3.16.5" npmlog "^4.1.2" -"@lerna/describe-ref@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-4.0.0.tgz#53c53b4ea65fdceffa072a62bfebe6772c45d9ec" - integrity sha512-eTU5+xC4C5Gcgz+Ey4Qiw9nV2B4JJbMulsYJMW8QjGcGh8zudib7Sduj6urgZXUYNyhYpRs+teci9M2J8u+UvQ== - dependencies: - "@lerna/child-process" "4.0.0" - npmlog "^4.1.2" - "@lerna/diff@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.21.0.tgz#e6df0d8b9916167ff5a49fcb02ac06424280a68d" @@ -1655,16 +1443,6 @@ "@lerna/validation-error" "3.13.0" npmlog "^4.1.2" -"@lerna/diff@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-4.0.0.tgz#6d3071817aaa4205a07bf77cfc6e932796d48b92" - integrity sha512-jYPKprQVg41+MUMxx6cwtqsNm0Yxx9GDEwdiPLwcUTFx+/qKCEwifKNJ1oGIPBxyEHX2PFCOjkK39lHoj2qiag== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/validation-error" "4.0.0" - npmlog "^4.1.2" - "@lerna/exec@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.21.0.tgz#17f07533893cb918a17b41bcc566dc437016db26" @@ -1678,19 +1456,6 @@ "@lerna/validation-error" "3.13.0" p-map "^2.1.0" -"@lerna/exec@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-4.0.0.tgz#eb6cb95cb92d42590e9e2d628fcaf4719d4a8be6" - integrity sha512-VGXtL/b/JfY84NB98VWZpIExfhLOzy0ozm/0XaS4a2SmkAJc5CeUfrhvHxxkxiTBLkU+iVQUyYEoAT0ulQ8PCw== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/filter-options" "4.0.0" - "@lerna/profiler" "4.0.0" - "@lerna/run-topologically" "4.0.0" - "@lerna/validation-error" "4.0.0" - p-map "^4.0.0" - "@lerna/filter-options@3.20.0": version "3.20.0" resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.20.0.tgz#0f0f5d5a4783856eece4204708cc902cbc8af59b" @@ -1702,16 +1467,6 @@ figgy-pudding "^3.5.1" npmlog "^4.1.2" -"@lerna/filter-options@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-4.0.0.tgz#ac94cc515d7fa3b47e2f7d74deddeabb1de5e9e6" - integrity sha512-vV2ANOeZhOqM0rzXnYcFFCJ/kBWy/3OA58irXih9AMTAlQLymWAK0akWybl++sUJ4HB9Hx12TOqaXbYS2NM5uw== - dependencies: - "@lerna/collect-updates" "4.0.0" - "@lerna/filter-packages" "4.0.0" - dedent "^0.7.0" - npmlog "^4.1.2" - "@lerna/filter-packages@3.18.0": version "3.18.0" resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-3.18.0.tgz#6a7a376d285208db03a82958cfb8172e179b4e70" @@ -1721,15 +1476,6 @@ multimatch "^3.0.0" npmlog "^4.1.2" -"@lerna/filter-packages@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-4.0.0.tgz#b1f70d70e1de9cdd36a4e50caa0ac501f8d012f2" - integrity sha512-+4AJIkK7iIiOaqCiVTYJxh/I9qikk4XjNQLhE3kixaqgMuHl1NQ99qXRR0OZqAWB9mh8Z1HA9bM5K1HZLBTOqA== - dependencies: - "@lerna/validation-error" "4.0.0" - multimatch "^5.0.0" - npmlog "^4.1.2" - "@lerna/get-npm-exec-opts@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.13.0.tgz#d1b552cb0088199fc3e7e126f914e39a08df9ea5" @@ -1737,13 +1483,6 @@ dependencies: npmlog "^4.1.2" -"@lerna/get-npm-exec-opts@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-4.0.0.tgz#dc955be94a4ae75c374ef9bce91320887d34608f" - integrity sha512-yvmkerU31CTWS2c7DvmAWmZVeclPBqI7gPVr5VATUKNWJ/zmVcU4PqbYoLu92I9Qc4gY1TuUplMNdNuZTSL7IQ== - dependencies: - npmlog "^4.1.2" - "@lerna/get-packed@3.16.0": version "3.16.0" resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-3.16.0.tgz#1b316b706dcee86c7baa55e50b087959447852ff" @@ -1753,15 +1492,6 @@ ssri "^6.0.1" tar "^4.4.8" -"@lerna/get-packed@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-4.0.0.tgz#0989d61624ac1f97e393bdad2137c49cd7a37823" - integrity sha512-rfWONRsEIGyPJTxFzC8ECb3ZbsDXJbfqWYyeeQQDrJRPnEJErlltRLPLgC2QWbxFgFPsoDLeQmFHJnf0iDfd8w== - dependencies: - fs-extra "^9.1.0" - ssri "^8.0.1" - tar "^6.1.0" - "@lerna/github-client@3.22.0": version "3.22.0" resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.22.0.tgz#5d816aa4f76747ed736ae64ff962b8f15c354d95" @@ -1773,17 +1503,6 @@ git-url-parse "^11.1.2" npmlog "^4.1.2" -"@lerna/github-client@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-4.0.0.tgz#2ced67721363ef70f8e12ffafce4410918f4a8a4" - integrity sha512-2jhsldZtTKXYUBnOm23Lb0Fx8G4qfSXF9y7UpyUgWUj+YZYd+cFxSuorwQIgk5P4XXrtVhsUesIsli+BYSThiw== - dependencies: - "@lerna/child-process" "4.0.0" - "@octokit/plugin-enterprise-rest" "^6.0.1" - "@octokit/rest" "^18.1.0" - git-url-parse "^11.4.4" - npmlog "^4.1.2" - "@lerna/gitlab-client@3.15.0": version "3.15.0" resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-3.15.0.tgz#91f4ec8c697b5ac57f7f25bd50fe659d24aa96a6" @@ -1793,25 +1512,11 @@ npmlog "^4.1.2" whatwg-url "^7.0.0" -"@lerna/gitlab-client@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-4.0.0.tgz#00dad73379c7b38951d4b4ded043504c14e2b67d" - integrity sha512-OMUpGSkeDWFf7BxGHlkbb35T7YHqVFCwBPSIR6wRsszY8PAzCYahtH3IaJzEJyUg6vmZsNl0FSr3pdA2skhxqA== - dependencies: - node-fetch "^2.6.1" - npmlog "^4.1.2" - whatwg-url "^8.4.0" - "@lerna/global-options@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1" integrity sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ== -"@lerna/global-options@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-4.0.0.tgz#c7d8b0de6a01d8a845e2621ea89e7f60f18c6a5f" - integrity sha512-TRMR8afAHxuYBHK7F++Ogop2a82xQjoGna1dvPOY6ltj/pEx59pdgcJfYcynYqMkFIk8bhLJJN9/ndIfX29FTQ== - "@lerna/has-npm-version@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-3.16.5.tgz#ab83956f211d8923ea6afe9b979b38cc73b15326" @@ -1820,14 +1525,6 @@ "@lerna/child-process" "3.16.5" semver "^6.2.0" -"@lerna/has-npm-version@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-4.0.0.tgz#d3fc3292c545eb28bd493b36e6237cf0279f631c" - integrity sha512-LQ3U6XFH8ZmLCsvsgq1zNDqka0Xzjq5ibVN+igAI5ccRWNaUsE/OcmsyMr50xAtNQMYMzmpw5GVLAivT2/YzCg== - dependencies: - "@lerna/child-process" "4.0.0" - semver "^7.3.4" - "@lerna/import@3.22.0": version "3.22.0" resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.22.0.tgz#1a5f0394f38e23c4f642a123e5e1517e70d068d2" @@ -1842,20 +1539,6 @@ fs-extra "^8.1.0" p-map-series "^1.0.0" -"@lerna/import@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-4.0.0.tgz#bde656c4a451fa87ae41733ff8a8da60547c5465" - integrity sha512-FaIhd+4aiBousKNqC7TX1Uhe97eNKf5/SC7c5WZANVWtC7aBWdmswwDt3usrzCNpj6/Wwr9EtEbYROzxKH8ffg== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/prompt" "4.0.0" - "@lerna/pulse-till-done" "4.0.0" - "@lerna/validation-error" "4.0.0" - dedent "^0.7.0" - fs-extra "^9.1.0" - p-map-series "^2.1.0" - "@lerna/info@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/info/-/info-3.21.0.tgz#76696b676fdb0f35d48c83c63c1e32bb5e37814f" @@ -1865,15 +1548,6 @@ "@lerna/output" "3.13.0" envinfo "^7.3.1" -"@lerna/info@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/info/-/info-4.0.0.tgz#b9fb0e479d60efe1623603958a831a88b1d7f1fc" - integrity sha512-8Uboa12kaCSZEn4XRfPz5KU9XXoexSPS4oeYGj76s2UQb1O1GdnEyfjyNWoUl1KlJ2i/8nxUskpXIftoFYH0/Q== - dependencies: - "@lerna/command" "4.0.0" - "@lerna/output" "4.0.0" - envinfo "^7.7.4" - "@lerna/init@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.21.0.tgz#1e810934dc8bf4e5386c031041881d3b4096aa5c" @@ -1885,17 +1559,6 @@ p-map "^2.1.0" write-json-file "^3.2.0" -"@lerna/init@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-4.0.0.tgz#dadff67e6dfb981e8ccbe0e6a310e837962f6c7a" - integrity sha512-wY6kygop0BCXupzWj5eLvTUqdR7vIAm0OgyV9WHpMYQGfs1V22jhztt8mtjCloD/O0nEe4tJhdG62XU5aYmPNQ== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/command" "4.0.0" - fs-extra "^9.1.0" - p-map "^4.0.0" - write-json-file "^4.3.0" - "@lerna/link@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.21.0.tgz#8be68ff0ccee104b174b5bbd606302c2f06e9d9b" @@ -1907,17 +1570,6 @@ p-map "^2.1.0" slash "^2.0.0" -"@lerna/link@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-4.0.0.tgz#c3a38aabd44279d714e90f2451e31b63f0fb65ba" - integrity sha512-KlvPi7XTAcVOByfaLlOeYOfkkDcd+bejpHMCd1KcArcFTwijOwXOVi24DYomIeHvy6HsX/IUquJ4PPUJIeB4+w== - dependencies: - "@lerna/command" "4.0.0" - "@lerna/package-graph" "4.0.0" - "@lerna/symlink-dependencies" "4.0.0" - p-map "^4.0.0" - slash "^3.0.0" - "@lerna/list@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.21.0.tgz#42f76fafa56dea13b691ec8cab13832691d61da2" @@ -1928,16 +1580,6 @@ "@lerna/listable" "3.18.5" "@lerna/output" "3.13.0" -"@lerna/list@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-4.0.0.tgz#24b4e6995bd73f81c556793fe502b847efd9d1d7" - integrity sha512-L2B5m3P+U4Bif5PultR4TI+KtW+SArwq1i75QZ78mRYxPc0U/piau1DbLOmwrdqr99wzM49t0Dlvl6twd7GHFg== - dependencies: - "@lerna/command" "4.0.0" - "@lerna/filter-options" "4.0.0" - "@lerna/listable" "4.0.0" - "@lerna/output" "4.0.0" - "@lerna/listable@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-3.18.5.tgz#e82798405b5ed8fc51843c8ef1e7a0e497388a1a" @@ -1947,15 +1589,6 @@ chalk "^2.3.1" columnify "^1.5.4" -"@lerna/listable@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-4.0.0.tgz#d00d6cb4809b403f2b0374fc521a78e318b01214" - integrity sha512-/rPOSDKsOHs5/PBLINZOkRIX1joOXUXEtyUs5DHLM8q6/RP668x/1lFhw6Dx7/U+L0+tbkpGtZ1Yt0LewCLgeQ== - dependencies: - "@lerna/query-graph" "4.0.0" - chalk "^4.1.0" - columnify "^1.5.4" - "@lerna/log-packed@3.16.0": version "3.16.0" resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-3.16.0.tgz#f83991041ee77b2495634e14470b42259fd2bc16" @@ -1966,16 +1599,6 @@ has-unicode "^2.0.1" npmlog "^4.1.2" -"@lerna/log-packed@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-4.0.0.tgz#95168fe2e26ac6a71e42f4be857519b77e57a09f" - integrity sha512-+dpCiWbdzgMAtpajLToy9PO713IHoE6GV/aizXycAyA07QlqnkpaBNZ8DW84gHdM1j79TWockGJo9PybVhrrZQ== - dependencies: - byte-size "^7.0.0" - columnify "^1.5.4" - has-unicode "^2.0.1" - npmlog "^4.1.2" - "@lerna/npm-conf@3.16.0": version "3.16.0" resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-3.16.0.tgz#1c10a89ae2f6c2ee96962557738685300d376827" @@ -1984,14 +1607,6 @@ config-chain "^1.1.11" pify "^4.0.1" -"@lerna/npm-conf@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-4.0.0.tgz#b259fd1e1cee2bf5402b236e770140ff9ade7fd2" - integrity sha512-uS7H02yQNq3oejgjxAxqq/jhwGEE0W0ntr8vM3EfpCW1F/wZruwQw+7bleJQ9vUBjmdXST//tk8mXzr5+JXCfw== - dependencies: - config-chain "^1.1.12" - pify "^5.0.0" - "@lerna/npm-dist-tag@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-3.18.5.tgz#9ef9abb7c104077b31f6fab22cc73b314d54ac55" @@ -2003,16 +1618,6 @@ npm-package-arg "^6.1.0" npmlog "^4.1.2" -"@lerna/npm-dist-tag@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-4.0.0.tgz#d1e99b4eccd3414142f0548ad331bf2d53f3257a" - integrity sha512-F20sg28FMYTgXqEQihgoqSfwmq+Id3zT23CnOwD+XQMPSy9IzyLf1fFVH319vXIw6NF6Pgs4JZN2Qty6/CQXGw== - dependencies: - "@lerna/otplease" "4.0.0" - npm-package-arg "^8.1.0" - npm-registry-fetch "^9.0.0" - npmlog "^4.1.2" - "@lerna/npm-install@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.16.5.tgz#d6bfdc16f81285da66515ae47924d6e278d637d3" @@ -2026,19 +1631,6 @@ signal-exit "^3.0.2" write-pkg "^3.1.0" -"@lerna/npm-install@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-4.0.0.tgz#31180be3ab3b7d1818a1a0c206aec156b7094c78" - integrity sha512-aKNxq2j3bCH3eXl3Fmu4D54s/YLL9WSwV8W7X2O25r98wzrO38AUN6AB9EtmAx+LV/SP15et7Yueg9vSaanRWg== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/get-npm-exec-opts" "4.0.0" - fs-extra "^9.1.0" - npm-package-arg "^8.1.0" - npmlog "^4.1.2" - signal-exit "^3.0.3" - write-pkg "^4.0.0" - "@lerna/npm-publish@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.18.5.tgz#240e4039959fd9816b49c5b07421e11b5cb000af" @@ -2054,20 +1646,6 @@ pify "^4.0.1" read-package-json "^2.0.13" -"@lerna/npm-publish@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-4.0.0.tgz#84eb62e876fe949ae1fd62c60804423dbc2c4472" - integrity sha512-vQb7yAPRo5G5r77DRjHITc9piR9gvEKWrmfCH7wkfBnGWEqu7n8/4bFQ7lhnkujvc8RXOsYpvbMQkNfkYibD/w== - dependencies: - "@lerna/otplease" "4.0.0" - "@lerna/run-lifecycle" "4.0.0" - fs-extra "^9.1.0" - libnpmpublish "^4.0.0" - npm-package-arg "^8.1.0" - npmlog "^4.1.2" - pify "^5.0.0" - read-package-json "^3.0.0" - "@lerna/npm-run-script@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.16.5.tgz#9c2ec82453a26c0b46edc0bb7c15816c821f5c15" @@ -2077,15 +1655,6 @@ "@lerna/get-npm-exec-opts" "3.13.0" npmlog "^4.1.2" -"@lerna/npm-run-script@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-4.0.0.tgz#dfebf4f4601442e7c0b5214f9fb0d96c9350743b" - integrity sha512-Jmyh9/IwXJjOXqKfIgtxi0bxi1pUeKe5bD3S81tkcy+kyng/GNj9WSqD5ZggoNP2NP//s4CLDAtUYLdP7CU9rA== - dependencies: - "@lerna/child-process" "4.0.0" - "@lerna/get-npm-exec-opts" "4.0.0" - npmlog "^4.1.2" - "@lerna/otplease@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-3.18.5.tgz#b77b8e760b40abad9f7658d988f3ea77d4fd0231" @@ -2094,13 +1663,6 @@ "@lerna/prompt" "3.18.5" figgy-pudding "^3.5.1" -"@lerna/otplease@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-4.0.0.tgz#84972eb43448f8a1077435ba1c5e59233b725850" - integrity sha512-Sgzbqdk1GH4psNiT6hk+BhjOfIr/5KhGBk86CEfHNJTk9BK4aZYyJD4lpDbDdMjIV4g03G7pYoqHzH765T4fxw== - dependencies: - "@lerna/prompt" "4.0.0" - "@lerna/output@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/output/-/output-3.13.0.tgz#3ded7cc908b27a9872228a630d950aedae7a4989" @@ -2108,13 +1670,6 @@ dependencies: npmlog "^4.1.2" -"@lerna/output@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/output/-/output-4.0.0.tgz#b1d72215c0e35483e4f3e9994debc82c621851f2" - integrity sha512-Un1sHtO1AD7buDQrpnaYTi2EG6sLF+KOPEAMxeUYG5qG3khTs2Zgzq5WE3dt2N/bKh7naESt20JjIW6tBELP0w== - dependencies: - npmlog "^4.1.2" - "@lerna/pack-directory@3.16.4": version "3.16.4" resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-3.16.4.tgz#3eae5f91bdf5acfe0384510ed53faddc4c074693" @@ -2129,19 +1684,6 @@ tar "^4.4.10" temp-write "^3.4.0" -"@lerna/pack-directory@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-4.0.0.tgz#8b617db95d20792f043aaaa13a9ccc0e04cb4c74" - integrity sha512-NJrmZNmBHS+5aM+T8N6FVbaKFScVqKlQFJNY2k7nsJ/uklNKsLLl6VhTQBPwMTbf6Tf7l6bcKzpy7aePuq9UiQ== - dependencies: - "@lerna/get-packed" "4.0.0" - "@lerna/package" "4.0.0" - "@lerna/run-lifecycle" "4.0.0" - npm-packlist "^2.1.4" - npmlog "^4.1.2" - tar "^6.1.0" - temp-write "^4.0.0" - "@lerna/package-graph@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-3.18.5.tgz#c740e2ea3578d059e551633e950690831b941f6b" @@ -2153,17 +1695,6 @@ npmlog "^4.1.2" semver "^6.2.0" -"@lerna/package-graph@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-4.0.0.tgz#16a00253a8ac810f72041481cb46bcee8d8123dd" - integrity sha512-QED2ZCTkfXMKFoTGoccwUzjHtZMSf3UKX14A4/kYyBms9xfFsesCZ6SLI5YeySEgcul8iuIWfQFZqRw+Qrjraw== - dependencies: - "@lerna/prerelease-id-from-version" "4.0.0" - "@lerna/validation-error" "4.0.0" - npm-package-arg "^8.1.0" - npmlog "^4.1.2" - semver "^7.3.4" - "@lerna/package@3.16.0": version "3.16.0" resolved "https://registry.yarnpkg.com/@lerna/package/-/package-3.16.0.tgz#7e0a46e4697ed8b8a9c14d59c7f890e0d38ba13c" @@ -2173,15 +1704,6 @@ npm-package-arg "^6.1.0" write-pkg "^3.1.0" -"@lerna/package@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/package/-/package-4.0.0.tgz#1b4c259c4bcff45c876ee1d591a043aacbc0d6b7" - integrity sha512-l0M/izok6FlyyitxiQKr+gZLVFnvxRQdNhzmQ6nRnN9dvBJWn+IxxpM+cLqGACatTnyo9LDzNTOj2Db3+s0s8Q== - dependencies: - load-json-file "^6.2.0" - npm-package-arg "^8.1.0" - write-pkg "^4.0.0" - "@lerna/prerelease-id-from-version@3.16.0": version "3.16.0" resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-3.16.0.tgz#b24bfa789f5e1baab914d7b08baae9b7bd7d83a1" @@ -2189,13 +1711,6 @@ dependencies: semver "^6.2.0" -"@lerna/prerelease-id-from-version@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-4.0.0.tgz#c7e0676fcee1950d85630e108eddecdd5b48c916" - integrity sha512-GQqguzETdsYRxOSmdFZ6zDBXDErIETWOqomLERRY54f4p+tk4aJjoVdd9xKwehC9TBfIFvlRbL1V9uQGHh1opg== - dependencies: - semver "^7.3.4" - "@lerna/profiler@3.20.0": version "3.20.0" resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-3.20.0.tgz#0f6dc236f4ea8f9ea5f358c6703305a4f32ad051" @@ -2206,15 +1721,6 @@ npmlog "^4.1.2" upath "^1.2.0" -"@lerna/profiler@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-4.0.0.tgz#8a53ab874522eae15d178402bff90a14071908e9" - integrity sha512-/BaEbqnVh1LgW/+qz8wCuI+obzi5/vRE8nlhjPzdEzdmWmZXuCKyWSEzAyHOJWw1ntwMiww5dZHhFQABuoFz9Q== - dependencies: - fs-extra "^9.1.0" - npmlog "^4.1.2" - upath "^2.0.1" - "@lerna/project@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/project/-/project-3.21.0.tgz#5d784d2d10c561a00f20320bcdb040997c10502d" @@ -2233,24 +1739,6 @@ resolve-from "^4.0.0" write-json-file "^3.2.0" -"@lerna/project@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/project/-/project-4.0.0.tgz#ff84893935833533a74deff30c0e64ddb7f0ba6b" - integrity sha512-o0MlVbDkD5qRPkFKlBZsXZjoNTWPyuL58564nSfZJ6JYNmgAptnWPB2dQlAc7HWRZkmnC2fCkEdoU+jioPavbg== - dependencies: - "@lerna/package" "4.0.0" - "@lerna/validation-error" "4.0.0" - cosmiconfig "^7.0.0" - dedent "^0.7.0" - dot-prop "^6.0.1" - glob-parent "^5.1.1" - globby "^11.0.2" - load-json-file "^6.2.0" - npmlog "^4.1.2" - p-map "^4.0.0" - resolve-from "^5.0.0" - write-json-file "^4.3.0" - "@lerna/prompt@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-3.18.5.tgz#628cd545f225887d060491ab95df899cfc5218a1" @@ -2259,14 +1747,6 @@ inquirer "^6.2.0" npmlog "^4.1.2" -"@lerna/prompt@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-4.0.0.tgz#5ec69a803f3f0db0ad9f221dad64664d3daca41b" - integrity sha512-4Ig46oCH1TH5M7YyTt53fT6TuaKMgqUUaqdgxvp6HP6jtdak6+amcsqB8YGz2eQnw/sdxunx84DfI9XpoLj4bQ== - dependencies: - inquirer "^7.3.3" - npmlog "^4.1.2" - "@lerna/publish@3.22.1": version "3.22.1" resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.22.1.tgz#b4f7ce3fba1e9afb28be4a1f3d88222269ba9519" @@ -2303,40 +1783,6 @@ p-pipe "^1.2.0" semver "^6.2.0" -"@lerna/publish@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-4.0.0.tgz#f67011305adeba120066a3b6d984a5bb5fceef65" - integrity sha512-K8jpqjHrChH22qtkytA5GRKIVFEtqBF6JWj1I8dWZtHs4Jywn8yB1jQ3BAMLhqmDJjWJtRck0KXhQQKzDK2UPg== - dependencies: - "@lerna/check-working-tree" "4.0.0" - "@lerna/child-process" "4.0.0" - "@lerna/collect-updates" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/describe-ref" "4.0.0" - "@lerna/log-packed" "4.0.0" - "@lerna/npm-conf" "4.0.0" - "@lerna/npm-dist-tag" "4.0.0" - "@lerna/npm-publish" "4.0.0" - "@lerna/otplease" "4.0.0" - "@lerna/output" "4.0.0" - "@lerna/pack-directory" "4.0.0" - "@lerna/prerelease-id-from-version" "4.0.0" - "@lerna/prompt" "4.0.0" - "@lerna/pulse-till-done" "4.0.0" - "@lerna/run-lifecycle" "4.0.0" - "@lerna/run-topologically" "4.0.0" - "@lerna/validation-error" "4.0.0" - "@lerna/version" "4.0.0" - fs-extra "^9.1.0" - libnpmaccess "^4.0.1" - npm-package-arg "^8.1.0" - npm-registry-fetch "^9.0.0" - npmlog "^4.1.2" - p-map "^4.0.0" - p-pipe "^3.1.0" - pacote "^11.2.6" - semver "^7.3.4" - "@lerna/pulse-till-done@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-3.13.0.tgz#c8e9ce5bafaf10d930a67d7ed0ccb5d958fe0110" @@ -2344,13 +1790,6 @@ dependencies: npmlog "^4.1.2" -"@lerna/pulse-till-done@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-4.0.0.tgz#04bace7d483a8205c187b806bcd8be23d7bb80a3" - integrity sha512-Frb4F7QGckaybRhbF7aosLsJ5e9WuH7h0KUkjlzSByVycxY91UZgaEIVjS2oN9wQLrheLMHl6SiFY0/Pvo0Cxg== - dependencies: - npmlog "^4.1.2" - "@lerna/query-graph@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-3.18.5.tgz#df4830bb5155273003bf35e8dda1c32d0927bd86" @@ -2359,13 +1798,6 @@ "@lerna/package-graph" "3.18.5" figgy-pudding "^3.5.1" -"@lerna/query-graph@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-4.0.0.tgz#09dd1c819ac5ee3f38db23931143701f8a6eef63" - integrity sha512-YlP6yI3tM4WbBmL9GCmNDoeQyzcyg1e4W96y/PKMZa5GbyUvkS2+Jc2kwPD+5KcXou3wQZxSPzR3Te5OenaDdg== - dependencies: - "@lerna/package-graph" "4.0.0" - "@lerna/resolve-symlink@3.16.0": version "3.16.0" resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-3.16.0.tgz#37fc7095fabdbcf317c26eb74e0d0bde8efd2386" @@ -2375,15 +1807,6 @@ npmlog "^4.1.2" read-cmd-shim "^1.0.1" -"@lerna/resolve-symlink@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-4.0.0.tgz#6d006628a210c9b821964657a9e20a8c9a115e14" - integrity sha512-RtX8VEUzqT+uLSCohx8zgmjc6zjyRlh6i/helxtZTMmc4+6O4FS9q5LJas2uGO2wKvBlhcD6siibGt7dIC3xZA== - dependencies: - fs-extra "^9.1.0" - npmlog "^4.1.2" - read-cmd-shim "^2.0.0" - "@lerna/rimraf-dir@3.16.5": version "3.16.5" resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.16.5.tgz#04316ab5ffd2909657aaf388ea502cb8c2f20a09" @@ -2394,16 +1817,6 @@ path-exists "^3.0.0" rimraf "^2.6.2" -"@lerna/rimraf-dir@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-4.0.0.tgz#2edf3b62d4eb0ef4e44e430f5844667d551ec25a" - integrity sha512-QNH9ABWk9mcMJh2/muD9iYWBk1oQd40y6oH+f3wwmVGKYU5YJD//+zMiBI13jxZRtwBx0vmBZzkBkK1dR11cBg== - dependencies: - "@lerna/child-process" "4.0.0" - npmlog "^4.1.2" - path-exists "^4.0.0" - rimraf "^3.0.2" - "@lerna/run-lifecycle@3.16.2": version "3.16.2" resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-3.16.2.tgz#67b288f8ea964db9ea4fb1fbc7715d5bbb0bce00" @@ -2414,15 +1827,6 @@ npm-lifecycle "^3.1.2" npmlog "^4.1.2" -"@lerna/run-lifecycle@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-4.0.0.tgz#e648a46f9210a9bcd7c391df6844498cb5079334" - integrity sha512-IwxxsajjCQQEJAeAaxF8QdEixfI7eLKNm4GHhXHrgBu185JcwScFZrj9Bs+PFKxwb+gNLR4iI5rpUdY8Y0UdGQ== - dependencies: - "@lerna/npm-conf" "4.0.0" - npm-lifecycle "^3.1.5" - npmlog "^4.1.2" - "@lerna/run-topologically@3.18.5": version "3.18.5" resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-3.18.5.tgz#3cd639da20e967d7672cb88db0f756b92f2fdfc3" @@ -2432,14 +1836,6 @@ figgy-pudding "^3.5.1" p-queue "^4.0.0" -"@lerna/run-topologically@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-4.0.0.tgz#af846eeee1a09b0c2be0d1bfb5ef0f7b04bb1827" - integrity sha512-EVZw9hGwo+5yp+VL94+NXRYisqgAlj0jWKWtAIynDCpghRxCE5GMO3xrQLmQgqkpUl9ZxQFpICgYv5DW4DksQA== - dependencies: - "@lerna/query-graph" "4.0.0" - p-queue "^6.6.2" - "@lerna/run@3.21.0": version "3.21.0" resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.21.0.tgz#2a35ec84979e4d6e42474fe148d32e5de1cac891" @@ -2455,21 +1851,6 @@ "@lerna/validation-error" "3.13.0" p-map "^2.1.0" -"@lerna/run@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-4.0.0.tgz#4bc7fda055a729487897c23579694f6183c91262" - integrity sha512-9giulCOzlMPzcZS/6Eov6pxE9gNTyaXk0Man+iCIdGJNMrCnW7Dme0Z229WWP/UoxDKg71F2tMsVVGDiRd8fFQ== - dependencies: - "@lerna/command" "4.0.0" - "@lerna/filter-options" "4.0.0" - "@lerna/npm-run-script" "4.0.0" - "@lerna/output" "4.0.0" - "@lerna/profiler" "4.0.0" - "@lerna/run-topologically" "4.0.0" - "@lerna/timer" "4.0.0" - "@lerna/validation-error" "4.0.0" - p-map "^4.0.0" - "@lerna/symlink-binary@3.17.0": version "3.17.0" resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.17.0.tgz#8f8031b309863814883d3f009877f82e38aef45a" @@ -2480,16 +1861,6 @@ fs-extra "^8.1.0" p-map "^2.1.0" -"@lerna/symlink-binary@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-4.0.0.tgz#21009f62d53a425f136cb4c1a32c6b2a0cc02d47" - integrity sha512-zualodWC4q1QQc1pkz969hcFeWXOsVYZC5AWVtAPTDfLl+TwM7eG/O6oP+Rr3fFowspxo6b1TQ6sYfDV6HXNWA== - dependencies: - "@lerna/create-symlink" "4.0.0" - "@lerna/package" "4.0.0" - fs-extra "^9.1.0" - p-map "^4.0.0" - "@lerna/symlink-dependencies@3.17.0": version "3.17.0" resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.17.0.tgz#48d6360e985865a0e56cd8b51b308a526308784a" @@ -2503,28 +1874,11 @@ p-map "^2.1.0" p-map-series "^1.0.0" -"@lerna/symlink-dependencies@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-4.0.0.tgz#8910eca084ae062642d0490d8972cf2d98e9ebbd" - integrity sha512-BABo0MjeUHNAe2FNGty1eantWp8u83BHSeIMPDxNq0MuW2K3CiQRaeWT3EGPAzXpGt0+hVzBrA6+OT0GPn7Yuw== - dependencies: - "@lerna/create-symlink" "4.0.0" - "@lerna/resolve-symlink" "4.0.0" - "@lerna/symlink-binary" "4.0.0" - fs-extra "^9.1.0" - p-map "^4.0.0" - p-map-series "^2.1.0" - "@lerna/timer@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-3.13.0.tgz#bcd0904551db16e08364d6c18e5e2160fc870781" integrity sha512-RHWrDl8U4XNPqY5MQHkToWS9jHPnkLZEt5VD+uunCKTfzlxGnRCr3/zVr8VGy/uENMYpVP3wJa4RKGY6M0vkRw== -"@lerna/timer@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-4.0.0.tgz#a52e51bfcd39bfd768988049ace7b15c1fd7a6da" - integrity sha512-WFsnlaE7SdOvjuyd05oKt8Leg3ENHICnvX3uYKKdByA+S3g+TCz38JsNs7OUZVt+ba63nC2nbXDlUnuT2Xbsfg== - "@lerna/validation-error@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-3.13.0.tgz#c86b8f07c5ab9539f775bd8a54976e926f3759c3" @@ -2532,13 +1886,6 @@ dependencies: npmlog "^4.1.2" -"@lerna/validation-error@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-4.0.0.tgz#af9d62fe8304eaa2eb9a6ba1394f9aa807026d35" - integrity sha512-1rBOM5/koiVWlRi3V6dB863E1YzJS8v41UtsHgMr6gB2ncJ2LsQtMKlJpi3voqcgh41H8UsPXR58RrrpPpufyw== - dependencies: - npmlog "^4.1.2" - "@lerna/version@3.22.1": version "3.22.1" resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.22.1.tgz#9805a9247a47ee62d6b81bd9fa5fb728b24b59e2" @@ -2571,38 +1918,6 @@ temp-write "^3.4.0" write-json-file "^3.2.0" -"@lerna/version@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-4.0.0.tgz#532659ec6154d8a8789c5ab53878663e244e3228" - integrity sha512-otUgiqs5W9zGWJZSCCMRV/2Zm2A9q9JwSDS7s/tlKq4mWCYriWo7+wsHEA/nPTMDyYyBO5oyZDj+3X50KDUzeA== - dependencies: - "@lerna/check-working-tree" "4.0.0" - "@lerna/child-process" "4.0.0" - "@lerna/collect-updates" "4.0.0" - "@lerna/command" "4.0.0" - "@lerna/conventional-commits" "4.0.0" - "@lerna/github-client" "4.0.0" - "@lerna/gitlab-client" "4.0.0" - "@lerna/output" "4.0.0" - "@lerna/prerelease-id-from-version" "4.0.0" - "@lerna/prompt" "4.0.0" - "@lerna/run-lifecycle" "4.0.0" - "@lerna/run-topologically" "4.0.0" - "@lerna/validation-error" "4.0.0" - chalk "^4.1.0" - dedent "^0.7.0" - load-json-file "^6.2.0" - minimatch "^3.0.4" - npmlog "^4.1.2" - p-map "^4.0.0" - p-pipe "^3.1.0" - p-reduce "^2.1.0" - p-waterfall "^2.1.1" - semver "^7.3.4" - slash "^3.0.0" - temp-write "^4.0.0" - write-json-file "^4.3.0" - "@lerna/write-log-file@3.13.0": version "3.13.0" resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-3.13.0.tgz#b78d9e4cfc1349a8be64d91324c4c8199e822a26" @@ -2611,14 +1926,6 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" -"@lerna/write-log-file@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-4.0.0.tgz#18221a38a6a307d6b0a5844dd592ad53fa27091e" - integrity sha512-XRG5BloiArpXRakcnPHmEHJp+4AtnhRtpDIHSghmXD5EichI1uD73J7FgPp30mm2pDRq3FdqB0NbwSEsJ9xFQg== - dependencies: - npmlog "^4.1.2" - write-file-atomic "^3.0.3" - "@liveblocks/client@^0.12.0": version "0.12.1" resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-0.12.1.tgz#264a7e1af0552d194f0a2f61a9bbeb37df44883d" @@ -2785,91 +2092,13 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@npmcli/ci-detect@^1.0.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@npmcli/ci-detect/-/ci-detect-1.4.0.tgz#18478bbaa900c37bfbd8a2006a6262c62e8b0fe1" - integrity sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q== - -"@npmcli/fs@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.0.0.tgz#589612cfad3a6ea0feafcb901d29c63fd52db09f" - integrity sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ== - dependencies: - "@gar/promisify" "^1.0.1" - semver "^7.3.5" - -"@npmcli/git@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-2.1.0.tgz#2fbd77e147530247d37f325930d457b3ebe894f6" - integrity sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw== - dependencies: - "@npmcli/promise-spawn" "^1.3.2" - lru-cache "^6.0.0" - mkdirp "^1.0.4" - npm-pick-manifest "^6.1.1" - promise-inflight "^1.0.1" - promise-retry "^2.0.1" - semver "^7.3.5" - which "^2.0.2" - -"@npmcli/installed-package-contents@^1.0.6": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz#ab7408c6147911b970a8abe261ce512232a3f4fa" - integrity sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw== - dependencies: - npm-bundled "^1.1.1" - npm-normalize-package-bin "^1.0.1" - -"@npmcli/move-file@^1.0.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674" - integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== - dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" - -"@npmcli/node-gyp@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz#a912e637418ffc5f2db375e93b85837691a43a33" - integrity sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA== - -"@npmcli/promise-spawn@^1.2.0", "@npmcli/promise-spawn@^1.3.2": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz#42d4e56a8e9274fba180dabc0aea6e38f29274f5" - integrity sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg== - dependencies: - infer-owner "^1.0.4" - -"@npmcli/run-script@^1.8.2": - version "1.8.6" - resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-1.8.6.tgz#18314802a6660b0d4baa4c3afe7f1ad39d8c28b7" - integrity sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g== - dependencies: - "@npmcli/node-gyp" "^1.0.2" - "@npmcli/promise-spawn" "^1.3.2" - node-gyp "^7.1.0" - read-package-json-fast "^2.0.1" - -"@octokit/auth-token@^2.4.0", "@octokit/auth-token@^2.4.4": +"@octokit/auth-token@^2.4.0": version "2.5.0" resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.5.0.tgz#27c37ea26c205f28443402477ffd261311f21e36" integrity sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g== dependencies: "@octokit/types" "^6.0.3" -"@octokit/core@^3.5.1": - version "3.5.1" - resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b" - integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw== - dependencies: - "@octokit/auth-token" "^2.4.4" - "@octokit/graphql" "^4.5.8" - "@octokit/request" "^5.6.0" - "@octokit/request-error" "^2.0.5" - "@octokit/types" "^6.0.3" - before-after-hook "^2.2.0" - universal-user-agent "^6.0.0" - "@octokit/endpoint@^6.0.1": version "6.0.12" resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658" @@ -2879,15 +2108,6 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql@^4.5.8": - version "4.8.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.8.0.tgz#664d9b11c0e12112cbf78e10f49a05959aa22cc3" - integrity sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg== - dependencies: - "@octokit/request" "^5.6.0" - "@octokit/types" "^6.0.3" - universal-user-agent "^6.0.0" - "@octokit/openapi-types@^11.2.0": version "11.2.0" resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6" @@ -2905,14 +2125,7 @@ dependencies: "@octokit/types" "^2.0.1" -"@octokit/plugin-paginate-rest@^2.16.8": - version "2.17.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7" - integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw== - dependencies: - "@octokit/types" "^6.34.0" - -"@octokit/plugin-request-log@^1.0.0", "@octokit/plugin-request-log@^1.0.4": +"@octokit/plugin-request-log@^1.0.0": version "1.0.4" resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== @@ -2925,14 +2138,6 @@ "@octokit/types" "^2.0.1" deprecation "^2.3.1" -"@octokit/plugin-rest-endpoint-methods@^5.12.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba" - integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA== - dependencies: - "@octokit/types" "^6.34.0" - deprecation "^2.3.1" - "@octokit/request-error@^1.0.2": version "1.2.1" resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-1.2.1.tgz#ede0714c773f32347576c25649dc013ae6b31801" @@ -2942,7 +2147,7 @@ deprecation "^2.0.0" once "^1.4.0" -"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": +"@octokit/request-error@^2.1.0": version "2.1.0" resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677" integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg== @@ -2951,7 +2156,7 @@ deprecation "^2.0.0" once "^1.4.0" -"@octokit/request@^5.2.0", "@octokit/request@^5.6.0": +"@octokit/request@^5.2.0": version "5.6.2" resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.2.tgz#1aa74d5da7b9e04ac60ef232edd9a7438dcf32d8" integrity sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA== @@ -2985,16 +2190,6 @@ once "^1.4.0" universal-user-agent "^4.0.0" -"@octokit/rest@^18.1.0": - version "18.12.0" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.12.0.tgz#f06bc4952fc87130308d810ca9d00e79f6988881" - integrity sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q== - dependencies: - "@octokit/core" "^3.5.1" - "@octokit/plugin-paginate-rest" "^2.16.8" - "@octokit/plugin-request-log" "^1.0.4" - "@octokit/plugin-rest-endpoint-methods" "^5.12.0" - "@octokit/types@^2.0.0", "@octokit/types@^2.0.1": version "2.16.2" resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.16.2.tgz#4c5f8da3c6fecf3da1811aef678fda03edac35d2" @@ -3002,7 +2197,7 @@ dependencies: "@types/node" ">= 8" -"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.34.0": +"@octokit/types@^6.0.3", "@octokit/types@^6.16.1": version "6.34.0" resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218" integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw== @@ -3722,38 +2917,30 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@tldraw/core@^0.1.10": - version "0.1.10" - resolved "https://registry.yarnpkg.com/@tldraw/core/-/core-0.1.10.tgz#fe6aa880b619361473ebccb5c932082efb535518" - integrity sha512-kLqCDQHRykWfskMvcbSn3Ll8Ssd46hMmMdTpqw1O3i3AV2zuWDYkdgGD3PO6PRSkkMZyGNr5/zpkU+Yrk5DYZQ== +"@tldraw/core@^0.1.13": + version "0.1.13" + resolved "https://registry.yarnpkg.com/@tldraw/core/-/core-0.1.13.tgz#e37099ec80ac989f3ff8187b35a12a073728df1a" + integrity sha512-bfbURvvumkj8fjdyDDEJmX1m09IFFmDg3uFlNZuLFi66KEKPQ5rOO+/lo5NCbJqy1vH66n5/qlhRm+ZeRc9GxA== dependencies: "@use-gesture/react" "^10.0.2" +"@tldraw/intersect@^0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@tldraw/intersect/-/intersect-0.1.3.tgz#ea784576632084710cebab0ff0a56de9d2cb6fa4" + integrity sha512-8NeLOuVmiqhHTBeqFuMP3ljS8vUirenMteX336O+/2H4IfT3FiJjeN3qZyTT5N5jZvaHJKraHOp4E45wraoNZQ== + dependencies: + "@tldraw/vec" "^0.1.3" + +"@tldraw/vec@^0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@tldraw/vec/-/vec-0.1.3.tgz#9c2ea9592058dd1458b49dbd817690a0c74e5473" + integrity sha512-QIQu6xHWqYBarfCR2Cd55pb+HECCEFI3RlU0VEueztzGe2k5Mwcv1EuuIdPTZ1tg5o95Deo7mYgZKeZTcUCIxA== + "@tootallnate/once@1": version "1.1.2" resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== -"@tsconfig/node10@^1.0.7": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9" - integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg== - -"@tsconfig/node12@^1.0.7": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c" - integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw== - -"@tsconfig/node14@^1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2" - integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg== - -"@tsconfig/node16@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" - integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== - "@types/aria-query@^4.2.0": version "4.2.2" resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.2.tgz#ed4e0ad92306a704f9fb132a0cfcf77486dbe2bc" @@ -3836,7 +3023,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@^27.0.1": +"@types/jest@*", "@types/jest@^27.0.2": version "27.0.2" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7" integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA== @@ -3854,7 +3041,7 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/minimatch@*", "@types/minimatch@^3.0.3": +"@types/minimatch@*": version "3.0.5" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== @@ -3871,7 +3058,7 @@ dependencies: next-auth "*" -"@types/node@*", "@types/node@>= 8", "@types/node@^16.7.10": +"@types/node@*", "@types/node@>= 8": version "16.11.6" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae" integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w== @@ -3891,11 +3078,6 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== -"@types/parse-json@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" - integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== - "@types/prettier@^2.1.5": version "2.4.1" resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb" @@ -4001,7 +3183,7 @@ resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.3.tgz#781d360c282436494b32fe7d9f7f8e64b3118aa3" integrity sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw== -"@typescript-eslint/eslint-plugin@^4.19.0", "@typescript-eslint/eslint-plugin@^4.30.0": +"@typescript-eslint/eslint-plugin@^4.19.0": version "4.33.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg== @@ -4027,7 +3209,7 @@ eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/parser@^4.19.0", "@typescript-eslint/parser@^4.20.0", "@typescript-eslint/parser@^4.30.0": +"@typescript-eslint/parser@^4.19.0", "@typescript-eslint/parser@^4.20.0": version "4.33.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== @@ -4128,12 +3310,7 @@ acorn-walk@^7.1.1: resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== -acorn-walk@^8.1.1: - version "8.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" - integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== - -acorn@8.5.0, acorn@^8.2.4, acorn@^8.4.1: +acorn@8.5.0, acorn@^8.2.4: version "8.5.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2" integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q== @@ -4148,11 +3325,6 @@ acorn@^7.1.1, acorn@^7.4.0: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -add-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" - integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= - agent-base@4, agent-base@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee" @@ -4160,7 +3332,7 @@ agent-base@4, agent-base@^4.3.0: dependencies: es6-promisify "^5.0.0" -agent-base@6, agent-base@^6.0.2: +agent-base@6: version "6.0.2" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== @@ -4181,23 +3353,6 @@ agentkeepalive@^3.4.1: dependencies: humanize-ms "^1.2.1" -agentkeepalive@^4.1.3: - version "4.1.4" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.1.4.tgz#d928028a4862cb11718e55227872e842a44c945b" - integrity sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" @@ -4325,11 +3480,6 @@ are-we-there-yet@~1.1.2: delegates "^1.0.0" readable-stream "^2.0.6" -arg@^4.1.0: - version "4.1.3" - resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089" - integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== - argparse@^1.0.7: version "1.0.10" resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" @@ -4382,11 +3532,6 @@ array-differ@^2.0.3: resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1" integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w== -array-differ@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b" - integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg== - array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" @@ -4453,11 +3598,6 @@ arrify@^1.0.1: resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= -arrify@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" - integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== - asap@^2.0.0: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" @@ -4692,7 +3832,7 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -before-after-hook@^2.0.0, before-after-hook@^2.2.0: +before-after-hook@^2.0.0: version "2.2.2" resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e" integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ== @@ -4914,11 +4054,6 @@ byte-size@^5.0.1: resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-5.0.1.tgz#4b651039a5ecd96767e71a3d7ed380e48bed4191" integrity sha512-/XuKeqWocKsYa/cBY1YbSJSWWqTi4cFgr9S6OyM7PBaPbr9zvNGwWP33vt0uqGhwDdN+y3yhbXVILEUpnwEWGw== -byte-size@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-7.0.1.tgz#b1daf3386de7ab9d706b941a748dbfc71130dee3" - integrity sha512-crQdqyCwhokxwV1UyDzLZanhkugAgft7vt0qbbdt60C6Zf3CAiGmtUCylbtYwrU6loOUw3euGrNtW1J651ot1A== - bytes@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" @@ -4945,30 +4080,6 @@ cacache@^12.0.0, cacache@^12.0.3: unique-filename "^1.1.1" y18n "^4.0.0" -cacache@^15.0.5, cacache@^15.2.0: - version "15.3.0" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" - integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== - dependencies: - "@npmcli/fs" "^1.0.0" - "@npmcli/move-file" "^1.0.1" - chownr "^2.0.0" - fs-minipass "^2.0.0" - glob "^7.1.4" - infer-owner "^1.0.4" - lru-cache "^6.0.0" - minipass "^3.1.1" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.2" - mkdirp "^1.0.3" - p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^8.0.1" - tar "^6.0.2" - unique-filename "^1.1.1" - cache-base@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" @@ -5151,11 +4262,6 @@ chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== -chownr@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" - integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== - ci-info@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" @@ -5194,11 +4300,6 @@ classnames@2.2.6: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - clean-webpack-plugin@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz#72947d4403d452f38ed61a9ff0ada8122aacd729" @@ -5213,13 +4314,6 @@ cli-cursor@^2.1.0: dependencies: restore-cursor "^2.0.0" -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - cli-highlight@^2.1.11: version "2.1.11" resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.11.tgz#49736fa452f0aaf4fae580e30acb26828d2dc1bf" @@ -5237,11 +4331,6 @@ cli-width@^2.0.0: resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== -cli-width@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" - integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== - cliui@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" @@ -5274,13 +4363,6 @@ clone@^1.0.2: resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= -cmd-shim@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-4.1.0.tgz#b3a904a6743e9fede4148c6f3800bf2a08135bdd" - integrity sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw== - dependencies: - mkdirp-infer-owner "^2.0.0" - co@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" @@ -5421,7 +4503,7 @@ concurrently@6.0.1: tree-kill "^1.2.2" yargs "^16.2.0" -config-chain@^1.1.11, config-chain@^1.1.12: +config-chain@^1.1.11: version "1.1.13" resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4" integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== @@ -5439,7 +4521,7 @@ constants-browserify@1.0.0: resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= -conventional-changelog-angular@^5.0.12, conventional-changelog-angular@^5.0.3: +conventional-changelog-angular@^5.0.3: version "5.0.13" resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz#896885d63b914a70d4934b59d2fe7bde1832b28c" integrity sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA== @@ -5466,27 +4548,7 @@ conventional-changelog-core@^3.1.6: read-pkg-up "^3.0.0" through2 "^3.0.0" -conventional-changelog-core@^4.2.2: - version "4.2.4" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz#e50d047e8ebacf63fac3dc67bf918177001e1e9f" - integrity sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg== - dependencies: - add-stream "^1.0.0" - conventional-changelog-writer "^5.0.0" - conventional-commits-parser "^3.2.0" - dateformat "^3.0.0" - get-pkg-repo "^4.0.0" - git-raw-commits "^2.0.8" - git-remote-origin-url "^2.0.0" - git-semver-tags "^4.1.1" - lodash "^4.17.15" - normalize-package-data "^3.0.0" - q "^1.5.1" - read-pkg "^3.0.0" - read-pkg-up "^3.0.0" - through2 "^4.0.0" - -conventional-changelog-preset-loader@^2.1.1, conventional-changelog-preset-loader@^2.3.4: +conventional-changelog-preset-loader@^2.1.1: version "2.3.4" resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c" integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g== @@ -5507,21 +4569,6 @@ conventional-changelog-writer@^4.0.6: split "^1.0.0" through2 "^4.0.0" -conventional-changelog-writer@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.0.tgz#c4042f3f1542f2f41d7d2e0d6cad23aba8df8eec" - integrity sha512-HnDh9QHLNWfL6E1uHz6krZEQOgm8hN7z/m7tT16xwd802fwgMN0Wqd7AQYVkhpsjDUx/99oo+nGgvKF657XP5g== - dependencies: - conventional-commits-filter "^2.0.7" - dateformat "^3.0.0" - handlebars "^4.7.6" - json-stringify-safe "^5.0.1" - lodash "^4.17.15" - meow "^8.0.0" - semver "^6.0.0" - split "^1.0.0" - through2 "^4.0.0" - conventional-commits-filter@^2.0.2, conventional-commits-filter@^2.0.7: version "2.0.7" resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz#f8d9b4f182fce00c9af7139da49365b136c8a0b3" @@ -5530,7 +4577,7 @@ conventional-commits-filter@^2.0.2, conventional-commits-filter@^2.0.7: lodash.ismatch "^4.4.0" modify-values "^1.0.0" -conventional-commits-parser@^3.0.3, conventional-commits-parser@^3.2.0: +conventional-commits-parser@^3.0.3: version "3.2.3" resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.3.tgz#fc43704698239451e3ef35fd1d8ed644f46bd86e" integrity sha512-YyRDR7On9H07ICFpRm/igcdjIqebXbvf4Cff+Pf0BrBys1i1EOzx9iFXNlAbdrLAR8jf7bkUYkDAr8pEy0q4Pw== @@ -5556,20 +4603,6 @@ conventional-recommended-bump@^5.0.0: meow "^4.0.0" q "^1.5.1" -conventional-recommended-bump@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.1.0.tgz#cfa623285d1de554012f2ffde70d9c8a22231f55" - integrity sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw== - dependencies: - concat-stream "^2.0.0" - conventional-changelog-preset-loader "^2.3.4" - conventional-commits-filter "^2.0.7" - conventional-commits-parser "^3.2.0" - git-raw-commits "^2.0.8" - git-semver-tags "^4.1.1" - meow "^8.0.0" - q "^1.5.1" - convert-source-map@1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" @@ -5644,17 +4677,6 @@ cosmiconfig@^5.1.0: js-yaml "^3.13.1" parse-json "^4.0.0" -cosmiconfig@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" - integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.2.1" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.10.0" - create-ecdh@^4.0.0: version "4.0.4" resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" @@ -5686,11 +4708,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" -create-require@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" - integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== - create-serve@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/create-serve/-/create-serve-1.0.1.tgz#a52ec4cbd2d0f776d3e42338fa1f0dae69080c59" @@ -5812,11 +4829,6 @@ dargs@^4.0.1: dependencies: number-is-nan "^1.0.0" -dargs@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc" - integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== - dashdash@^1.12.0: version "1.14.1" resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" @@ -5978,7 +4990,7 @@ delegates@^1.0.0: resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= -depd@^1.1.2, depd@~1.1.2: +depd@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= @@ -6001,11 +5013,6 @@ detect-indent@^5.0.0: resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= -detect-indent@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" - integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== - detect-newline@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" @@ -6029,11 +5036,6 @@ diff-sequences@^27.0.6: resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.0.6.tgz#3305cb2e55a033924054695cc66019fd7f8e5723" integrity sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ== -diff@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" - integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== - diffie-hellman@^5.0.0: version "5.0.3" resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" @@ -6109,13 +5111,6 @@ dot-prop@^5.1.0: dependencies: is-obj "^2.0.0" -dot-prop@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083" - integrity sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA== - dependencies: - is-obj "^2.0.0" - dotenv@^8.2.0: version "8.6.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" @@ -6204,7 +5199,7 @@ emojis-list@^3.0.0: resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== -encoding@0.1.13, encoding@^0.1.11, encoding@^0.1.12: +encoding@0.1.13, encoding@^0.1.11: version "0.1.13" resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== @@ -6238,7 +5233,7 @@ env-paths@^2.2.0: resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== -envinfo@^7.3.1, envinfo@^7.7.4: +envinfo@^7.3.1: version "7.8.1" resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== @@ -6248,11 +5243,6 @@ err-code@^1.0.0: resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= -err-code@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" - integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== - error-ex@^1.2.0, error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" @@ -6692,11 +5682,6 @@ eventemitter3@^3.1.0: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q== -eventemitter3@^4.0.4: - version "4.0.7" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - events@3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" @@ -6897,13 +5882,6 @@ figures@^2.0.0: dependencies: escape-string-regexp "^1.0.5" -figures@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" - integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - dependencies: - escape-string-regexp "^1.0.5" - file-entry-cache@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" @@ -7059,7 +6037,7 @@ fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^9.0.1, fs-extra@^9.1.0: +fs-extra@^9.0.1: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== @@ -7076,13 +6054,6 @@ fs-minipass@^1.2.7: dependencies: minipass "^2.6.0" -fs-minipass@^2.0.0, fs-minipass@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" - integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - dependencies: - minipass "^3.0.0" - fs-write-stream-atomic@^1.0.8: version "1.0.10" resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" @@ -7189,26 +6160,11 @@ get-pkg-repo@^1.0.0: parse-github-repo-url "^1.3.0" through2 "^2.0.0" -get-pkg-repo@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz#75973e1c8050c73f48190c52047c4cee3acbf385" - integrity sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA== - dependencies: - "@hutson/parse-repository-url" "^3.0.0" - hosted-git-info "^4.0.0" - through2 "^2.0.0" - yargs "^16.2.0" - get-port@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119" integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw== -get-port@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193" - integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== - get-stdin@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" @@ -7257,17 +6213,6 @@ git-raw-commits@2.0.0: split2 "^2.0.0" through2 "^2.0.0" -git-raw-commits@^2.0.8: - version "2.0.10" - resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.10.tgz#e2255ed9563b1c9c3ea6bd05806410290297bbc1" - integrity sha512-sHhX5lsbG9SOO6yXdlwgEMQ/ljIn7qMpAbJZCGfXX2fq5T8M5SrDnpYk9/4HswTildcIqatsWa91vty6VhWSaQ== - dependencies: - dargs "^7.0.0" - lodash "^4.17.15" - meow "^8.0.0" - split2 "^3.0.0" - through2 "^4.0.0" - git-remote-origin-url@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" @@ -7284,14 +6229,6 @@ git-semver-tags@^2.0.3: meow "^4.0.0" semver "^6.0.0" -git-semver-tags@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.1.1.tgz#63191bcd809b0ec3e151ba4751c16c444e5b5780" - integrity sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA== - dependencies: - meow "^8.0.0" - semver "^6.0.0" - git-up@^4.0.0: version "4.0.5" resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.5.tgz#e7bb70981a37ea2fb8fe049669800a1f9a01d759" @@ -7300,7 +6237,7 @@ git-up@^4.0.0: is-ssh "^1.3.0" parse-url "^6.0.0" -git-url-parse@^11.1.2, git-url-parse@^11.4.4: +git-url-parse@^11.1.2: version "11.6.0" resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.6.0.tgz#c634b8de7faa66498a2b88932df31702c67df605" integrity sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g== @@ -7322,7 +6259,7 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" -glob-parent@^5.0.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.0: +glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.0: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== @@ -7389,7 +6326,7 @@ globby@^10.0.1: merge2 "^1.2.3" slash "^3.0.0" -globby@^11.0.2, globby@^11.0.3, globby@^11.0.4: +globby@^11.0.3, globby@^11.0.4: version "11.0.4" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== @@ -7426,7 +6363,7 @@ globby@^9.2.0: pify "^4.0.1" slash "^2.0.0" -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3, graceful-fs@^4.2.4: +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4: version "4.2.8" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a" integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== @@ -7598,7 +6535,7 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== -hosted-git-info@^4.0.0, hosted-git-info@^4.0.1: +hosted-git-info@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961" integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== @@ -7627,11 +6564,6 @@ http-cache-semantics@^3.8.1: resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== -http-cache-semantics@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== - http-errors@1.7.3: version "1.7.3" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" @@ -7738,7 +6670,7 @@ iferr@^0.1.5: resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= -ignore-walk@^3.0.1, ignore-walk@^3.0.3: +ignore-walk@^3.0.1: version "3.0.4" resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== @@ -7858,7 +6790,7 @@ init-package-json@^1.10.3: validate-npm-package-license "^3.0.1" validate-npm-package-name "^3.0.0" -init-package-json@^2.0.2, init-package-json@^2.0.4: +init-package-json@^2.0.4: version "2.0.5" resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-2.0.5.tgz#78b85f3c36014db42d8f32117252504f68022646" integrity sha512-u1uGAtEFu3VA6HNl/yUWw57jmKEMx8SKOxHhxjGnOFUiIlFnohKDFg4ZrPpv9wWqk44nDxGJAtqjdQFm+9XXQA== @@ -7890,25 +6822,6 @@ inquirer@^6.2.0: strip-ansi "^5.1.0" through "^2.3.6" -inquirer@^7.3.3: - version "7.3.3" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" - integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== - dependencies: - ansi-escapes "^4.2.1" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-width "^3.0.0" - external-editor "^3.0.3" - figures "^3.0.0" - lodash "^4.17.19" - mute-stream "0.0.8" - run-async "^2.4.0" - rxjs "^6.6.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - through "^2.3.6" - internal-slot@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" @@ -7925,7 +6838,7 @@ invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -ip@1.1.5, ip@^1.1.5: +ip@1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= @@ -8112,11 +7025,6 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: dependencies: is-extglob "^2.1.1" -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" - integrity sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= - is-module@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" @@ -8188,11 +7096,6 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= -is-plain-obj@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" - integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== - is-plain-object@^2.0.3, is-plain-object@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" @@ -8802,7 +7705,7 @@ jest-worker@^27.0.6, jest-worker@^27.3.1: merge-stream "^2.0.0" supports-color "^8.0.0" -jest@^27.1.0: +jest@^27.3.1: version "27.3.1" resolved "https://registry.yarnpkg.com/jest/-/jest-27.3.1.tgz#b5bab64e8f56b6f7e275ba1836898b0d9f1e5c8a" integrity sha512-U2AX0AgQGd5EzMsiZpYt8HyZ+nSVIh5ujQ9CPp9EQZJMjXIiSZpJNweZl0swatKRoqHWgGKM3zaSwm4Zaz87ng== @@ -8961,7 +7864,7 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -jsonparse@^1.2.0, jsonparse@^1.3.1: +jsonparse@^1.2.0: version "1.3.1" resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= @@ -9087,30 +7990,6 @@ lerna@^3.22.1: import-local "^2.0.0" npmlog "^4.1.2" -lerna@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-4.0.0.tgz#b139d685d50ea0ca1be87713a7c2f44a5b678e9e" - integrity sha512-DD/i1znurfOmNJb0OBw66NmNqiM8kF6uIrzrJ0wGE3VNdzeOhz9ziWLYiRaZDGGwgbcjOo6eIfcx9O5Qynz+kg== - dependencies: - "@lerna/add" "4.0.0" - "@lerna/bootstrap" "4.0.0" - "@lerna/changed" "4.0.0" - "@lerna/clean" "4.0.0" - "@lerna/cli" "4.0.0" - "@lerna/create" "4.0.0" - "@lerna/diff" "4.0.0" - "@lerna/exec" "4.0.0" - "@lerna/import" "4.0.0" - "@lerna/info" "4.0.0" - "@lerna/init" "4.0.0" - "@lerna/link" "4.0.0" - "@lerna/list" "4.0.0" - "@lerna/publish" "4.0.0" - "@lerna/run" "4.0.0" - "@lerna/version" "4.0.0" - import-local "^3.0.2" - npmlog "^4.1.2" - leven@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" @@ -9132,27 +8011,6 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -libnpmaccess@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-4.0.3.tgz#dfb0e5b0a53c315a2610d300e46b4ddeb66e7eec" - integrity sha512-sPeTSNImksm8O2b6/pf3ikv4N567ERYEpeKRPSmqlNt1dTZbvgpJIzg5vAhXHpw2ISBsELFRelk0jEahj1c6nQ== - dependencies: - aproba "^2.0.0" - minipass "^3.1.1" - npm-package-arg "^8.1.2" - npm-registry-fetch "^11.0.0" - -libnpmpublish@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-4.0.2.tgz#be77e8bf5956131bcb45e3caa6b96a842dec0794" - integrity sha512-+AD7A2zbVeGRCFI2aO//oUmapCwy7GHqPXFJh3qpToSRNU+tXKJ2YFUgjt04LPPAf2dlEH95s6EhIHM1J7bmOw== - dependencies: - normalize-package-data "^3.0.2" - npm-package-arg "^8.1.2" - npm-registry-fetch "^11.0.0" - semver "^7.1.3" - ssri "^8.0.1" - lie@3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e" @@ -9197,16 +8055,6 @@ load-json-file@^5.3.0: strip-bom "^3.0.0" type-fest "^0.3.0" -load-json-file@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-6.2.0.tgz#5c7770b42cafa97074ca2848707c61662f4251a1" - integrity sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ== - dependencies: - graceful-fs "^4.1.15" - parse-json "^5.0.0" - strip-bom "^4.0.0" - type-fest "^0.6.0" - loader-utils@1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" @@ -9355,7 +8203,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.2.1, lodash@^4.7.0: +lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.2.1, lodash@^4.7.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -9438,11 +8286,6 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" -make-error@^1.1.1: - version "1.3.6" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" - integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== - make-fetch-happen@^5.0.0: version "5.0.2" resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-5.0.2.tgz#aa8387104f2687edca01c8687ee45013d02d19bd" @@ -9460,49 +8303,6 @@ make-fetch-happen@^5.0.0: socks-proxy-agent "^4.0.0" ssri "^6.0.0" -make-fetch-happen@^8.0.9: - version "8.0.14" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-8.0.14.tgz#aaba73ae0ab5586ad8eaa68bd83332669393e222" - integrity sha512-EsS89h6l4vbfJEtBZnENTOFk8mCRpY5ru36Xe5bcX1KYIli2mkSHqoFsp5O1wMDvTJJzxe/4THpCTtygjeeGWQ== - dependencies: - agentkeepalive "^4.1.3" - cacache "^15.0.5" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - promise-retry "^2.0.1" - socks-proxy-agent "^5.0.0" - ssri "^8.0.0" - -make-fetch-happen@^9.0.1: - version "9.1.0" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968" - integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== - dependencies: - agentkeepalive "^4.1.3" - cacache "^15.2.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.2" - promise-retry "^2.0.1" - socks-proxy-agent "^6.0.0" - ssri "^8.0.0" - makeerror@1.0.12: version "1.0.12" resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" @@ -9718,53 +8518,6 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - dependencies: - minipass "^3.0.0" - -minipass-fetch@^1.3.0, minipass-fetch@^1.3.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6" - integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== - dependencies: - minipass "^3.1.0" - minipass-sized "^1.0.3" - minizlib "^2.0.0" - optionalDependencies: - encoding "^0.1.12" - -minipass-flush@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" - integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - dependencies: - minipass "^3.0.0" - -minipass-json-stream@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz#7edbb92588fbfc2ff1db2fc10397acb7b6b44aa7" - integrity sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg== - dependencies: - jsonparse "^1.3.1" - minipass "^3.0.0" - -minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" - integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - dependencies: - minipass "^3.0.0" - -minipass-sized@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" - integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== - dependencies: - minipass "^3.0.0" - minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" @@ -9773,13 +8526,6 @@ minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0: safe-buffer "^5.1.2" yallist "^3.0.0" -minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3: - version "3.1.5" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.5.tgz#71f6251b0a33a49c01b3cf97ff77eda030dff732" - integrity sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw== - dependencies: - yallist "^4.0.0" - minizlib@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" @@ -9787,14 +8533,6 @@ minizlib@^1.3.3: dependencies: minipass "^2.9.0" -minizlib@^2.0.0, minizlib@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" - integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== - dependencies: - minipass "^3.0.0" - yallist "^4.0.0" - mississippi@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" @@ -9819,15 +8557,6 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" -mkdirp-infer-owner@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz#55d3b368e7d89065c38f32fd38e638f0ab61d316" - integrity sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw== - dependencies: - chownr "^2.0.0" - infer-owner "^1.0.4" - mkdirp "^1.0.3" - mkdirp-promise@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1" @@ -9835,7 +8564,7 @@ mkdirp-promise@^5.0.1: dependencies: mkdirp "*" -mkdirp@*, mkdirp@^1.0.3, mkdirp@^1.0.4: +mkdirp@*, mkdirp@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== @@ -9889,23 +8618,12 @@ multimatch@^3.0.0: arrify "^1.0.1" minimatch "^3.0.4" -multimatch@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-5.0.0.tgz#932b800963cea7a31a033328fa1e0c3a1874dbe6" - integrity sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA== - dependencies: - "@types/minimatch" "^3.0.3" - array-differ "^3.0.0" - array-union "^2.1.0" - arrify "^2.0.1" - minimatch "^3.0.4" - mute-stream@0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= -mute-stream@0.0.8, mute-stream@~0.0.4: +mute-stream@~0.0.4: version "0.0.8" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== @@ -9946,11 +8664,6 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -negotiator@^0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - neo-async@^2.6.0, neo-async@^2.6.1: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" @@ -10111,22 +8824,6 @@ node-gyp@^5.0.2: tar "^4.4.12" which "^1.3.1" -node-gyp@^7.1.0: - version "7.1.2" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz#21a810aebb187120251c3bcec979af1587b188ae" - integrity sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ== - dependencies: - env-paths "^2.2.0" - glob "^7.1.4" - graceful-fs "^4.2.3" - nopt "^5.0.0" - npmlog "^4.1.2" - request "^2.88.2" - rimraf "^3.0.2" - semver "^7.3.2" - tar "^6.0.2" - which "^2.0.2" - node-html-parser@1.4.9: version "1.4.9" resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-1.4.9.tgz#3c8f6cac46479fae5800725edb532e9ae8fd816c" @@ -10167,13 +8864,6 @@ nopt@^4.0.1: abbrev "1" osenv "^0.1.4" -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== - dependencies: - abbrev "1" - normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5, normalize-package-data@^2.4.0, normalize-package-data@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" @@ -10184,7 +8874,7 @@ normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package- semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-package-data@^3.0.0, normalize-package-data@^3.0.2: +normalize-package-data@^3.0.0: version "3.0.3" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e" integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== @@ -10204,21 +8894,14 @@ normalize-url@^6.1.0: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== -npm-bundled@^1.0.1, npm-bundled@^1.1.1: +npm-bundled@^1.0.1: version "1.1.2" resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1" integrity sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== dependencies: npm-normalize-package-bin "^1.0.1" -npm-install-checks@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-4.0.0.tgz#a37facc763a2fde0497ef2c6d0ac7c3fbe00d7b4" - integrity sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w== - dependencies: - semver "^7.1.1" - -npm-lifecycle@^3.1.2, npm-lifecycle@^3.1.5: +npm-lifecycle@^3.1.2: version "3.1.5" resolved "https://registry.yarnpkg.com/npm-lifecycle/-/npm-lifecycle-3.1.5.tgz#9882d3642b8c82c815782a12e6a1bfeed0026309" integrity sha512-lDLVkjfZmvmfvpvBzA4vzee9cn+Me4orq0QF8glbswJVEbIcSNWib7qGOffolysc3teCqbbPZZkzbr3GQZTL1g== @@ -10247,7 +8930,7 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1: semver "^5.6.0" validate-npm-package-name "^3.0.0" -npm-package-arg@^8.0.0, npm-package-arg@^8.0.1, npm-package-arg@^8.1.0, npm-package-arg@^8.1.2, npm-package-arg@^8.1.5: +npm-package-arg@^8.1.5: version "8.1.5" resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.5.tgz#3369b2d5fe8fdc674baa7f1786514ddc15466e44" integrity sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q== @@ -10265,16 +8948,6 @@ npm-packlist@^1.4.4: npm-bundled "^1.0.1" npm-normalize-package-bin "^1.0.1" -npm-packlist@^2.1.4: - version "2.2.2" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.2.2.tgz#076b97293fa620f632833186a7a8f65aaa6148c8" - integrity sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg== - dependencies: - glob "^7.1.6" - ignore-walk "^3.0.3" - npm-bundled "^1.1.1" - npm-normalize-package-bin "^1.0.1" - npm-pick-manifest@^3.0.0: version "3.0.2" resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-3.0.2.tgz#f4d9e5fd4be2153e5f4e5f9b7be8dc419a99abb7" @@ -10284,42 +8957,6 @@ npm-pick-manifest@^3.0.0: npm-package-arg "^6.0.0" semver "^5.4.1" -npm-pick-manifest@^6.0.0, npm-pick-manifest@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz#7b5484ca2c908565f43b7f27644f36bb816f5148" - integrity sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA== - dependencies: - npm-install-checks "^4.0.0" - npm-normalize-package-bin "^1.0.1" - npm-package-arg "^8.1.2" - semver "^7.3.4" - -npm-registry-fetch@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz#68c1bb810c46542760d62a6a965f85a702d43a76" - integrity sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA== - dependencies: - make-fetch-happen "^9.0.1" - minipass "^3.1.3" - minipass-fetch "^1.3.0" - minipass-json-stream "^1.0.1" - minizlib "^2.0.0" - npm-package-arg "^8.0.0" - -npm-registry-fetch@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz#86f3feb4ce00313bc0b8f1f8f69daae6face1661" - integrity sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA== - dependencies: - "@npmcli/ci-detect" "^1.0.0" - lru-cache "^6.0.0" - make-fetch-happen "^8.0.9" - minipass "^3.1.3" - minipass-fetch "^1.3.0" - minipass-json-stream "^1.0.1" - minizlib "^2.0.0" - npm-package-arg "^8.0.0" - npm-run-path@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" @@ -10483,7 +9120,7 @@ onetime@^2.0.0: dependencies: mimic-fn "^1.0.0" -onetime@^5.1.0, onetime@^5.1.2: +onetime@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== @@ -10606,33 +9243,16 @@ p-map-series@^1.0.0: dependencies: p-reduce "^1.0.0" -p-map-series@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-2.1.0.tgz#7560d4c452d9da0c07e692fdbfe6e2c81a2a91f2" - integrity sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== - p-map@^2.0.0, p-map@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - p-pipe@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9" integrity sha1-SxoROZoRUgpneQ7loMHViB1r7+k= -p-pipe@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-3.1.0.tgz#48b57c922aa2e1af6a6404cb7c6bf0eb9cc8e60e" - integrity sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw== - p-queue@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-4.0.0.tgz#ed0eee8798927ed6f2c2f5f5b77fdb2061a5d346" @@ -10640,31 +9260,11 @@ p-queue@^4.0.0: dependencies: eventemitter3 "^3.1.0" -p-queue@^6.6.2: - version "6.6.2" - resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.2.tgz#2068a9dcf8e67dd0ec3e7a2bcb76810faa85e426" - integrity sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ== - dependencies: - eventemitter3 "^4.0.4" - p-timeout "^3.2.0" - p-reduce@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= -p-reduce@^2.0.0, p-reduce@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-2.1.0.tgz#09408da49507c6c274faa31f28df334bc712b64a" - integrity sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw== - -p-timeout@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe" - integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== - dependencies: - p-finally "^1.0.0" - p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" @@ -10682,38 +9282,6 @@ p-waterfall@^1.0.0: dependencies: p-reduce "^1.0.0" -p-waterfall@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/p-waterfall/-/p-waterfall-2.1.1.tgz#63153a774f472ccdc4eb281cdb2967fcf158b2ee" - integrity sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw== - dependencies: - p-reduce "^2.0.0" - -pacote@^11.2.6: - version "11.3.5" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.3.5.tgz#73cf1fc3772b533f575e39efa96c50be8c3dc9d2" - integrity sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg== - dependencies: - "@npmcli/git" "^2.1.0" - "@npmcli/installed-package-contents" "^1.0.6" - "@npmcli/promise-spawn" "^1.2.0" - "@npmcli/run-script" "^1.8.2" - cacache "^15.0.5" - chownr "^2.0.0" - fs-minipass "^2.1.0" - infer-owner "^1.0.4" - minipass "^3.1.3" - mkdirp "^1.0.3" - npm-package-arg "^8.0.1" - npm-packlist "^2.1.4" - npm-pick-manifest "^6.0.0" - npm-registry-fetch "^11.0.0" - promise-retry "^2.0.1" - read-package-json-fast "^2.0.1" - rimraf "^3.0.2" - ssri "^8.0.1" - tar "^6.1.0" - pako@~1.0.5: version "1.0.11" resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" @@ -10949,11 +9517,6 @@ pify@^4.0.1: resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== -pify@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f" - integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== - pinkie-promise@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" @@ -11088,14 +9651,6 @@ promise-retry@^1.1.1: err-code "^1.0.0" retry "^0.10.0" -promise-retry@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" - integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - prompts@^2.0.1: version "2.4.2" resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" @@ -11386,19 +9941,6 @@ read-cmd-shim@^1.0.1: dependencies: graceful-fs "^4.1.2" -read-cmd-shim@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz#4a50a71d6f0965364938e9038476f7eede3928d9" - integrity sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw== - -read-package-json-fast@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz#323ca529630da82cb34b36cc0b996693c98c2b83" - integrity sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ== - dependencies: - json-parse-even-better-errors "^2.3.0" - npm-normalize-package-bin "^1.0.1" - "read-package-json@1 || 2", read-package-json@^2.0.0, read-package-json@^2.0.13: version "2.1.2" resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.1.2.tgz#6992b2b66c7177259feb8eaac73c3acd28b9222a" @@ -11409,16 +9951,6 @@ read-package-json-fast@^2.0.1: normalize-package-data "^2.0.0" npm-normalize-package-bin "^1.0.0" -read-package-json@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-3.0.1.tgz#c7108f0b9390257b08c21e3004d2404c806744b9" - integrity sha512-aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng== - dependencies: - glob "^7.1.1" - json-parse-even-better-errors "^2.3.0" - normalize-package-data "^3.0.0" - npm-normalize-package-bin "^1.0.0" - read-package-json@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-4.1.1.tgz#153be72fce801578c1c86b8ef2b21188df1b9eea" @@ -11429,7 +9961,7 @@ read-package-json@^4.1.1: normalize-package-data "^3.0.0" npm-normalize-package-bin "^1.0.0" -read-package-tree@^5.1.6, read-package-tree@^5.3.1: +read-package-tree@^5.1.6: version "5.3.1" resolved "https://registry.yarnpkg.com/read-package-tree/-/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636" integrity sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw== @@ -11667,7 +10199,7 @@ repeating@^2.0.0: dependencies: is-finite "^1.0.0" -request@^2.88.0, request@^2.88.2: +request@^2.88.0: version "2.88.2" resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== @@ -11794,14 +10326,6 @@ restore-cursor@^2.0.0: onetime "^2.0.0" signal-exit "^3.0.2" -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - ret@~0.1.10: version "0.1.15" resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" @@ -11812,11 +10336,6 @@ retry@^0.10.0: resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - reusify@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" @@ -11869,7 +10388,7 @@ rollup@^2.43.1: optionalDependencies: fsevents "~2.3.2" -run-async@^2.2.0, run-async@^2.4.0: +run-async@^2.2.0: version "2.4.1" resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== @@ -11888,7 +10407,7 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^6.4.0, rxjs@^6.6.0, rxjs@^6.6.3: +rxjs@^6.4.0, rxjs@^6.6.3: version "6.6.7" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== @@ -11975,7 +10494,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== -semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: +semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: version "7.3.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== @@ -12160,32 +10679,6 @@ socks-proxy-agent@^4.0.0: agent-base "~4.2.1" socks "~2.3.2" -socks-proxy-agent@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz#032fb583048a29ebffec2e6a73fca0761f48177e" - integrity sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ== - dependencies: - agent-base "^6.0.2" - debug "4" - socks "^2.3.3" - -socks-proxy-agent@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.1.0.tgz#869cf2d7bd10fea96c7ad3111e81726855e285c3" - integrity sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg== - dependencies: - agent-base "^6.0.2" - debug "^4.3.1" - socks "^2.6.1" - -socks@^2.3.3, socks@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e" - integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA== - dependencies: - ip "^1.1.5" - smart-buffer "^4.1.0" - socks@~2.3.2: version "2.3.3" resolved "https://registry.yarnpkg.com/socks/-/socks-2.3.3.tgz#01129f0a5d534d2b897712ed8aceab7ee65d78e3" @@ -12201,13 +10694,6 @@ sort-keys@^2.0.0: dependencies: is-plain-obj "^1.0.0" -sort-keys@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-4.2.0.tgz#6b7638cee42c506fff8c1cecde7376d21315be18" - integrity sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg== - dependencies: - is-plain-obj "^2.0.0" - source-list-map@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" @@ -12363,13 +10849,6 @@ ssri@^6.0.0, ssri@^6.0.1: dependencies: figgy-pudding "^3.5.1" -ssri@^8.0.0, ssri@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" - integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== - dependencies: - minipass "^3.1.1" - stack-utils@^2.0.3: version "2.0.5" resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" @@ -12625,7 +11104,7 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -strong-log-transformer@^2.0.0, strong-log-transformer@^2.1.0: +strong-log-transformer@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10" integrity sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA== @@ -12727,18 +11206,6 @@ tar@^4.4.10, tar@^4.4.12, tar@^4.4.8: safe-buffer "^5.2.1" yallist "^3.1.1" -tar@^6.0.2, tar@^6.1.0: - version "6.1.11" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" - integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== - dependencies: - chownr "^2.0.0" - fs-minipass "^2.0.0" - minipass "^3.0.0" - minizlib "^2.1.1" - mkdirp "^1.0.3" - yallist "^4.0.0" - temp-dir@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" @@ -12761,17 +11228,6 @@ temp-write@^3.4.0: temp-dir "^1.0.0" uuid "^3.0.1" -temp-write@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/temp-write/-/temp-write-4.0.0.tgz#cd2e0825fc826ae72d201dc26eef3bf7e6fc9320" - integrity sha512-HIeWmj77uOOHb0QX7siN3OtwV3CTntquin6TNVg6SHOqCP3hYKmox90eeFOGaY1MqJ9WYDDjkyZrW6qS5AWpbw== - dependencies: - graceful-fs "^4.1.15" - is-stream "^2.0.0" - make-dir "^3.0.0" - temp-dir "^1.0.0" - uuid "^3.3.2" - tempy@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.6.0.tgz#65e2c35abc06f1124a97f387b08303442bde59f3" @@ -13004,24 +11460,6 @@ trim-newlines@^3.0.0: resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== -ts-node@^10.2.1: - version "10.4.0" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7" - integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A== - dependencies: - "@cspotcode/source-map-support" "0.7.0" - "@tsconfig/node10" "^1.0.7" - "@tsconfig/node12" "^1.0.7" - "@tsconfig/node14" "^1.0.0" - "@tsconfig/node16" "^1.0.2" - acorn "^8.4.1" - acorn-walk "^8.1.1" - arg "^4.1.0" - create-require "^1.1.0" - diff "^4.0.1" - make-error "^1.1.1" - yn "3.1.1" - tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0: version "3.11.0" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36" @@ -13045,7 +11483,7 @@ tslib@^1.0.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1: +tslib@^2.1.0, tslib@^2.3.0: version "2.3.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== @@ -13118,11 +11556,6 @@ type-fest@^0.3.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== -type-fest@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8" - integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw== - type-fest@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" @@ -13327,11 +11760,6 @@ upath@^1.2.0: resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== -upath@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" - integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== - uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" @@ -13593,7 +12021,7 @@ which@^1.2.9, which@^1.3.1: dependencies: isexe "^2.0.0" -which@^2.0.1, which@^2.0.2: +which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -13827,7 +12255,7 @@ write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.2: imurmurhash "^0.1.4" signal-exit "^3.0.2" -write-file-atomic@^3.0.0, write-file-atomic@^3.0.3: +write-file-atomic@^3.0.0: version "3.0.3" resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== @@ -13861,18 +12289,6 @@ write-json-file@^3.2.0: sort-keys "^2.0.0" write-file-atomic "^2.4.2" -write-json-file@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-4.3.0.tgz#908493d6fd23225344af324016e4ca8f702dd12d" - integrity sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ== - dependencies: - detect-indent "^6.0.0" - graceful-fs "^4.1.15" - is-plain-obj "^2.0.0" - make-dir "^3.0.0" - sort-keys "^4.0.0" - write-file-atomic "^3.0.0" - write-pkg@^3.1.0: version "3.2.0" resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-3.2.0.tgz#0e178fe97820d389a8928bc79535dbe68c2cff21" @@ -13881,15 +12297,6 @@ write-pkg@^3.1.0: sort-keys "^2.0.0" write-json-file "^2.2.0" -write-pkg@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/write-pkg/-/write-pkg-4.0.0.tgz#675cc04ef6c11faacbbc7771b24c0abbf2a20039" - integrity sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA== - dependencies: - sort-keys "^2.0.0" - type-fest "^0.4.1" - write-json-file "^3.2.0" - ws@^7.4.6: version "7.5.5" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881" @@ -13943,11 +12350,6 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@^1.10.0: - version "1.10.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" - integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== - yargonaut@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/yargonaut/-/yargonaut-1.1.4.tgz#c64f56432c7465271221f53f5cc517890c3d6e0c" @@ -13957,11 +12359,6 @@ yargonaut@^1.1.4: figlet "^1.1.1" parent-require "^1.0.0" -yargs-parser@20.2.4: - version "20.2.4" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" - integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== - yargs-parser@^15.0.1: version "15.0.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.3.tgz#316e263d5febe8b38eef61ac092b33dfcc9b1115" @@ -14018,11 +12415,6 @@ yargs@^17.0.1: y18n "^5.0.5" yargs-parser "^20.2.2" -yn@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" - integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== - yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"