Forgotten in previous commit.

This commit is contained in:
Jürg Lehni 2014-08-25 12:53:13 +02:00
parent 797a393c9a
commit a564480522

View file

@ -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;
}
}