mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Merge branch 'master' of https://github.com/Stetson-Team-Alpha/paper.js
This commit is contained in:
commit
a0b5b4c110
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ var ImportSVG = this.ImportSVG = Base.extend(/** @Lends ImportSVG# */{
|
|||
* corners
|
||||
* @return {Path.RoundRectangle} rectangle A Path.Rectangle item for
|
||||
* Paper.js
|
||||
*/
|
||||
_importRectangle: function(svgRectangle)
|
||||
{
|
||||
var x = svgRectangle.x.baseVal.value || 0;
|
||||
|
|
Loading…
Reference in a new issue