diff --git a/src/style/Color.js b/src/style/Color.js index ef5a8a79..52e402e8 100644 --- a/src/style/Color.js +++ b/src/style/Color.js @@ -526,6 +526,7 @@ var Color = this.Color = Base.extend(new function() { ? 'hsl' : 'hsb' : 'gradient' in arg || 'stops' in arg + || 'radial' in arg ? 'gradient' : 'gray' in arg ? 'gray'