Native SVG support

This commit is contained in:
M66B
2022-03-19 17:32:35 +01:00
parent 9644a1a4c6
commit 4b6e8dda2f
4 changed files with 2735 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ class ImageHelper {
// https://developer.android.com/guide/topics/media/media-formats#image-formats
static final List<String> IMAGE_TYPES = Collections.unmodifiableList(Arrays.asList(
"image/svg+xml", // native
"image/bmp",
"image/gif",
"image/jpeg",