diff --git a/src/style/Gradient.js b/src/style/Gradient.js index c739accc..b9d7454a 100644 --- a/src/style/Gradient.js +++ b/src/style/Gradient.js @@ -124,7 +124,7 @@ var Gradient = Base.extend(/** @lends Gradient# */{ var stops = []; for (var i = 0, l = this._stops.length; i < l; i++) stops[i] = this._stops[i].clone(); - return new Gradient(stops); + return new Gradient(stops, this._radial); }, /**