mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Update exportSVG() documentation.
This commit is contained in:
parent
8e153beb36
commit
fdfb7abe58
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue