js-draw 0.17.4 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/bundle.js +9 -1
- package/package.json +35 -33
- package/tsconfig.json +3 -2
- package/tsconfig.mjs.json +9 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -34
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/.github/ISSUE_TEMPLATE/translation.yml +0 -902
- package/.github/pull_request_template.md +0 -15
- package/.github/workflows/firebase-hosting-merge.yml +0 -32
- package/.github/workflows/firebase-hosting-pull-request.yml +0 -32
- package/.github/workflows/github-pages.yml +0 -56
- package/.husky/pre-commit +0 -4
- package/build_tools/BundledFile.ts +0 -167
- package/build_tools/buildTranslationTemplate.ts +0 -121
- package/build_tools/bundle.ts +0 -11
- package/dist/build_tools/BundledFile.d.ts +0 -13
- package/dist/build_tools/BundledFile.js +0 -157
- package/dist/build_tools/buildTranslationTemplate.d.ts +0 -1
- package/dist/build_tools/buildTranslationTemplate.js +0 -94
- package/dist/build_tools/bundle.d.ts +0 -1
- package/dist/build_tools/bundle.js +0 -5
- package/dist/src/Color4.d.ts +0 -60
- package/dist/src/Color4.js +0 -192
- package/dist/src/Editor.d.ts +0 -308
- package/dist/src/Editor.js +0 -874
- package/dist/src/EditorImage.d.ts +0 -97
- package/dist/src/EditorImage.js +0 -477
- package/dist/src/EventDispatcher.d.ts +0 -30
- package/dist/src/EventDispatcher.js +0 -54
- package/dist/src/Pointer.d.ts +0 -24
- package/dist/src/Pointer.js +0 -80
- package/dist/src/SVGLoader.d.ts +0 -48
- package/dist/src/SVGLoader.js +0 -442
- package/dist/src/UndoRedoHistory.d.ts +0 -19
- package/dist/src/UndoRedoHistory.js +0 -91
- package/dist/src/Viewport.d.ts +0 -71
- package/dist/src/Viewport.js +0 -256
- package/dist/src/bundle/bundled.d.ts +0 -4
- package/dist/src/bundle/bundled.js +0 -5
- package/dist/src/commands/Command.d.ts +0 -16
- package/dist/src/commands/Command.js +0 -30
- package/dist/src/commands/Duplicate.d.ts +0 -14
- package/dist/src/commands/Duplicate.js +0 -33
- package/dist/src/commands/Erase.d.ts +0 -14
- package/dist/src/commands/Erase.js +0 -57
- package/dist/src/commands/SerializableCommand.d.ts +0 -12
- package/dist/src/commands/SerializableCommand.js +0 -36
- package/dist/src/commands/UnresolvedCommand.d.ts +0 -14
- package/dist/src/commands/UnresolvedCommand.js +0 -22
- package/dist/src/commands/invertCommand.d.ts +0 -4
- package/dist/src/commands/invertCommand.js +0 -44
- package/dist/src/commands/lib.d.ts +0 -7
- package/dist/src/commands/lib.js +0 -7
- package/dist/src/commands/localization.d.ts +0 -23
- package/dist/src/commands/localization.js +0 -21
- package/dist/src/commands/uniteCommands.d.ts +0 -4
- package/dist/src/commands/uniteCommands.js +0 -116
- package/dist/src/components/AbstractComponent.d.ts +0 -73
- package/dist/src/components/AbstractComponent.js +0 -252
- package/dist/src/components/ImageBackground.d.ts +0 -42
- package/dist/src/components/ImageBackground.js +0 -139
- package/dist/src/components/ImageComponent.d.ts +0 -31
- package/dist/src/components/ImageComponent.js +0 -146
- package/dist/src/components/RestylableComponent.d.ts +0 -24
- package/dist/src/components/RestylableComponent.js +0 -80
- package/dist/src/components/SVGGlobalAttributesObject.d.ts +0 -21
- package/dist/src/components/SVGGlobalAttributesObject.js +0 -59
- package/dist/src/components/Stroke.d.ts +0 -40
- package/dist/src/components/Stroke.js +0 -185
- package/dist/src/components/TextComponent.d.ts +0 -53
- package/dist/src/components/TextComponent.js +0 -252
- package/dist/src/components/UnknownSVGObject.d.ts +0 -18
- package/dist/src/components/UnknownSVGObject.js +0 -44
- package/dist/src/components/builders/ArrowBuilder.d.ts +0 -19
- package/dist/src/components/builders/ArrowBuilder.js +0 -86
- package/dist/src/components/builders/FreehandLineBuilder.d.ts +0 -33
- package/dist/src/components/builders/FreehandLineBuilder.js +0 -165
- package/dist/src/components/builders/LineBuilder.d.ts +0 -18
- package/dist/src/components/builders/LineBuilder.js +0 -58
- package/dist/src/components/builders/PressureSensitiveFreehandLineBuilder.d.ts +0 -36
- package/dist/src/components/builders/PressureSensitiveFreehandLineBuilder.js +0 -339
- package/dist/src/components/builders/RectangleBuilder.d.ts +0 -20
- package/dist/src/components/builders/RectangleBuilder.js +0 -50
- package/dist/src/components/builders/types.d.ts +0 -12
- package/dist/src/components/builders/types.js +0 -1
- package/dist/src/components/lib.d.ts +0 -12
- package/dist/src/components/lib.js +0 -12
- package/dist/src/components/localization.d.ts +0 -11
- package/dist/src/components/localization.js +0 -10
- package/dist/src/components/util/StrokeSmoother.d.ts +0 -35
- package/dist/src/components/util/StrokeSmoother.js +0 -210
- package/dist/src/components/util/describeComponentList.d.ts +0 -4
- package/dist/src/components/util/describeComponentList.js +0 -14
- package/dist/src/lib.d.ts +0 -34
- package/dist/src/lib.js +0 -34
- package/dist/src/localization.d.ts +0 -14
- package/dist/src/localization.js +0 -10
- package/dist/src/localizations/de.d.ts +0 -3
- package/dist/src/localizations/de.js +0 -4
- package/dist/src/localizations/en.d.ts +0 -3
- package/dist/src/localizations/en.js +0 -4
- package/dist/src/localizations/es.d.ts +0 -3
- package/dist/src/localizations/es.js +0 -18
- package/dist/src/localizations/getLocalizationTable.d.ts +0 -3
- package/dist/src/localizations/getLocalizationTable.js +0 -45
- package/dist/src/math/LineSegment2.d.ts +0 -24
- package/dist/src/math/LineSegment2.js +0 -125
- package/dist/src/math/Mat33.d.ts +0 -118
- package/dist/src/math/Mat33.js +0 -326
- package/dist/src/math/Path.d.ts +0 -71
- package/dist/src/math/Path.js +0 -648
- package/dist/src/math/Rect2.d.ts +0 -52
- package/dist/src/math/Rect2.js +0 -228
- package/dist/src/math/Triangle.d.ts +0 -11
- package/dist/src/math/Triangle.js +0 -19
- package/dist/src/math/Vec2.d.ts +0 -13
- package/dist/src/math/Vec2.js +0 -13
- package/dist/src/math/Vec3.d.ts +0 -106
- package/dist/src/math/Vec3.js +0 -174
- package/dist/src/math/lib.d.ts +0 -7
- package/dist/src/math/lib.js +0 -7
- package/dist/src/math/rounding.d.ts +0 -4
- package/dist/src/math/rounding.js +0 -128
- package/dist/src/rendering/Display.d.ts +0 -75
- package/dist/src/rendering/Display.js +0 -207
- package/dist/src/rendering/RenderingStyle.d.ts +0 -31
- package/dist/src/rendering/RenderingStyle.js +0 -38
- package/dist/src/rendering/TextRenderingStyle.d.ts +0 -36
- package/dist/src/rendering/TextRenderingStyle.js +0 -23
- package/dist/src/rendering/caching/CacheRecord.d.ts +0 -20
- package/dist/src/rendering/caching/CacheRecord.js +0 -55
- package/dist/src/rendering/caching/CacheRecordManager.d.ts +0 -12
- package/dist/src/rendering/caching/CacheRecordManager.js +0 -43
- package/dist/src/rendering/caching/RenderingCache.d.ts +0 -11
- package/dist/src/rendering/caching/RenderingCache.js +0 -45
- package/dist/src/rendering/caching/RenderingCacheNode.d.ts +0 -29
- package/dist/src/rendering/caching/RenderingCacheNode.js +0 -320
- package/dist/src/rendering/caching/testUtils.d.ts +0 -9
- package/dist/src/rendering/caching/testUtils.js +0 -20
- package/dist/src/rendering/caching/types.d.ts +0 -19
- package/dist/src/rendering/caching/types.js +0 -1
- package/dist/src/rendering/lib.d.ts +0 -5
- package/dist/src/rendering/lib.js +0 -5
- package/dist/src/rendering/localization.d.ts +0 -10
- package/dist/src/rendering/localization.js +0 -9
- package/dist/src/rendering/renderers/AbstractRenderer.d.ts +0 -68
- package/dist/src/rendering/renderers/AbstractRenderer.js +0 -144
- package/dist/src/rendering/renderers/CanvasRenderer.d.ts +0 -63
- package/dist/src/rendering/renderers/CanvasRenderer.js +0 -230
- package/dist/src/rendering/renderers/DummyRenderer.d.ts +0 -35
- package/dist/src/rendering/renderers/DummyRenderer.js +0 -106
- package/dist/src/rendering/renderers/SVGRenderer.d.ts +0 -57
- package/dist/src/rendering/renderers/SVGRenderer.js +0 -304
- package/dist/src/rendering/renderers/TextOnlyRenderer.d.ts +0 -29
- package/dist/src/rendering/renderers/TextOnlyRenderer.js +0 -57
- package/dist/src/testing/beforeEachFile.d.ts +0 -1
- package/dist/src/testing/beforeEachFile.js +0 -7
- package/dist/src/testing/createEditor.d.ts +0 -4
- package/dist/src/testing/createEditor.js +0 -9
- package/dist/src/testing/lib.d.ts +0 -2
- package/dist/src/testing/lib.js +0 -2
- package/dist/src/testing/loadExpectExtensions.d.ts +0 -2
- package/dist/src/testing/loadExpectExtensions.js +0 -24
- package/dist/src/testing/sendPenEvent.d.ts +0 -12
- package/dist/src/testing/sendPenEvent.js +0 -19
- package/dist/src/testing/sendTouchEvent.d.ts +0 -42
- package/dist/src/testing/sendTouchEvent.js +0 -62
- package/dist/src/toolbar/HTMLToolbar.d.ts +0 -103
- package/dist/src/toolbar/HTMLToolbar.js +0 -376
- package/dist/src/toolbar/IconProvider.d.ts +0 -62
- package/dist/src/toolbar/IconProvider.js +0 -654
- package/dist/src/toolbar/lib.d.ts +0 -3
- package/dist/src/toolbar/lib.js +0 -3
- package/dist/src/toolbar/localization.d.ts +0 -49
- package/dist/src/toolbar/localization.js +0 -48
- package/dist/src/toolbar/makeColorInput.d.ts +0 -6
- package/dist/src/toolbar/makeColorInput.js +0 -113
- package/dist/src/toolbar/types.d.ts +0 -4
- package/dist/src/toolbar/types.js +0 -1
- package/dist/src/toolbar/widgets/ActionButtonWidget.d.ts +0 -15
- package/dist/src/toolbar/widgets/ActionButtonWidget.js +0 -25
- package/dist/src/toolbar/widgets/BaseToolWidget.d.ts +0 -11
- package/dist/src/toolbar/widgets/BaseToolWidget.js +0 -44
- package/dist/src/toolbar/widgets/BaseWidget.d.ts +0 -72
- package/dist/src/toolbar/widgets/BaseWidget.js +0 -307
- package/dist/src/toolbar/widgets/DocumentPropertiesWidget.d.ts +0 -18
- package/dist/src/toolbar/widgets/DocumentPropertiesWidget.js +0 -120
- package/dist/src/toolbar/widgets/EraserToolWidget.d.ts +0 -17
- package/dist/src/toolbar/widgets/EraserToolWidget.js +0 -57
- package/dist/src/toolbar/widgets/HandToolWidget.d.ts +0 -17
- package/dist/src/toolbar/widgets/HandToolWidget.js +0 -172
- package/dist/src/toolbar/widgets/InsertImageWidget.d.ts +0 -19
- package/dist/src/toolbar/widgets/InsertImageWidget.js +0 -170
- package/dist/src/toolbar/widgets/OverflowWidget.d.ts +0 -25
- package/dist/src/toolbar/widgets/OverflowWidget.js +0 -71
- package/dist/src/toolbar/widgets/PenToolWidget.d.ts +0 -27
- package/dist/src/toolbar/widgets/PenToolWidget.js +0 -220
- package/dist/src/toolbar/widgets/SelectionToolWidget.d.ts +0 -13
- package/dist/src/toolbar/widgets/SelectionToolWidget.js +0 -147
- package/dist/src/toolbar/widgets/TextToolWidget.d.ts +0 -16
- package/dist/src/toolbar/widgets/TextToolWidget.js +0 -109
- package/dist/src/toolbar/widgets/lib.d.ts +0 -10
- package/dist/src/toolbar/widgets/lib.js +0 -10
- package/dist/src/tools/BaseTool.d.ts +0 -22
- package/dist/src/tools/BaseTool.js +0 -63
- package/dist/src/tools/Eraser.d.ts +0 -23
- package/dist/src/tools/Eraser.js +0 -106
- package/dist/src/tools/FindTool.d.ts +0 -21
- package/dist/src/tools/FindTool.js +0 -114
- package/dist/src/tools/PanZoom.d.ts +0 -52
- package/dist/src/tools/PanZoom.js +0 -414
- package/dist/src/tools/PasteHandler.d.ts +0 -23
- package/dist/src/tools/PasteHandler.js +0 -93
- package/dist/src/tools/Pen.d.ts +0 -39
- package/dist/src/tools/Pen.js +0 -173
- package/dist/src/tools/PipetteTool.d.ts +0 -18
- package/dist/src/tools/PipetteTool.js +0 -39
- package/dist/src/tools/SelectionTool/SelectAllShortcutHandler.d.ts +0 -8
- package/dist/src/tools/SelectionTool/SelectAllShortcutHandler.js +0 -22
- package/dist/src/tools/SelectionTool/Selection.d.ts +0 -64
- package/dist/src/tools/SelectionTool/Selection.js +0 -459
- package/dist/src/tools/SelectionTool/SelectionHandle.d.ts +0 -38
- package/dist/src/tools/SelectionTool/SelectionHandle.js +0 -81
- package/dist/src/tools/SelectionTool/SelectionTool.d.ts +0 -36
- package/dist/src/tools/SelectionTool/SelectionTool.js +0 -398
- package/dist/src/tools/SelectionTool/TransformMode.d.ts +0 -34
- package/dist/src/tools/SelectionTool/TransformMode.js +0 -98
- package/dist/src/tools/SelectionTool/types.d.ts +0 -9
- package/dist/src/tools/SelectionTool/types.js +0 -11
- package/dist/src/tools/TextTool.d.ts +0 -33
- package/dist/src/tools/TextTool.js +0 -256
- package/dist/src/tools/ToolController.d.ts +0 -18
- package/dist/src/tools/ToolController.js +0 -158
- package/dist/src/tools/ToolEnabledGroup.d.ts +0 -6
- package/dist/src/tools/ToolEnabledGroup.js +0 -11
- package/dist/src/tools/ToolSwitcherShortcut.d.ts +0 -16
- package/dist/src/tools/ToolSwitcherShortcut.js +0 -32
- package/dist/src/tools/ToolbarShortcutHandler.d.ts +0 -12
- package/dist/src/tools/ToolbarShortcutHandler.js +0 -23
- package/dist/src/tools/UndoRedoShortcut.d.ts +0 -8
- package/dist/src/tools/UndoRedoShortcut.js +0 -22
- package/dist/src/tools/lib.d.ts +0 -16
- package/dist/src/tools/lib.js +0 -16
- package/dist/src/tools/localization.d.ts +0 -28
- package/dist/src/tools/localization.js +0 -27
- package/dist/src/types.d.ts +0 -151
- package/dist/src/types.js +0 -35
- package/dist/src/util/assertions.d.ts +0 -23
- package/dist/src/util/assertions.js +0 -45
- package/dist/src/util/fileToBase64.d.ts +0 -3
- package/dist/src/util/fileToBase64.js +0 -13
- package/dist/src/util/untilNextAnimationFrame.d.ts +0 -3
- package/dist/src/util/untilNextAnimationFrame.js +0 -7
- package/dist/src/util/waitForTimeout.d.ts +0 -2
- package/dist/src/util/waitForTimeout.js +0 -7
- package/src/Color4.test.ts +0 -40
- package/src/Color4.ts +0 -234
- package/src/Editor.css +0 -86
- package/src/Editor.loadFrom.test.ts +0 -24
- package/src/Editor.toSVG.test.ts +0 -111
- package/src/Editor.ts +0 -1122
- package/src/EditorImage.test.ts +0 -120
- package/src/EditorImage.ts +0 -603
- package/src/EventDispatcher.test.ts +0 -123
- package/src/EventDispatcher.ts +0 -71
- package/src/Pointer.ts +0 -127
- package/src/SVGLoader.test.ts +0 -114
- package/src/SVGLoader.ts +0 -511
- package/src/UndoRedoHistory.test.ts +0 -33
- package/src/UndoRedoHistory.ts +0 -102
- package/src/Viewport.ts +0 -319
- package/src/bundle/bundled.ts +0 -7
- package/src/commands/Command.ts +0 -45
- package/src/commands/Duplicate.ts +0 -48
- package/src/commands/Erase.ts +0 -74
- package/src/commands/SerializableCommand.ts +0 -49
- package/src/commands/UnresolvedCommand.ts +0 -37
- package/src/commands/invertCommand.ts +0 -51
- package/src/commands/lib.ts +0 -16
- package/src/commands/localization.ts +0 -47
- package/src/commands/uniteCommands.test.ts +0 -23
- package/src/commands/uniteCommands.ts +0 -135
- package/src/components/AbstractComponent.transformBy.test.ts +0 -22
- package/src/components/AbstractComponent.ts +0 -364
- package/src/components/ImageBackground.test.ts +0 -35
- package/src/components/ImageBackground.ts +0 -176
- package/src/components/ImageComponent.ts +0 -171
- package/src/components/RestylableComponent.ts +0 -142
- package/src/components/SVGGlobalAttributesObject.ts +0 -81
- package/src/components/Stroke.test.ts +0 -139
- package/src/components/Stroke.ts +0 -245
- package/src/components/TextComponent.test.ts +0 -99
- package/src/components/TextComponent.ts +0 -315
- package/src/components/UnknownSVGObject.test.ts +0 -10
- package/src/components/UnknownSVGObject.ts +0 -60
- package/src/components/builders/ArrowBuilder.ts +0 -107
- package/src/components/builders/FreehandLineBuilder.ts +0 -212
- package/src/components/builders/LineBuilder.ts +0 -77
- package/src/components/builders/PressureSensitiveFreehandLineBuilder.ts +0 -454
- package/src/components/builders/RectangleBuilder.ts +0 -74
- package/src/components/builders/types.ts +0 -15
- package/src/components/lib.ts +0 -25
- package/src/components/localization.ts +0 -22
- package/src/components/util/StrokeSmoother.ts +0 -293
- package/src/components/util/describeComponentList.ts +0 -18
- package/src/lib.ts +0 -37
- package/src/localization.ts +0 -34
- package/src/localizations/de.ts +0 -98
- package/src/localizations/en.ts +0 -8
- package/src/localizations/es.ts +0 -74
- package/src/localizations/getLocalizationTable.test.ts +0 -27
- package/src/localizations/getLocalizationTable.ts +0 -55
- package/src/math/LineSegment2.test.ts +0 -99
- package/src/math/LineSegment2.ts +0 -160
- package/src/math/Mat33.test.ts +0 -244
- package/src/math/Mat33.ts +0 -437
- package/src/math/Path.fromString.test.ts +0 -223
- package/src/math/Path.test.ts +0 -198
- package/src/math/Path.toString.test.ts +0 -77
- package/src/math/Path.ts +0 -790
- package/src/math/Rect2.test.ts +0 -204
- package/src/math/Rect2.ts +0 -315
- package/src/math/Triangle.ts +0 -29
- package/src/math/Vec2.test.ts +0 -30
- package/src/math/Vec2.ts +0 -18
- package/src/math/Vec3.test.ts +0 -44
- package/src/math/Vec3.ts +0 -218
- package/src/math/lib.ts +0 -15
- package/src/math/rounding.test.ts +0 -65
- package/src/math/rounding.ts +0 -156
- package/src/rendering/Display.ts +0 -249
- package/src/rendering/RenderingStyle.test.ts +0 -68
- package/src/rendering/RenderingStyle.ts +0 -55
- package/src/rendering/TextRenderingStyle.ts +0 -45
- package/src/rendering/caching/CacheRecord.test.ts +0 -49
- package/src/rendering/caching/CacheRecord.ts +0 -77
- package/src/rendering/caching/CacheRecordManager.ts +0 -71
- package/src/rendering/caching/RenderingCache.test.ts +0 -44
- package/src/rendering/caching/RenderingCache.ts +0 -66
- package/src/rendering/caching/RenderingCacheNode.ts +0 -405
- package/src/rendering/caching/testUtils.ts +0 -35
- package/src/rendering/caching/types.ts +0 -34
- package/src/rendering/lib.ts +0 -6
- package/src/rendering/localization.ts +0 -20
- package/src/rendering/renderers/AbstractRenderer.ts +0 -222
- package/src/rendering/renderers/CanvasRenderer.ts +0 -296
- package/src/rendering/renderers/DummyRenderer.test.ts +0 -42
- package/src/rendering/renderers/DummyRenderer.ts +0 -136
- package/src/rendering/renderers/SVGRenderer.ts +0 -354
- package/src/rendering/renderers/TextOnlyRenderer.ts +0 -70
- package/src/styles.js +0 -7
- package/src/testing/beforeEachFile.ts +0 -8
- package/src/testing/createEditor.ts +0 -11
- package/src/testing/global.d.ts +0 -17
- package/src/testing/lib.ts +0 -3
- package/src/testing/loadExpectExtensions.ts +0 -25
- package/src/testing/sendPenEvent.ts +0 -31
- package/src/testing/sendTouchEvent.ts +0 -78
- package/src/toolbar/HTMLToolbar.ts +0 -492
- package/src/toolbar/IconProvider.ts +0 -736
- package/src/toolbar/lib.ts +0 -4
- package/src/toolbar/localization.ts +0 -106
- package/src/toolbar/makeColorInput.ts +0 -145
- package/src/toolbar/toolbar.css +0 -213
- package/src/toolbar/types.ts +0 -5
- package/src/toolbar/widgets/ActionButtonWidget.ts +0 -39
- package/src/toolbar/widgets/BaseToolWidget.ts +0 -56
- package/src/toolbar/widgets/BaseWidget.ts +0 -377
- package/src/toolbar/widgets/DocumentPropertiesWidget.ts +0 -167
- package/src/toolbar/widgets/EraserToolWidget.ts +0 -85
- package/src/toolbar/widgets/HandToolWidget.ts +0 -250
- package/src/toolbar/widgets/InsertImageWidget.css +0 -44
- package/src/toolbar/widgets/InsertImageWidget.ts +0 -223
- package/src/toolbar/widgets/OverflowWidget.css +0 -27
- package/src/toolbar/widgets/OverflowWidget.ts +0 -92
- package/src/toolbar/widgets/PenToolWidget.ts +0 -288
- package/src/toolbar/widgets/SelectionToolWidget.ts +0 -190
- package/src/toolbar/widgets/TextToolWidget.ts +0 -145
- package/src/toolbar/widgets/lib.ts +0 -13
- package/src/tools/BaseTool.ts +0 -76
- package/src/tools/Eraser.test.ts +0 -103
- package/src/tools/Eraser.ts +0 -139
- package/src/tools/FindTool.css +0 -7
- package/src/tools/FindTool.ts +0 -152
- package/src/tools/PanZoom.test.ts +0 -310
- package/src/tools/PanZoom.ts +0 -520
- package/src/tools/PasteHandler.ts +0 -95
- package/src/tools/Pen.test.ts +0 -194
- package/src/tools/Pen.ts +0 -226
- package/src/tools/PipetteTool.ts +0 -55
- package/src/tools/SelectionTool/SelectAllShortcutHandler.ts +0 -28
- package/src/tools/SelectionTool/Selection.ts +0 -607
- package/src/tools/SelectionTool/SelectionHandle.ts +0 -108
- package/src/tools/SelectionTool/SelectionTool.css +0 -23
- package/src/tools/SelectionTool/SelectionTool.test.ts +0 -261
- package/src/tools/SelectionTool/SelectionTool.ts +0 -480
- package/src/tools/SelectionTool/TransformMode.ts +0 -114
- package/src/tools/SelectionTool/types.ts +0 -11
- package/src/tools/TextTool.ts +0 -326
- package/src/tools/ToolController.ts +0 -178
- package/src/tools/ToolEnabledGroup.ts +0 -14
- package/src/tools/ToolSwitcherShortcut.ts +0 -39
- package/src/tools/ToolbarShortcutHandler.ts +0 -34
- package/src/tools/UndoRedoShortcut.test.ts +0 -56
- package/src/tools/UndoRedoShortcut.ts +0 -25
- package/src/tools/lib.ts +0 -21
- package/src/tools/localization.ts +0 -66
- package/src/types.ts +0 -234
- package/src/util/assertions.ts +0 -55
- package/src/util/fileToBase64.ts +0 -18
- package/src/util/untilNextAnimationFrame.ts +0 -9
- package/src/util/waitForTimeout.ts +0 -9
@@ -1,60 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Stores objects loaded from an SVG that aren't recognised by the editor.
|
3
|
-
// @internal
|
4
|
-
// @packageDocumentation
|
5
|
-
//
|
6
|
-
|
7
|
-
import LineSegment2 from '../math/LineSegment2';
|
8
|
-
import Mat33 from '../math/Mat33';
|
9
|
-
import Rect2 from '../math/Rect2';
|
10
|
-
import AbstractRenderer from '../rendering/renderers/AbstractRenderer';
|
11
|
-
import SVGRenderer from '../rendering/renderers/SVGRenderer';
|
12
|
-
import AbstractComponent from './AbstractComponent';
|
13
|
-
import { ImageComponentLocalization } from './localization';
|
14
|
-
|
15
|
-
const componentId = 'unknown-svg-object';
|
16
|
-
export default class UnknownSVGObject extends AbstractComponent {
|
17
|
-
protected contentBBox: Rect2;
|
18
|
-
|
19
|
-
public constructor(private svgObject: SVGElement) {
|
20
|
-
super(componentId);
|
21
|
-
this.contentBBox = Rect2.of(svgObject.getBoundingClientRect());
|
22
|
-
}
|
23
|
-
|
24
|
-
public render(canvas: AbstractRenderer, _visibleRect?: Rect2): void {
|
25
|
-
if (!(canvas instanceof SVGRenderer)) {
|
26
|
-
// Don't draw unrenderable objects if we can't
|
27
|
-
return;
|
28
|
-
}
|
29
|
-
|
30
|
-
canvas.drawSVGElem(this.svgObject);
|
31
|
-
}
|
32
|
-
|
33
|
-
public intersects(lineSegment: LineSegment2): boolean {
|
34
|
-
return this.contentBBox.getEdges().some(edge => edge.intersection(lineSegment) !== null);
|
35
|
-
}
|
36
|
-
|
37
|
-
protected applyTransformation(_affineTransfm: Mat33): void {
|
38
|
-
}
|
39
|
-
|
40
|
-
public isSelectable() {
|
41
|
-
return false;
|
42
|
-
}
|
43
|
-
|
44
|
-
protected createClone(): AbstractComponent {
|
45
|
-
return new UnknownSVGObject(this.svgObject.cloneNode(true) as SVGElement);
|
46
|
-
}
|
47
|
-
|
48
|
-
public description(localization: ImageComponentLocalization): string {
|
49
|
-
return localization.svgObject;
|
50
|
-
}
|
51
|
-
|
52
|
-
protected serializeToJSON(): string | null {
|
53
|
-
return JSON.stringify({
|
54
|
-
html: this.svgObject.outerHTML,
|
55
|
-
});
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
// null: Do not deserialize UnknownSVGObjects.
|
60
|
-
AbstractComponent.registerComponent(componentId, null);
|
@@ -1,107 +0,0 @@
|
|
1
|
-
import Path, { PathCommandType } from '../../math/Path';
|
2
|
-
import Rect2 from '../../math/Rect2';
|
3
|
-
import AbstractRenderer from '../../rendering/renderers/AbstractRenderer';
|
4
|
-
import { StrokeDataPoint } from '../../types';
|
5
|
-
import Viewport from '../../Viewport';
|
6
|
-
import AbstractComponent from '../AbstractComponent';
|
7
|
-
import Stroke from '../Stroke';
|
8
|
-
import { ComponentBuilder, ComponentBuilderFactory } from './types';
|
9
|
-
|
10
|
-
export const makeArrowBuilder: ComponentBuilderFactory = (initialPoint: StrokeDataPoint, viewport: Viewport) => {
|
11
|
-
return new ArrowBuilder(initialPoint, viewport);
|
12
|
-
};
|
13
|
-
|
14
|
-
export default class ArrowBuilder implements ComponentBuilder {
|
15
|
-
private endPoint: StrokeDataPoint;
|
16
|
-
|
17
|
-
public constructor(private readonly startPoint: StrokeDataPoint, private readonly viewport: Viewport) {
|
18
|
-
this.endPoint = startPoint;
|
19
|
-
}
|
20
|
-
|
21
|
-
private getLineWidth(): number {
|
22
|
-
return Math.max(this.endPoint.width, this.startPoint.width);
|
23
|
-
}
|
24
|
-
|
25
|
-
public getBBox(): Rect2 {
|
26
|
-
const preview = this.buildPreview();
|
27
|
-
return preview.getBBox();
|
28
|
-
}
|
29
|
-
|
30
|
-
private buildPreview(): Stroke {
|
31
|
-
const lineStartPoint = this.startPoint.pos;
|
32
|
-
const endPoint = this.endPoint.pos;
|
33
|
-
const toEnd = endPoint.minus(lineStartPoint).normalized();
|
34
|
-
const arrowLength = endPoint.minus(lineStartPoint).length();
|
35
|
-
|
36
|
-
// Ensure that the arrow tip is smaller than the arrow.
|
37
|
-
const arrowTipSize = Math.min(this.getLineWidth(), arrowLength / 2);
|
38
|
-
const startSize = this.startPoint.width / 2;
|
39
|
-
const endSize = this.endPoint.width / 2;
|
40
|
-
|
41
|
-
const arrowTipBase = endPoint.minus(toEnd.times(arrowTipSize));
|
42
|
-
|
43
|
-
// Scaled normal vectors.
|
44
|
-
const lineNormal = toEnd.orthog();
|
45
|
-
const scaledStartNormal = lineNormal.times(startSize);
|
46
|
-
const scaledBaseNormal = lineNormal.times(endSize);
|
47
|
-
|
48
|
-
const path = new Path(arrowTipBase.minus(scaledBaseNormal), [
|
49
|
-
// Stem
|
50
|
-
{
|
51
|
-
kind: PathCommandType.LineTo,
|
52
|
-
point: lineStartPoint.minus(scaledStartNormal),
|
53
|
-
},
|
54
|
-
{
|
55
|
-
kind: PathCommandType.LineTo,
|
56
|
-
point: lineStartPoint.plus(scaledStartNormal),
|
57
|
-
},
|
58
|
-
{
|
59
|
-
kind: PathCommandType.LineTo,
|
60
|
-
point: arrowTipBase.plus(scaledBaseNormal),
|
61
|
-
},
|
62
|
-
|
63
|
-
// Head
|
64
|
-
{
|
65
|
-
kind: PathCommandType.LineTo,
|
66
|
-
point: arrowTipBase.plus(lineNormal.times(arrowTipSize).plus(scaledBaseNormal)),
|
67
|
-
},
|
68
|
-
{
|
69
|
-
kind: PathCommandType.LineTo,
|
70
|
-
point: endPoint.plus(toEnd.times(endSize)),
|
71
|
-
},
|
72
|
-
{
|
73
|
-
kind: PathCommandType.LineTo,
|
74
|
-
point: arrowTipBase.plus(lineNormal.times(-arrowTipSize).minus(scaledBaseNormal)),
|
75
|
-
},
|
76
|
-
{
|
77
|
-
kind: PathCommandType.LineTo,
|
78
|
-
point: arrowTipBase.minus(scaledBaseNormal),
|
79
|
-
},
|
80
|
-
// Round all points in the arrow (to remove unnecessary decimal places)
|
81
|
-
]).mapPoints(point => this.viewport.roundPoint(point));
|
82
|
-
|
83
|
-
const preview = new Stroke([
|
84
|
-
{
|
85
|
-
startPoint: path.startPoint,
|
86
|
-
commands: path.parts,
|
87
|
-
style: {
|
88
|
-
fill: this.startPoint.color,
|
89
|
-
}
|
90
|
-
}
|
91
|
-
]);
|
92
|
-
|
93
|
-
return preview;
|
94
|
-
}
|
95
|
-
|
96
|
-
public build(): AbstractComponent {
|
97
|
-
return this.buildPreview();
|
98
|
-
}
|
99
|
-
|
100
|
-
public preview(renderer: AbstractRenderer): void {
|
101
|
-
this.buildPreview().render(renderer);
|
102
|
-
}
|
103
|
-
|
104
|
-
public addPoint(point: StrokeDataPoint): void {
|
105
|
-
this.endPoint = point;
|
106
|
-
}
|
107
|
-
}
|
@@ -1,212 +0,0 @@
|
|
1
|
-
import AbstractRenderer, { RenderablePathSpec } from '../../rendering/renderers/AbstractRenderer';
|
2
|
-
import { Point2, Vec2 } from '../../math/Vec2';
|
3
|
-
import Rect2 from '../../math/Rect2';
|
4
|
-
import { PathCommand, PathCommandType } from '../../math/Path';
|
5
|
-
import Stroke from '../Stroke';
|
6
|
-
import Viewport from '../../Viewport';
|
7
|
-
import { StrokeDataPoint } from '../../types';
|
8
|
-
import { ComponentBuilder, ComponentBuilderFactory } from './types';
|
9
|
-
import RenderingStyle from '../../rendering/RenderingStyle';
|
10
|
-
import { StrokeSmoother, Curve } from '../util/StrokeSmoother';
|
11
|
-
import Color4 from '../../Color4';
|
12
|
-
|
13
|
-
export const makeFreehandLineBuilder: ComponentBuilderFactory = (initialPoint: StrokeDataPoint, viewport: Viewport) => {
|
14
|
-
// Don't smooth if input is more than ± 3 pixels from the true curve, do smooth if
|
15
|
-
// less than ±1 px from the curve.
|
16
|
-
const maxSmoothingDist = viewport.getSizeOfPixelOnCanvas() * 3;
|
17
|
-
const minSmoothingDist = viewport.getSizeOfPixelOnCanvas();
|
18
|
-
|
19
|
-
return new FreehandLineBuilder(
|
20
|
-
initialPoint, minSmoothingDist, maxSmoothingDist, viewport
|
21
|
-
);
|
22
|
-
};
|
23
|
-
|
24
|
-
// Handles stroke smoothing and creates Strokes from user/stylus input.
|
25
|
-
export default class FreehandLineBuilder implements ComponentBuilder {
|
26
|
-
private isFirstSegment: boolean = true;
|
27
|
-
private parts: PathCommand[] = [];
|
28
|
-
|
29
|
-
private curveFitter: StrokeSmoother;
|
30
|
-
|
31
|
-
private bbox: Rect2;
|
32
|
-
private averageWidth: number;
|
33
|
-
private widthAverageNumSamples: number = 1;
|
34
|
-
|
35
|
-
public constructor(
|
36
|
-
private startPoint: StrokeDataPoint,
|
37
|
-
|
38
|
-
private minFitAllowed: number,
|
39
|
-
maxFitAllowed: number,
|
40
|
-
|
41
|
-
private viewport: Viewport,
|
42
|
-
) {
|
43
|
-
this.curveFitter = new StrokeSmoother(startPoint, minFitAllowed, maxFitAllowed, (curve: Curve|null) => this.addCurve(curve));
|
44
|
-
|
45
|
-
this.averageWidth = startPoint.width;
|
46
|
-
this.bbox = new Rect2(this.startPoint.pos.x, this.startPoint.pos.y, 0, 0);
|
47
|
-
}
|
48
|
-
|
49
|
-
public getBBox(): Rect2 {
|
50
|
-
return this.bbox;
|
51
|
-
}
|
52
|
-
|
53
|
-
protected getRenderingStyle(): RenderingStyle {
|
54
|
-
return {
|
55
|
-
fill: Color4.transparent,
|
56
|
-
stroke: {
|
57
|
-
color: this.startPoint.color,
|
58
|
-
width: this.roundDistance(this.averageWidth),
|
59
|
-
}
|
60
|
-
};
|
61
|
-
}
|
62
|
-
|
63
|
-
protected previewCurrentPath(): RenderablePathSpec|null {
|
64
|
-
const path = this.parts.slice();
|
65
|
-
const commands = [...path, ...this.curveToPathCommands(this.curveFitter.preview())];
|
66
|
-
const startPoint = this.startPoint.pos;
|
67
|
-
|
68
|
-
return {
|
69
|
-
startPoint,
|
70
|
-
|
71
|
-
commands,
|
72
|
-
style: this.getRenderingStyle(),
|
73
|
-
};
|
74
|
-
}
|
75
|
-
|
76
|
-
protected previewFullPath(): RenderablePathSpec[]|null {
|
77
|
-
const preview = this.previewCurrentPath();
|
78
|
-
if (preview) {
|
79
|
-
return [ preview ];
|
80
|
-
}
|
81
|
-
return null;
|
82
|
-
}
|
83
|
-
|
84
|
-
private previewStroke(): Stroke|null {
|
85
|
-
const pathPreview = this.previewFullPath();
|
86
|
-
|
87
|
-
if (pathPreview) {
|
88
|
-
return new Stroke(pathPreview);
|
89
|
-
}
|
90
|
-
return null;
|
91
|
-
}
|
92
|
-
|
93
|
-
public preview(renderer: AbstractRenderer) {
|
94
|
-
const paths = this.previewFullPath();
|
95
|
-
if (paths) {
|
96
|
-
const approxBBox = this.viewport.visibleRect;
|
97
|
-
renderer.startObject(approxBBox);
|
98
|
-
for (const path of paths) {
|
99
|
-
renderer.drawPath(path);
|
100
|
-
}
|
101
|
-
renderer.endObject();
|
102
|
-
}
|
103
|
-
}
|
104
|
-
|
105
|
-
public build(): Stroke {
|
106
|
-
this.curveFitter.finalizeCurrentCurve();
|
107
|
-
return this.previewStroke()!;
|
108
|
-
}
|
109
|
-
|
110
|
-
private getMinFit(): number {
|
111
|
-
let minFit = Math.min(this.minFitAllowed, this.averageWidth / 3);
|
112
|
-
|
113
|
-
if (minFit < 1e-10) {
|
114
|
-
minFit = this.minFitAllowed;
|
115
|
-
}
|
116
|
-
|
117
|
-
return minFit;
|
118
|
-
}
|
119
|
-
|
120
|
-
private roundPoint(point: Point2): Point2 {
|
121
|
-
const minFit = this.getMinFit();
|
122
|
-
return Viewport.roundPoint(point, minFit);
|
123
|
-
}
|
124
|
-
|
125
|
-
private roundDistance(dist: number): number {
|
126
|
-
const minFit = this.getMinFit();
|
127
|
-
return Viewport.roundPoint(dist, minFit);
|
128
|
-
}
|
129
|
-
|
130
|
-
private curveToPathCommands(curve: Curve|null): PathCommand[] {
|
131
|
-
// Case where no points have been added
|
132
|
-
if (!curve) {
|
133
|
-
// Don't create a circle around the initial point if the stroke has more than one point.
|
134
|
-
if (!this.isFirstSegment) {
|
135
|
-
return [];
|
136
|
-
}
|
137
|
-
|
138
|
-
// Make the circle small -- because of the stroke style, we'll be drawing a stroke around it.
|
139
|
-
const width = Viewport.roundPoint(this.averageWidth / 10, Math.min(this.minFitAllowed, this.averageWidth / 10));
|
140
|
-
const center = this.roundPoint(this.startPoint.pos);
|
141
|
-
|
142
|
-
// Start on the right, cycle clockwise:
|
143
|
-
// |
|
144
|
-
// ----- ←
|
145
|
-
// |
|
146
|
-
|
147
|
-
// Draw a circle-ish shape around the start point
|
148
|
-
return [
|
149
|
-
{
|
150
|
-
kind: PathCommandType.QuadraticBezierTo,
|
151
|
-
controlPoint: center.plus(Vec2.of(width, width)),
|
152
|
-
|
153
|
-
// Bottom of the circle
|
154
|
-
// |
|
155
|
-
// -----
|
156
|
-
// |
|
157
|
-
// ↑
|
158
|
-
endPoint: center.plus(Vec2.of(0, width)),
|
159
|
-
},
|
160
|
-
{
|
161
|
-
kind: PathCommandType.QuadraticBezierTo,
|
162
|
-
controlPoint: center.plus(Vec2.of(-width, width)),
|
163
|
-
endPoint: center.plus(Vec2.of(-width, 0)),
|
164
|
-
},
|
165
|
-
{
|
166
|
-
kind: PathCommandType.QuadraticBezierTo,
|
167
|
-
controlPoint: center.plus(Vec2.of(-width, -width)),
|
168
|
-
endPoint: center.plus(Vec2.of(0, -width)),
|
169
|
-
},
|
170
|
-
{
|
171
|
-
kind: PathCommandType.QuadraticBezierTo,
|
172
|
-
controlPoint: center.plus(Vec2.of(width, -width)),
|
173
|
-
endPoint: center.plus(Vec2.of(width, 0)),
|
174
|
-
}
|
175
|
-
];
|
176
|
-
}
|
177
|
-
|
178
|
-
const result: PathCommand[] = [];
|
179
|
-
|
180
|
-
if (this.isFirstSegment) {
|
181
|
-
result.push({
|
182
|
-
kind: PathCommandType.MoveTo,
|
183
|
-
point: this.roundPoint(curve.startPoint),
|
184
|
-
});
|
185
|
-
}
|
186
|
-
|
187
|
-
result.push({
|
188
|
-
kind: PathCommandType.QuadraticBezierTo,
|
189
|
-
controlPoint: this.roundPoint(curve.controlPoint),
|
190
|
-
endPoint: this.roundPoint(curve.endPoint),
|
191
|
-
});
|
192
|
-
|
193
|
-
return result;
|
194
|
-
}
|
195
|
-
|
196
|
-
private addCurve(curve: Curve|null) {
|
197
|
-
const parts = this.curveToPathCommands(curve);
|
198
|
-
this.parts.push(...parts);
|
199
|
-
|
200
|
-
if (this.isFirstSegment) {
|
201
|
-
this.isFirstSegment = false;
|
202
|
-
}
|
203
|
-
}
|
204
|
-
|
205
|
-
public addPoint(newPoint: StrokeDataPoint) {
|
206
|
-
this.curveFitter.addPoint(newPoint);
|
207
|
-
this.widthAverageNumSamples ++;
|
208
|
-
this.averageWidth =
|
209
|
-
this.averageWidth * (this.widthAverageNumSamples - 1) / this.widthAverageNumSamples
|
210
|
-
+ newPoint.width / this.widthAverageNumSamples;
|
211
|
-
}
|
212
|
-
}
|
@@ -1,77 +0,0 @@
|
|
1
|
-
import Path, { PathCommandType } from '../../math/Path';
|
2
|
-
import Rect2 from '../../math/Rect2';
|
3
|
-
import AbstractRenderer from '../../rendering/renderers/AbstractRenderer';
|
4
|
-
import { StrokeDataPoint } from '../../types';
|
5
|
-
import Viewport from '../../Viewport';
|
6
|
-
import AbstractComponent from '../AbstractComponent';
|
7
|
-
import Stroke from '../Stroke';
|
8
|
-
import { ComponentBuilder, ComponentBuilderFactory } from './types';
|
9
|
-
|
10
|
-
export const makeLineBuilder: ComponentBuilderFactory = (initialPoint: StrokeDataPoint, viewport: Viewport) => {
|
11
|
-
return new LineBuilder(initialPoint, viewport);
|
12
|
-
};
|
13
|
-
|
14
|
-
export default class LineBuilder implements ComponentBuilder {
|
15
|
-
private endPoint: StrokeDataPoint;
|
16
|
-
|
17
|
-
public constructor(private readonly startPoint: StrokeDataPoint, private readonly viewport: Viewport) {
|
18
|
-
this.endPoint = startPoint;
|
19
|
-
}
|
20
|
-
|
21
|
-
public getBBox(): Rect2 {
|
22
|
-
const preview = this.buildPreview();
|
23
|
-
return preview.getBBox();
|
24
|
-
}
|
25
|
-
|
26
|
-
private buildPreview(): Stroke {
|
27
|
-
const startPoint = this.startPoint.pos;
|
28
|
-
const endPoint = this.endPoint.pos;
|
29
|
-
const toEnd = endPoint.minus(startPoint).normalized();
|
30
|
-
|
31
|
-
const startSize = this.startPoint.width / 2;
|
32
|
-
const endSize = this.endPoint.width / 2;
|
33
|
-
|
34
|
-
const lineNormal = toEnd.orthog();
|
35
|
-
const scaledStartNormal = lineNormal.times(startSize);
|
36
|
-
const scaledEndNormal = lineNormal.times(endSize);
|
37
|
-
|
38
|
-
const strokeStartPoint = startPoint.minus(scaledStartNormal);
|
39
|
-
|
40
|
-
const path = new Path(strokeStartPoint, [
|
41
|
-
{
|
42
|
-
kind: PathCommandType.LineTo,
|
43
|
-
point: startPoint.plus(scaledStartNormal),
|
44
|
-
},
|
45
|
-
{
|
46
|
-
kind: PathCommandType.LineTo,
|
47
|
-
point: endPoint.plus(scaledEndNormal),
|
48
|
-
},
|
49
|
-
{
|
50
|
-
kind: PathCommandType.LineTo,
|
51
|
-
point: endPoint.minus(scaledEndNormal),
|
52
|
-
},
|
53
|
-
{
|
54
|
-
kind: PathCommandType.LineTo,
|
55
|
-
point: startPoint.minus(scaledStartNormal),
|
56
|
-
},
|
57
|
-
]).mapPoints(point => this.viewport.roundPoint(point));
|
58
|
-
|
59
|
-
const preview = new Stroke([
|
60
|
-
path.toRenderable({ fill: this.startPoint.color })
|
61
|
-
]);
|
62
|
-
|
63
|
-
return preview;
|
64
|
-
}
|
65
|
-
|
66
|
-
public build(): AbstractComponent {
|
67
|
-
return this.buildPreview();
|
68
|
-
}
|
69
|
-
|
70
|
-
public preview(renderer: AbstractRenderer): void {
|
71
|
-
this.buildPreview().render(renderer);
|
72
|
-
}
|
73
|
-
|
74
|
-
public addPoint(point: StrokeDataPoint): void {
|
75
|
-
this.endPoint = point;
|
76
|
-
}
|
77
|
-
}
|