diff --git a/src/item/Item.js b/src/item/Item.js index 26c9ccc1..34bb9a9d 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -1471,8 +1471,8 @@ var Item = Base.extend(Callback, /** @lends Item# */{ * * @name Item#exportSVG * @function - * @param {Boolean} [asString=false] wether to convert the SVG node directly - * to a string + * @param {Object} [options={ asString: false, precision: 5 }] the export + * options. * @return {SVGSVGElement} the item converted to an SVG node */ diff --git a/src/project/Project.js b/src/project/Project.js index 52071aaf..e57b9784 100644 --- a/src/project/Project.js +++ b/src/project/Project.js @@ -293,8 +293,8 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{ * * @name Project#exportSVG * @function - * @param {Boolean} [asString=false] wether to convert the SVG node directly - * to a string + * @param {Object} [options={ asString: false, precision: 5 }] the export + * options. * @return {SVGSVGElement} the project converted to an SVG node */