mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Added comments to ImportSVG.js
This commit is contained in:
parent
ce7e0cd349
commit
555d179978
1 changed files with 4 additions and 2 deletions
|
@ -20,8 +20,10 @@
|
|||
|
||||
/**
|
||||
* @name ImportSVG
|
||||
*
|
||||
* @class The ImportSVG object represents an object created using the SVG Canvas * that will be converted into a Paper.js object. The SVG object is imported * into Paper.js by converting it into items within groups.
|
||||
* @class The ImportSVG object represents an object created using the SVG
|
||||
* Canvas that will be converted into a Paper.js object.
|
||||
* The SVG object is imported into Paper.js by converting it into items
|
||||
* within groups.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue