misakuo / svgtoandroid

Converting SVG to VectorDrawable
https://plugins.jetbrains.com/plugin/8103
MIT License
528 stars 45 forks source link

Output name of file is incorrect in some cases (filenames with numbers?) #46

Closed chris-dura closed 4 years ago

chris-dura commented 4 years ago

I used your tool to batch process a bunch of SVGs. A few of the SVGs were output with extra underscores in their filenames.

ki-a11y.svg was output as vector_drawable_ki_a__y.svg ki-a11y-f.svg was output as vector_drawable_ki_a__y_f.svg

So, your tool definitely didn't like using 11 in the filename...

misakuo commented 4 years ago

Please update the plugin to version 1.8.2, thanks for your feedback.