ShapeOutsideInfo

@Serializable
data class ShapeOutsideInfo(val bounds: Quad, val shape: List<JsonElement>, val marginShape: List<JsonElement>)

CSS Shape Outside details.

Official doc

Constructors

Link copied to clipboard
constructor(bounds: Quad, shape: List<JsonElement>, marginShape: List<JsonElement>)

Properties

Link copied to clipboard

Shape bounds

Link copied to clipboard
val marginShape: List<JsonElement>

Margin shape bounds

Link copied to clipboard
val shape: List<JsonElement>

Shape coordinate details