- From: Carlos Lopez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 10 Jul 2023 20:59:16 +0000
- To: public-css-archive@w3.org
If we're talking squircles, I've included them in my shape engine (as well as diamond shape).   But it's really only fully reliable on Chrome. Safari has some issues stitching SVG together, causing some subpixel misalignment. Firefox doesn't even support `mask-border` (`-webkit-mask-box-image`) which is what I use to make this possible. Coupled with the fact that masking doesn't let you use `box-shadow` and you kinda to complicate your DOM tree by wrapping your masked element with another element that can use `filter: drop-shadow` instead. I'm really close to just ditching it all because of the annoying tree complexity. -- GitHub Notification of comment by clshortfuse Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6980#issuecomment-1629723580 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 10 July 2023 20:59:18 UTC