Closed
Description
Follow up on #10993
The initial draft for corner-shape
and superellipse
uses the following parameters:
- 0 is notch
- 0.5 is scoop
- 1 is bevel
- 2 is circle
- 4 is squircle
- 1 is straight
We can also use the log2
version of this:
notch -> -inf
scoop -> -1
bevel -> 0
round -> 1
squircle -> 2
straight -> inf
This would have an effect on the formula in #11608 as well.
Metadata
Metadata
Assignees
Type
Projects
Status
Tuesday Morning