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