diff --git a/src/path/Path.js b/src/path/Path.js index 506365b9..8da98024 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -206,7 +206,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{ var segments = this._segments, style = this._style, format = Format.point, - precision = arguments[0] || 3, + precision = arguments[0], parts = []; // TODO: Add support for H/V and/or relative commands, where appropriate