aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2024-04-14 14:25:29 -0400
committereleanor-park <eleanor_park@brown.edu>2024-04-14 14:25:29 -0400
commitd938cd08650279f5c7894793d5fd78ec4068694c (patch)
tree6c1f483435b2736c44f0a9a77566e7e8373064b1 /src/client/documents/Documents.ts
parent3bba8465a3d823596e7f8cfab24b9afa9c05cf2c (diff)
working on radius eraser bug
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
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;