aboutsummaryrefslogtreecommitdiff
path: root/src/pen-gestures/GestureTypes.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-01 19:42:58 -0400
committerbobzel <zzzman@gmail.com>2024-10-01 19:42:58 -0400
commitc4f18e8f7a615644213eb276fcad954c1bd1a341 (patch)
treeda7f0be87645670a2031eb5f6c5db1477952eb37 /src/pen-gestures/GestureTypes.ts
parent111a4775788a52b218d5dbb49ef8c2d83d90ff3e (diff)
parent45edcb10855ba5a5313ccf2e60c5ba3590d7bcbc (diff)
Merge branch 'master' into nathan-starter
Diffstat (limited to 'src/pen-gestures/GestureTypes.ts')
-rw-r--r--src/pen-gestures/GestureTypes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-gestures/GestureTypes.ts b/src/pen-gestures/GestureTypes.ts
index d86562580..5a8e9bd97 100644
--- a/src/pen-gestures/GestureTypes.ts
+++ b/src/pen-gestures/GestureTypes.ts
@@ -1,12 +1,12 @@
export enum Gestures {
Line = 'line',
Stroke = 'stroke',
- Scribble = 'scribble',
Text = 'text',
Triangle = 'triangle',
Circle = 'circle',
Rectangle = 'rectangle',
Arrow = 'arrow',
+ RightAngle = 'rightangle',
}
// Defines a point in an ink as a pair of x- and y-coordinates.