Re: [csswg-drafts] [css-backgrounds] The shape of box-shadow should be a circle for a box with border-radius:50% and big spread (#7103)

> Maybe something like border-radius of .25px or less is treated the same as border-radius: 0. That way, this edge case of extremely small radii do not end up distorting all the larger (1px +) border radii.

This shifts the discontinuity; it doesn't do anything to remove it. When we do things similar to this, we are generally hiding an asymptote by saying that everything smaller than X is treated as X (like, say, values under 1px are treated as being 1px); that retains continuity and avoids a blowup. This is instead trying to deal with two *entirely different* rendering strategies being desirable, and an unfortunate legacy that mixes the two into the same value range.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7103#issuecomment-1208449025 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 8 August 2022 18:12:32 UTC