diff options
author | eleanor-park <eleanor_park@brown.edu> | 2024-04-08 23:20:18 -0400 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2024-04-08 23:20:18 -0400 |
commit | 172d791a95126cbdb2ebf59fd8c28a63698002d1 (patch) | |
tree | 6611a92d7b7534819e71f417563108b3e2810677 /src/client/documents/Documents.ts | |
parent | ba58b46b55527c23cd23b34c2ca13be945c4bf4e (diff) |
radius erase re-implement started
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 2d2f5fe4a..78a28ed62 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -1104,7 +1104,7 @@ export namespace Docs { I.color = color; I.fillColor = fillColor; I.stroke = new InkField(points); - I.stroke_width = strokeWidth; + I.stroke_xwidth = strokeWidth; I.stroke_bezier = stroke_bezier; I.stroke_startMarker = arrowStart; I.stroke_endMarker = arrowEnd; |