RoundedRectangle
data class RoundedRectangle(val corner: Vector2, val width: Double, val height: Double, val radii: List<Double>)(source)
Rounded rectangle. When radii are given (instead of radius), they are specified clockwise starting at the top-left. Fewer than 4 values are accepted and repeated cyclically. (e.g., providing 2 values alternates them, providing 1 value applies it to all corners).