a-student / SvgToVectorDrawableConverter.Web

Online converter of SVG images to Android vector drawable XML resource files.
https://svg2vector.com
117 stars 22 forks source link

Conversion issue with priority2_circle_off_tablet_white.svg #12

Closed logicbot closed 5 years ago

logicbot commented 5 years ago

SVG name: priority2_circle_off_tablet_white.svg

SVG content:

<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
 <path d="m9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9zm0 1.5a7.5 7.5 0 0 1 7.5 7.5 7.5 7.5 0 0 1-7.5 7.5 7.5 7.5 0 0 1-7.5-7.5 7.5 7.5 0 0 1 7.5-7.5z" fill="#fff" opacity=".5"/>
</svg>

The source svg image is a circle. The result is an empty vector: no shape, no path, only dimensions.

a-student commented 5 years ago

Fixed. Thank you for the report!