Added comments to ImportSVG.js

This commit is contained in:
AWagenheim 2012-09-18 21:11:01 -04:00
parent ce7e0cd349
commit 555d179978

View file

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