File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,9 @@ To compute the <dfn>adjusted untrimmed inner top-left corner starting point</dfn
375375 1. Let |w| be the [=used value=] of the element's 'border-left-width' .
376376 1. If |s| is equal or greater than 1, return <code> |w|, 0</code> .
377377 1. If |s| is equal or less than -1, return <code> 0, -|w|</code> .
378+
379+ Note: Because of the above clamping, when the shape is more convex than a ''corner-shape/round'' or more concave than a ''corner-shape-scoop'' ,
380+ the inner curve cannot would appear to have a "belly" towards the middle, as it cannot remain constant while maintaining the same curvature.
378381 1. Let |k| be <code> 0.5<sup> |s|</sup></code> .
379382 1. Let |normalizedHalfCorner| be <code> 0.5<sup> |k|</sup></code> .
380383 1. Let |offset| be <code> 2 - √2</code> .
You can’t perform that action at this time.
0 commit comments