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 round-sync-24px.svg #16

Closed logicbot closed 5 years ago

logicbot commented 5 years ago

SVG name: round-sync-24px.svg

SVG content:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M.01 0h24v24h-24V0z"/><path d="M12 4V2.21c0-.45-.54-.67-.85-.35l-2.8 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.86.09.86-.36V6c3.31 0 6 2.69 6 6 0 .79-.15 1.56-.44 2.25-.15.36-.04.77.23 1.04.51.51 1.37.33 1.64-.34.37-.91.57-1.91.57-2.95 0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-.79.15-1.56.44-2.25.15-.36.04-.77-.23-1.04-.51-.51-1.37-.33-1.64.34C4.2 9.96 4 10.96 4 12c0 4.42 3.58 8 8 8v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79c-.31-.31-.85-.09-.85.36V18z"/></svg>

Android studio warns about usage of decimal value like .5 suggest to use 0.5 instead...refer this issue https://issuetracker.google.com/issues/37008268

a-student commented 5 years ago

Fixed. Thank you for the report!