mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Fix Color#getCanvasStyle.
This commit is contained in:
parent
d54c30b9be
commit
ff5ee13ba0
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ var Color = this.Color = Base.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
getCanvasStyle: function() {
|
getCanvasStyle: function() {
|
||||||
return this.cssString;
|
return this._cssString;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue