diff --git a/src/path/Path.js b/src/path/Path.js index 2e06f65e..96b0e5ce 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1084,6 +1084,12 @@ var Path = this.Path = PathItem.extend({ }, // DOCS: document Path#arcTo + /** + * @name Path#arcTo + * @function + * @param {Point} through + * @param {Point} to + */ /** * @param {Point} to * @param {Boolean} [clockwise=true]