diff --git a/src/path/PathItem.js b/src/path/PathItem.js index c02ec61b..12bf2453 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -221,7 +221,7 @@ var PathItem = Item.extend(/** @lends PathItem# */{ var length = coords && coords.length; relative = command === lower; if (previous === 'z' && lower !== 'z') - this.moveTo(start); + this.moveTo(current = start); switch (lower) { case 'm': case 'l':