mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Forgotten in previous commit.
This commit is contained in:
parent
797a393c9a
commit
a564480522
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue