RE: [css3-images] exactly 2 adjacent colors stops

> From: Alan Gresley [mailto:alan@css-class.com]
> 
> http://css-class.com/test/css/3/gradients/repeating-linear-gradients-

> stops.htm
> 

These are impacted by two known issues in IE10 Preview 1 observed in each of the 6 cases.

(1) Documented in the blog post
http://blogs.msdn.com/b/ie/archive/2011/05/04/css3-gradients-in-ie10-platform-preview-1.aspx

"Known Issues in IE10 PP1"
"Also bear in mind that repeating gradients in Platform Preview 1—available using -ms-repeating-linear-gradient and -ms-repeating-radial-gradient in place of -ms-linear-gradient and -ms-radial-gradient—reflect the gradient instead of repeating it."
-- No simple workaround for the general issue; specific workarounds exist for some cases.

(2) Discovered after the blog post
For repeating gradients, both linear and radial, when the first stop begins at somewhere other than 0 the logic in PP1 was not sufficient to properly map the CSS repeating gradient concept to D2D properly.
-- Simple workaround is to adjust the stop locations such that the first stop is at 0.

Received on Tuesday, 24 May 2011 17:29:34 UTC