Re: [css3-background] vastly different takes on "blur"

On Jun 19, 2010, at 2:54 AM, Robert O'Callahan wrote:

> Note that I think Firefox's rendering <http://www.bradclicks.com/cssplay/blur_100px_firefox.png> is incorrect, because it is not centering the blur on the shadow's edge. Also, this rendering looks different from what I get in Minefield 3.7a5pre on Mac; I suspect Mozilla might have some platform differences in shadow rendering.
>  
> Shouldn't be, we use the same code on all platforms.


This is what I used for that:

	div { 
		width:200px; height:200px; 
		margin:50px 500px 50px -208px; 
		-moz-box-shadow:250px 0 100px black;
		-webkit-box-shadow: 250px 0 100px black;
	}

Received on Saturday, 19 June 2010 16:59:41 UTC