Skip to content

Commit af408c3

Browse files
Add VectorDrawableCompat to README
The generated vector drawables can be used with VectorDrawableCompat as well
1 parent 8e4c7e0 commit af408c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Exports assets as a VectorDrawable for Android. Say goodbye to a bajillion asset
44

55
![screenshot](img/screenshot1.png)
66

7-
Supports [VectorDrawable] as well as [vector-compat].
7+
Supports [VectorDrawable], [VectorDrawableCompat] as well as [vector-compat]
88

99
Added in the option to generate a VectorDrawable without the compat options.
1010

@@ -37,4 +37,5 @@ _NOTE: If your Mac has not installed GitHub client, You need to install [GitHub
3737
[svg2android]:https://github.com/inloop/svg2android
3838
[sketch-export-assets]:https://github.com/geertwille/sketch-export-assets
3939
[VectorDrawable]:https://developer.android.com/reference/android/graphics/drawable/VectorDrawable.html
40+
[VectorDrawableCompat]:https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html#vector-drawables-backward-solution
4041
[vector-compat]:https://github.com/wnafee/vector-compat

0 commit comments

Comments
 (0)