diff --git a/src/item/Item.js b/src/item/Item.js index 2611d466..f3d2f4cd 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -1859,6 +1859,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{ * @return {SVGSVGElement} the item converted to an SVG node */ + // DOCS: Document importSVG('file.svg', callback); /** * Converts the provided SVG content into Paper.js items and adds them to * the this item's children list. diff --git a/src/project/Project.js b/src/project/Project.js index c211a6af..b05daab2 100644 --- a/src/project/Project.js +++ b/src/project/Project.js @@ -382,6 +382,7 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{ * @return {SVGSVGElement} the project converted to an SVG node */ + // DOCS: Document importSVG('file.svg', callback); /** * Converts the provided SVG content into Paper.js items and adds them to * the active layer of this project.