From 55724f0b5a56a4a86cc45d74b77cd5b6cf3ac02a Mon Sep 17 00:00:00 2001 From: mrKurilin <88594768+mrKurilin@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:01:04 +0300 Subject: [PATCH] Update README.md (#3983) removed SVG support info from readme (https://github.com/JetBrains/compose-multiplatform/issues/3713) --- 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 89373ccc3a7..70c64eb15e1 100755 --- a/tutorials/Image_And_Icons_Manipulations/README.md +++ b/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)). Resources