Browse Source

Update README.md

pull/1101/head
Igor Demin 3 years ago committed by GitHub
parent
commit
20fdbb56f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Image_And_Icons_Manipulations/README.md

2
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 {

Loading…
Cancel
Save