Skip to main content

BorderRadius

radius rounds image corners.

interface BorderRadius {
tl?: number;
tr?: number;
bl?: number;
br?: number;
}
PropertyCorner
tlTop-left
trTop-right
blBottom-left
brBottom-right

Values are measured in pixels and must stay within plan limits.

Example

{
"radius": {
"tl": 10,
"tr": 10,
"bl": 10,
"br": 10
}
}

Used By