Skip to content

Commit

Permalink
Update README.md (#3983)
Browse files Browse the repository at this point in the history
removed SVG support info from readme
(#3713)
  • Loading branch information
mrKurilin authored Nov 27, 2023
1 parent 9c8fc2c commit 55724f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Image_And_Icons_Manipulations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down

0 comments on commit 55724f0

Please sign in to comment.