Per-corner border radius of the layer
Type: object
| Attribute | Type | Description |
|---|---|---|
| top_left | number (Optional) | Radius of the top-left corner |
| top_right | number (Optional) | Radius of the top-right corner |
| bottom_right | number (Optional) | Radius of the bottom-right corner |
| bottom_left | number (Optional) | Radius of the bottom-left corner |
Example
{
"top_left": 6,
"top_right": 6,
"bottom_right": 6,
"bottom_left": 6
}
