library
Toggle table of contents
1.0.0
android
common
ios
jvm
web
Target filter
android
common
ios
jvm
web
Switch theme
Search in API
Skip to content
library
library
/
xyz.malefic.doppelganger
/
RawSvg
Raw
Svg
android
common
ios
jvm
web
@
Composable
actual
fun
RawSvg
(
svgString
:
String
,
modifier
:
Modifier
,
contentDescription
:
String
?
)
@
Composable
expect
fun
RawSvg
(
svgString
:
String
,
modifier
:
Modifier
=
Modifier
,
contentDescription
:
String
?
=
null
)
Composable function to render raw SVG string
@
Composable
actual
fun
RawSvg
(
svgString
:
String
,
modifier
:
Modifier
,
contentDescription
:
String
?
)
@
Composable
actual
fun
RawSvg
(
svgString
:
String
,
modifier
:
Modifier
,
contentDescription
:
String
?
)
@
Composable
actual
fun
RawSvg
(
svgString
:
String
,
modifier
:
Modifier
,
contentDescription
:
String
?
)