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 key-tool.svg #28

Closed logicbot closed 5 years ago

logicbot commented 5 years ago

SVG name: key-tool.svg

SVG content:

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     width="453.705px" height="453.705px" viewBox="0 0 453.705 453.705" style="enable-background:new 0 0 453.705 453.705;"
     xml:space="preserve">
<g>
    <path d="M205.017,341.995l-32.166-32.161l110.691-110.701c40.217,21.676,91.214,15.992,125.209-17.947
        c41.406-41.462,41.406-108.687,0-150.091c-41.458-41.46-108.688-41.46-150.149,0c-33.937,33.941-39.593,84.999-17.931,125.157
        L22.751,374.216c-11.803,11.789-11.803,31.097,0,42.881c11.785,11.789,31.097,11.789,42.881,0l32.161,32.165
        c5.927,5.923,15.521,5.923,21.443,0l21.443-21.44c5.934-5.922,5.934-15.518,0-21.44l-32.163-32.165l21.44-21.506l32.177,32.226
        c5.923,5.923,15.521,5.923,21.443,0l21.441-21.44C210.939,357.512,210.939,347.982,205.017,341.995z M301.488,73.98
        c17.768-17.768,46.619-17.768,64.387,0c17.702,17.709,17.702,46.612,0,64.324c-17.768,17.709-46.619,17.709-64.387,0
        C283.776,120.593,283.776,91.69,301.488,73.98z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

android:viewportWidth="453,705" android:viewportHeight="453,705" android:width="453,705dp" android:height="453,705dp"> commas instead dots

a-student commented 5 years ago

Fixed. Thank you for the report!