Swaagie/minimize

Problem with svg

tiagoporto opened this issue · 2 comments

In my html I have the follow svg code

<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="133.7,107.2 143.6,47.4 98.8,0 57.2,43.6 118.7,52.4 "/>

<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="83.8,134.6 143.6,144.6 191,99.3 147.4,57.3 138.7,119.4
                            "/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="58,84.8 45.9,144.6 89.4,192 132.7,148.4 71.1,139.6 "/>

<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" points="109.1,57.5 49.2,47.4 0,92.7 42.5,134.6 53.4,72.6 "/>

When the HTML is minified

<polygon fill-rule=evenodd clip-rule=evenodd fill=#FFFFFF points="133.7,107.2 143.6,47.4 98.8,0 57.2,43.6 118.7,52.4">
    <polygon fill-rule=evenodd clip-rule=evenodd fill=#FFFFFF points="83.8,134.6 143.6,144.6 191,99.3 147.4,57.3 138.7,119.4">
        <polygon fill-rule=evenodd clip-rule=evenodd fill=#FFFFFF points="58,84.8 45.9,144.6 89.4,192 132.7,148.4 71.1,139.6">
             <polygon fill-rule=evenodd clip-rule=evenodd fill=#FFFFFF points="109.1,57.5 49.2,47.4 0,92.7 42.5,134.6 53.4,72.6"></polygon>
        </polygon>
    </polygon>
</polygon>

This problem unconfigures the svg picture.

Ohh sory, there is a similar issue #24 .

No problem, thanks for taking the time to report, i'll close this one though, just to keep it organized :)