diff options
| author | andrewdkim <adkim414@gmail.com> | 2020-02-11 19:57:03 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2020-02-11 19:57:03 -0500 |
| commit | b62a1e3d940f03272cd20acd64e768ff093867c6 (patch) | |
| tree | dbd71d9f5304eda7cdcbd6c2a8a7410db71ba54b /src/pen-gestures | |
| parent | 45de2817224d06ab83f81ceb372c40f4c9185d2e (diff) | |
| parent | 4b8516079a580a420b407f191d9177c31b17c93d (diff) | |
Merge branch 'pen' of https://github.com/browngraphicslab/Dash-Web into radial_menu_fixes2
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..bb92f62e1 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(100, 100), new Point(150, 12), new Point(200, 103), new Point(300, 100)) )); // |
