avianey / androidsvgdrawable-plugin

Gradle plugin that generates qualified, density specific PNG drawables from SVG files at build time for your Android projects.
Apache License 2.0
262 stars 29 forks source link

SVG masked resources are badly handle for overrideMode ifModified #16

Open avianey opened 9 years ago

avianey commented 9 years ago

When targeted final resources in /res folder are absent and svgmask, mask svg and svg masked resources exists and are up to date, the final resources are not re-generated. It's necessary to check if the final resource exists and is up to date!