diff options
| author | kimdahey <claire_kim1@brown.edu> | 2020-02-10 22:49:01 -0500 |
|---|---|---|
| committer | kimdahey <claire_kim1@brown.edu> | 2020-02-10 22:49:01 -0500 |
| commit | 9e9b775160e5d3b375c8c6e46c90f53291de6ee5 (patch) | |
| tree | 29e743121f522983c746a1acc46552153e4dad50 /src/pen-gestures | |
| parent | 4b09b59dc31b089eada895fa0eabac95fd3931bd (diff) | |
| parent | dc6453e27375a1b3d614a74b7fd1d83695f130d7 (diff) | |
Merge branch 'pen' of https://github.com/browngraphicslab/Dash-Web into pull_pane
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)) )); // |
