Update exportSVG() documentation.

This commit is contained in:
Jürg Lehni 2013-06-27 18:14:51 -07:00
parent 8e153beb36
commit fdfb7abe58
2 changed files with 4 additions and 4 deletions

View file

@ -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
*/

View file

@ -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
*/