From a5644805227d99b4e3f0657f9526443ab0402055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 25 Aug 2014 12:53:13 +0200 Subject: [PATCH] Forgotten in previous commit. --- src/path/Path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/Path.js b/src/path/Path.js index 8508ef8d..3485d381 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1561,7 +1561,7 @@ var Path = PathItem.extend(/** @lends Path# */{ if (parameter === 0 || parameter === 1 && numSegments > 1) { if (!checkSegmentStroke(loc.getSegment())) loc = null; - } else if (!isCloseEnough(loc.getPoint(), strokePadding)) { + } else if (!isCloseEnough(loc.getPoint(), strokePadding)) { loc = null; } }