Support for absolute paths
Overhear8805 opened this issue · 0 comments
Overhear8805 commented
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 [...].