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

Allow raw generation to unqualified target directory #47

Closed avianey closed 9 years ago

avianey commented 9 years ago

when using to = file("path") and no target density, it would be great to generate resources to path without adding a -density qualifier... USefull for RAW or PNG generation for using with LibGDX TexturePacker