rect

@Composable
fun ISvgTag.rect(x: CssSize, y: CssSize, width: CssSize, height: CssSize, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "rect" tag.


@Composable
fun ISvgTag.rect(x: Number, y: Number, width: Number, height: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "rect" tag with plain number attributes.