kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-svg
/
dev.kilua.svg
/
circle
circle
@
Composable
fun
ISvgTag
.
circle
(
cx
:
CssSize
,
cy
:
CssSize
,
r
:
CssSize
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
(
source
)
SVG "circle" tag.
@
Composable
fun
ISvgTag
.
circle
(
cx
:
Number
,
cy
:
Number
,
r
:
Number
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
(
source
)
SVG "circle" tag with plain numer attributes.