From 33236f198d7c0ed6fe4b22b7a370c93d9be2ce0f Mon Sep 17 00:00:00 2001 From: DD Date: Fri, 22 Sep 2017 14:08:19 -0400 Subject: [PATCH] fix hit testing --- src/helper/selection-tools/reshape-tool.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper/selection-tools/reshape-tool.js b/src/helper/selection-tools/reshape-tool.js index 5c14d06c..e94a7ad6 100644 --- a/src/helper/selection-tools/reshape-tool.js +++ b/src/helper/selection-tools/reshape-tool.js @@ -57,7 +57,8 @@ class ReshapeTool extends paper.Tool { curves: true, handles: true, fill: true, - guide: false + guide: false, + tolerance: ReshapeTool.TOLERANCE / paper.view.zoom }; if (preselectedOnly) { hitOptions.match = item => {