mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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
|
* corners
|
||||||
* @return {Path.RoundRectangle} rectangle A Path.Rectangle item for
|
* @return {Path.RoundRectangle} rectangle A Path.Rectangle item for
|
||||||
* Paper.js
|
* Paper.js
|
||||||
|
*/
|
||||||
_importRectangle: function(svgRectangle)
|
_importRectangle: function(svgRectangle)
|
||||||
{
|
{
|
||||||
var x = svgRectangle.x.baseVal.value || 0;
|
var x = svgRectangle.x.baseVal.value || 0;
|
||||||
|
|
Loading…
Reference in a new issue