diff options
author | bobzel <zzzman@gmail.com> | 2022-10-18 11:37:27 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-10-18 11:37:27 -0400 |
commit | 04b4e1fdf075c35adefc922abd0c75895a23cf12 (patch) | |
tree | 77d49a4aaa3581697a661b57545eb58761f8702f /src/client/documents/Documents.ts | |
parent | f42d592381c657b9aa57408ec7b1b35c035dd20c (diff) |
fixed up off-center rotation for ink
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 2500eafab..2d82ffdf9 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -984,6 +984,7 @@ export namespace Docs { I.strokeEndMarker = arrowEnd; I.strokeDash = dash; I.tool = tool; + I.fitWidth = true; I['text-align'] = 'center'; I.title = 'ink'; I.x = options.x as number; |