Browse Source

Update README.md (#3983)

removed SVG support info from readme
(https://github.com/JetBrains/compose-multiplatform/issues/3713)
pull/3988/head v1.6.0-dev1291
mrKurilin 6 months ago committed by GitHub
parent
commit
55724f0b5a
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

@ -26,7 +26,7 @@ fun main() = singleWindowApplication {
}
```
`painterResource` supports raster (BMP, GIF, HEIF, ICO, JPEG, PNG, WBMP, WebP) and vector formats (SVG, [XML vector drawable](https://developer.android.com/guide/topics/graphics/vector-drawable-resources)).
`painterResource` supports raster (BMP, GIF, HEIF, ICO, JPEG, PNG, WBMP, WebP) and vector formats ([XML vector drawable](https://developer.android.com/guide/topics/graphics/vector-drawable-resources)).
<img alt="Resources" src="image_from_resources.png" height="375" />

Loading…
Cancel
Save