mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-20 18:10:03 -04:00
Add applyMatrix option to importSVG()
This commit is contained in:
parent
036ba45326
commit
4fde7ab37d
4 changed files with 9 additions and 4 deletions
src/project
|
@ -661,8 +661,8 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
* @option [options.expandShapes=false] {Boolean} whether imported shape
|
||||
* items should be expanded to path items
|
||||
* @option [options.applyMatrix={@link PaperScope#settings}.applyMatrix]
|
||||
* {Boolean} whether imported items should have
|
||||
* their transformation matrices applied to their contents or not
|
||||
* {Boolean} whether imported items should have their transformation
|
||||
* matrices applied to their contents or not
|
||||
*
|
||||
* @param {SVGElement|String} svg the SVG content to import
|
||||
* @param {Object} [options] the import options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue