a-student / SvgToVectorDrawableConverter

Batch converter of SVG images to Android vector drawable XML resource files. Online version of the converter is here:
https://svg2vector.com
344 stars 45 forks source link

Conversion changes font from #36

Open NeedMoreCoffee opened 6 years ago

NeedMoreCoffee commented 6 years ago

When converting the SVG to XML the font changes during the the conversion process. I have opened up the exported SVG in another application (Illustrator) and the image looks fine. After the conversion I place the image in my layout and the it is displayed with a different font. The original was created using Roboto Regular. image

Converting the font to outline fixes this, but that is not an ideal option for the number of elements that need to be converted.

a-student commented 5 years ago

Thank you for the report and sorry for the late reply. Some fonts are not free and cannot be used in the converter. If you provide SVG files for testing, we will try to fix this if possible.