diff options
author | bobzel <zzzman@gmail.com> | 2023-10-24 13:46:36 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-10-24 13:46:36 -0400 |
commit | a91d5f3bdf1daf9b10a3f02acc79db7a0174a1d8 (patch) | |
tree | 0102b90aaa01ec3f1100cd34d46153e752c9fa7b /src/client/documents/Documents.ts | |
parent | 3141c62397071efee60510ef90df69ff04701757 (diff) |
fixed hide before/after in trails. move ink mask to developer. fixed tangent dragging on some curves that have no initial tangent. fixed tree view highlights when dragging.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index d61e4b3e9..161aba6e1 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -1055,10 +1055,6 @@ export namespace Docs { I.stroke_isInkMask = isInkMask; I.text_align = 'center'; I.title = 'ink'; - I.x = options.x as number; - I.y = options.y as number; - I._width = options._width as number; - I._height = options._height as number; I.author = Doc.CurrentUserEmail; I.rotation = 0; I.defaultDoubleClick = 'click'; |