diff options
author | eleanor-park <eleanor_park@brown.edu> | 2024-04-14 14:25:29 -0400 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2024-04-14 14:25:29 -0400 |
commit | d938cd08650279f5c7894793d5fd78ec4068694c (patch) | |
tree | 6c1f483435b2736c44f0a9a77566e7e8373064b1 /src/client/documents/Documents.ts | |
parent | 3bba8465a3d823596e7f8cfab24b9afa9c05cf2c (diff) |
working on radius eraser bug
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 78a28ed62..2d2f5fe4a 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_xwidth = strokeWidth; + I.stroke_width = strokeWidth; I.stroke_bezier = stroke_bezier; I.stroke_startMarker = arrowStart; I.stroke_endMarker = arrowEnd; |