You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2026. It is now read-only.
# Pass a string as input and write the output to a new file.
59
-
avdo -s '<vector>...</vector>' -o vector.min.xml
59
+
avdo -s '<vector>...</vector>' -o vector_min.xml
60
60
```
61
61
62
62
`avdo` rewrites the `VectorDrawable` using the smallest number of `<group>`s and `<path>`s possible, reducing their file sizes and making them faster to parse and draw at runtime. The example below shows the contents of a `VectorDrawable` before and after being run through `avdo`.
0 commit comments