0
0
Figmabi_tool~10 mins

Corner radius and smoothing in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows different shapes with their corner radius and smoothing values in Figma.

CellValue
A1Shape
B1Corner Radius
C1Smoothing (%)
A2Rectangle
B210
C20
A3Rounded Rectangle
B320
C30
A4Smooth Shape
B420
C450
Formula Trace
Effective Corner Shape = ApplySmoothing(Corner Radius, Smoothing %)
Step 1: Corner Radius = 20, Smoothing = 50%
Step 2: Calculate smoothing effect: 20 * 50% = 10
Step 3: Effective corner shape = Corner Radius + smoothing effect
Cell Reference Map
    A           B               C
1 | Shape    | Corner Radius | Smoothing (%) |
2 | Rectangle|      10      |      0       |
3 | Rounded Rectangle |      20      |      0       |
4 | Smooth Shape |      20      |     50       |

References: B4 and C4 feed into the smoothing calculation.
The formula uses the corner radius from cell B4 and smoothing percentage from cell C4.
Result
    A           B               C               D
1 | Shape    | Corner Radius | Smoothing (%) | Effective Corner Shape |
2 | Rectangle|      10      |      0       |          10            |
3 | Rounded Rectangle |      20      |      0       |          20            |
4 | Smooth Shape |      20      |     50       |          30            |
The effective corner shape column shows the final corner radius after applying smoothing.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the smoothing effect value when corner radius is 20 and smoothing is 50%?
A20
B30
C10
D50
Key Result
Effective Corner Shape = Corner Radius + (Corner Radius * Smoothing %)