Antoine Vianey

Results 19 comments of Antoine Vianey

can warn in the gradle console to avoid compatibility break...

Yes it is possible technically You just need to add a Java library that is able to write webp format And implement a custom ImageTranscoder for batik just like the...

This could be done by generating temporary svg for each input svg and overriding the viewport attribute on the `` element.

proposed option name ``` noDpiDensity = mdpi ```

https://developer.android.com/reference/android/graphics/drawable/VectorDrawable.html https://github.com/inloop/svg2android https://github.com/telly/MrVector

Will try but maybe later... The primary goal of this plugin is to generate drawable/mipmap for every density from a scalable vector graphic (svg)... VectorDrawable are actually already scalable so...

Can look after VectorDrawableCompat

Have to see the spec. Should be easy to convert to svg using xslt...

v 1.4.0-beta1 of http://tools.android.com/tech-docs/new-build-system add the functionnality > Vector drawable support for generating PNGs at build time.