Re: [csswg-drafts] [css-backgrounds-4] Use cases for corner-shape (#6980)

https://county.milwaukee.gov/EN/Courts/Chief-Judge

![image](https://github.com/w3c/csswg-drafts/assets/1286791/0fab6883-d125-4b86-b0f1-16c6a923a907)

Just a straight up `background-image` this time. Of note is the small transparent shadow is included in as part of the image. 

Shape could alternatively be done as a `conic-gradient`. But something like the below would be easier:

```css
corners: none none angle angle 50% / 100px;
```
or 

```css
corners: square square angle angle 50% / 100px;
```

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


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

Received on Tuesday, 11 July 2023 00:19:42 UTC