aykutkardas/svgps.app

Not working properly for some SVGs

dgknca opened this issue · 1 comments

SVG:

<svg viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M34.9398 5.5166H9.19536C7.17258 5.5166 5.51758 7.1716 5.51758 9.19438V34.9388C5.51758 36.9616 7.17258 38.6166 9.19536 38.6166H34.9398C36.9626 38.6166 38.6176 36.9616 38.6176 34.9388V9.19438C38.6176 7.1716 36.9626 5.5166 34.9398 5.5166ZM34.9398 34.9388H9.19536V9.19438H34.9398V34.9388Z" fill="currentColor"/>
<path d="M20.6876 14.1962H11.4932V16.9545H20.6876V14.1962Z" fill="currentColor"/>
<path d="M33.1007 28.9625H23.9062V31.7209H33.1007V28.9625Z" fill="currentColor"/>
<path d="M33.1007 24.3651H23.9062V27.1234H33.1007V24.3651Z" fill="currentColor"/>
<path d="M14.712 33.0999H17.4703V29.4221H21.1481V26.6637H17.4703V22.986H14.712V26.6637H11.0342V29.4221H14.712V33.0999Z" fill="currentColor"/>
<path d="M25.9111 20.1358L28.504 17.543L31.0968 20.1358L33.046 18.1866L30.4532 15.5754L33.046 12.9825L31.0968 11.0333L28.504 13.6262L25.9111 11.0333L23.9619 12.9825L26.5547 15.5754L23.9619 18.1866L25.9111 20.1358Z" fill="currentColor"/>
</svg>

What is the problem you are experiencing?

not working properly for some SVGs.

Screen Shot 2022-06-01 at 12 47 31

Now fixed with 0.9.2 version.

image