From 555d179978f83e3c4c1311da2ab86260ef2db00f Mon Sep 17 00:00:00 2001 From: AWagenheim Date: Tue, 18 Sep 2012 21:11:01 -0400 Subject: [PATCH] Added comments to ImportSVG.js --- src/svg/ImportSVG.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/svg/ImportSVG.js b/src/svg/ImportSVG.js index fb5ed6df..013ca639 100644 --- a/src/svg/ImportSVG.js +++ b/src/svg/ImportSVG.js @@ -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. * */