Re: [csswg-drafts] [css-shapes-1] Interpolation between rectangular shapes (#7111)

The expressions, btw:

Given `inset(t r b l)`, you can equivalent write it as `rect(t calc(100% - r) calc(100% - b) l)` or `xywh(r t calc(100% - r - l) calc(100% - t - b))`.

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


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

Received on Monday, 7 March 2022 22:38:56 UTC