Overhear8805/svg2drawable.py

Support for absolute paths

Overhear8805 opened this issue · 0 comments

When the script runs with an absolute path instead of an image, the rendering path will be incorrect.

Example:
svg2drawable.py /home/simon/ic_question_sign.svg --width 64 --no_padding will cause the script to render the .png's into res/drawable-xxxhdpi//home/simon/ic_question_sign.png.

Notice the "//" above, [...] xhdpi//home [...].