adjusted radius dimension lists three parameters:
To compute the adjusted radius dimension given numbers coverage, radius, and outset:
However, step 1 uses spread, which isn't defined:
- If radius is greater than spread, or if coverage is greater than 1, then return radius + outset.
As a side note for anyone who fixes this: The related outset-adjusted border radius algorithm misspells "adjusted" in a couple of variable names: adustedRadiusWidth and adustedRadiusHeight.
Pinging @noamr as these were both introduced in #12896.
adjusted radius dimension lists three parameters:
However, step 1 uses
spread, which isn't defined:As a side note for anyone who fixes this: The related outset-adjusted border radius algorithm misspells "adjusted" in a couple of variable names:
adustedRadiusWidthandadustedRadiusHeight.Pinging @noamr as these were both introduced in #12896.