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
/
line
line
@
Composable
fun
ISvgTag
.
line
(
x1
:
CssSize
,
y1
:
CssSize
,
x2
:
CssSize
,
y2
:
CssSize
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
(
source
)
SVG "line" tag.
@
Composable
fun
ISvgTag
.
line
(
x1
:
Number
,
y1
:
Number
,
x2
:
Number
,
y2
:
Number
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
(
source
)
SVG "line" tag with plain number attributes.