- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Aug 2022 18:12:30 +0000
- To: public-css-archive@w3.org
> 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