Bienvenue sur le forum de Exodus-Privacy.
Plusieurs sujets de discussion vous attendent.
Comme tout forum, celui-ci est soumis à la loi française
Les propos discriminants ne sont pas les bienvenus et seront sanctionnés sans aucune pitié. Nous vous demandons d'être bienveillant·e·s les un·e·s envers les autres.
Le forum n'est accessible qu'après enregistrement..
L'Équipe d'Exodus Privacy
Welcome on the Exodus-Privacy forum.
Many topics are waiting for you
As this forum is under French law, any author of discriminatory comments will be banned without mercy. Please be kind with everybody.
The topics are only available to registered people.
The Exodus Privacy Team.
Convert Android Drawable XML to SVG
-
English version below
Après en avoir discuté avec @U-039b, il apparaissait nécessaire d’avoir de quoi gérer le format maison de chez Google pour Android, Drawable Vector. Après quelques recherches, j’ai donc trouvé :
- https://github.com/jaredrummler/vector2svg
- https://msol.io/blog/android/android-convert-drawable-to-bitmap/
- and especially https://gitlab.com/Hyperion777/VectorDrawable2Svg dans https://stackoverflow.com/posts/46857611/revisions où l’auteur évoque également la documentation du format.
French version above
After talking with @U-039b it appeared we needed ways to convert Android’s drawable XML to some more standard formats like SVG.
After some search I found out:
- https://github.com/jaredrummler/vector2svg
- https://msol.io/blog/android/android-convert-drawable-to-bitmap/
- and especially https://gitlab.com/Hyperion777/VectorDrawable2Svg from https://stackoverflow.com/posts/46857611/revisions where the author is mentionning format’s documentation.
-
Great job! As we say at work : « bon bouleau » (Private joke)
-
@lovis_ix a dit dans Convert Android Drawable XML to SVG :
Great job! As we say at work : « bon bouleau » (Private joke)
Problem is that I tried to have it to work later on. And it failed. Some XML parsing issue it seems… if anyone else want to git it a try… (Tried the python one).