toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-svg
/
dev.kilua.svg
/
ellipse
ellipse
@
Composable
fun
ISvgTag
.
ellipse
(
cx
:
CssSize
,
cy
:
CssSize
,
rx
:
CssSize
,
ry
:
CssSize
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
SVG "ellipse" tag.
@
Composable
fun
ISvgTag
.
ellipse
(
cx
:
Number
,
cy
:
Number
,
rx
:
Number
,
ry
:
Number
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
SVG "ellipse" tag with plain number attributes.