Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix notch
  • Loading branch information
noamr committed Dec 1, 2025
commit 907afe52ae989435e06ea51dc844d720d7844672
2 changes: 2 additions & 0 deletions css-borders-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,9 @@ To get the <dfn>border-aligned corner clip-out path</dfn> given a {{DOMPointRead

1. Let |path| be a path, starting at |axisAlignedCornerStart|.
1. If |curvature| is -&infin;:
1. Extend |path| to |adjustedCornerStart|.
1. Extend |path| to |adjustedCornerCenter|.
1. Extend |path| to |adjustedCornerEnd|.
1. Otherwise:
1. Let |K| be <code>0.5<sup>-abs(|curvature|)</sup></code>.
1. For every |T| between 0 and 1, in an [=implementation-approximated=] manner,
Expand Down