Skip to content

[css-borders-4] Resolve on range for superellipse parameters #11609

Closed
@noamr

Description

@noamr

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

No one assigned

    Type

    No type

    Projects

    Status

    Tuesday Morning

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions