Re: [css3-images] linear-gradient keywords and angles are opposite

On 9/06/2011 10:45 PM, Alan Gresley wrote:

> Secondly the default for a linear-gradient should be top. The below
> gradients would be identical.
>
> linear-gradient(pink, orange 50px, blue 50px, lime);
> linear-gradient(top, pink, orange 50px, blue 50px, lime);

That should have written as this.

  linear-gradient(pink, orange 50px, blue 50px, lime); /* Current 
behavior */
  linear-gradient(top, pink, orange 50px, blue 50px, lime); /* New 
behavior */


-- 
Alan Gresley
http://css-3d.org/
http://css-class.com/

Received on Thursday, 9 June 2011 17:22:48 UTC