- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Feb 2025 21:02:33 +0000
- To: public-css-archive@w3.org
This would mean that a roundrect would have its arc corner segments take their width from *one of* the sides they're joining, but exactly which side depends on the arc's aspect-ratio, right? In your linked example, the curvy segment is thick and green (the 'left' styles) because the straight-line path between the segment endpoints is slightly more upright (it shifts 170 horiz and 180 vert), and thus "points at" the left side? (Yeah, confirmed that if it lands on -10 0, so 190 horizontal shift, it takes from the bottom.) What do you do if it's a tie? (I presume it'll just take from one or the other arbitrarily.) ------ Hm tho, this could potentially work as the default. For cases where you're just, say, making a border with slanted lines for affect, this lets you have the "obvious" border style mapping. Can be a little weird in complex cases, but that's why we want to have the ability to specify the styles manually, too. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11662#issuecomment-2652060874 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 11 February 2025 21:02:34 UTC