Yan Pujante
02/23/2021, 5:07 PMImage(
painter = svgResource("images/logo.svg"),
contentDescription = "Logo",
modifier = Modifier.fillMaxSize(),
)
Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Size is unspecified
at androidx.compose.ui.geometry.Size.getWidth-impl(Size.kt:48)
at androidx.compose.ui.geometry.Size.times-7Ah8Wj8(Size.kt:111)
at androidx.compose.ui.res.SVGPainter.getIntrinsicSize-NH-jbRc(DesktopSvgResources.desktop.kt:80)
at androidx.compose.ui.draw.PainterModifier.getUseIntrinsicSize(PainterModifier.kt:104)
at androidx.compose.ui.draw.PainterModifier.modifyConstraints-ZezNO4M(PainterModifier.kt:202)
Igor Demin
02/23/2021, 7:55 PM<svg xmlns:dc="<http://purl.org/dc/elements/1.1/>" xmlns:cc="<http://creativecommons.org/ns#>" xmlns:rdf="<http://www.w3.org/1999/02/22-rdf-syntax-ns#>"
xmlns="<http://www.w3.org/2000/svg>" width="100" height="100" version="1.1">
Igor Demin
02/23/2021, 8:18 PMYan Pujante
02/23/2021, 9:51 PM