Add comments about missing #importSVG() documentation.

This commit is contained in:
Jürg Lehni 2014-02-12 09:39:34 +01:00
parent 5a131930fb
commit 568bb06853
2 changed files with 2 additions and 0 deletions

View file

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

View file

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