From 20fdbb56f53199c0fe1a1c455fc15490749bc27a Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Tue, 24 Aug 2021 10:34:18 +0300 Subject: [PATCH] Update README.md --- tutorials/Image_And_Icons_Manipulations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Image_And_Icons_Manipulations/README.md b/tutorials/Image_And_Icons_Manipulations/README.md index c470a5db21..0070085ad9 100755 --- a/tutorials/Image_And_Icons_Manipulations/README.md +++ b/tutorials/Image_And_Icons_Manipulations/README.md @@ -157,7 +157,7 @@ import androidx.compose.ui.window.WindowState import androidx.compose.ui.window.singleWindowApplication import org.xml.sax.InputSource -fun main() = singleWindowApplication(state = WindowState(width = 1024.dp, height = 768.dp)) { +fun main() = singleWindowApplication { val density = LocalDensity.current // to calculate the intrinsic size of vector images (SVG, XML) val sample = remember {