diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2019-12-07 16:53:43 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2019-12-07 16:53:43 -0500 |
| commit | 766e47cd144be6f0bcbb5787dbd174aa1bba3690 (patch) | |
| tree | 4e456732770a2be4ffff0801a06d471b42c8558d /src/pen-gestures/ndollar.ts | |
| parent | b3b81c8400ce2a92df1ae8c0db9b422cf4a2cf4c (diff) | |
box !!!!
Diffstat (limited to 'src/pen-gestures/ndollar.ts')
| -rw-r--r-- | src/pen-gestures/ndollar.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-gestures/ndollar.ts b/src/pen-gestures/ndollar.ts index 5d4384202..8c8e079a4 100644 --- a/src/pen-gestures/ndollar.ts +++ b/src/pen-gestures/ndollar.ts @@ -168,7 +168,7 @@ export class NDollarRecognizer { // this.Multistrokes = new Array(NumMultistrokes); this.Multistrokes[0] = new Multistroke(GestureUtils.Gestures.Box, useBoundedRotationInvariance, new Array( - new Array(new Point(30, 146), new Point(30, 222), new Point(106, 225), new Point(106, 146)) + new Array(new Point(30, 146), new Point(30, 222), new Point(106, 225), new Point(106, 146), new Point(30, 146)) )); // |
