diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-10 20:02:43 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-10 20:02:43 -0500 |
| commit | dc6453e27375a1b3d614a74b7fd1d83695f130d7 (patch) | |
| tree | a459aebcd55d10e8d8013649bd1417aa3b5058f2 /src/pen-gestures | |
| parent | daa8898f70bd44d2716f1f0d3371a8435a3ff638 (diff) | |
some final stuff
Diffstat (limited to 'src/pen-gestures')
| -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 643d58591..365896197 100644 --- a/src/pen-gestures/ndollar.ts +++ b/src/pen-gestures/ndollar.ts @@ -185,7 +185,7 @@ export class NDollarRecognizer { this.Multistrokes[3] = new Multistroke(GestureUtils.Gestures.EndBracket, useBoundedRotationInvariance, new Array( // new Array(new Point(150, 21), new Point(149, 150), new Point(26, 152)) // new Array(new Point(150, 150), new Point(150, 0), new Point(150, 150), new Point(0, 150)) - new Array(new Point(10, 100), new Point(50, 12), new Point(100, 103)) + new Array(new Point(10, 100), new Point(50, 100), new Point(100, 12), new Point(150, 103), new Point(190, 100)) )); // |
