When generating the path data, the decimal separator must be a point, not a comma.
When a point is used instead of a comma, the converted drawable displays correctly.
Furthermore, it would be nice if the coordinates would stay exactly as they are in the original SVG, having the same number of decimal places, or none at all in the above case.
When I convert the following SVG, the generated XML is corrupt:
Input:
Output:
When generating the path data, the decimal separator must be a point, not a comma. When a point is used instead of a comma, the converted drawable displays correctly.
Furthermore, it would be nice if the coordinates would stay exactly as they are in the original SVG, having the same number of decimal places, or none at all in the above case.