mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Add comments about missing #importSVG() documentation.
This commit is contained in:
parent
5a131930fb
commit
568bb06853
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue