alexjlockwood / ShapeShifter

SVG icon animation tool for Android, iOS, and the web
https://shapeshifter.design
Apache License 2.0
3.95k stars 201 forks source link

A vector drawable is not opening correctly #342

Open mwajeeh opened 4 years ago

mwajeeh commented 4 years ago

Following vector drawable is not opening correctly in shape shifter beta.

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="25dp"
    android:height="25dp"
    android:tint="#FFFFFF"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    <path
        android:fillColor="#FF000000"
        android:pathData="M7,12l-2,-2 -2,2 2,2 2,-2zM17.71,7.71L12,2h-1v7.59L6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 11,14.41L11,22h1l5.71,-5.71 -4.3,-4.29 4.3,-4.29zM13,5.83l1.88,1.88L13,9.59L13,5.83zM14.88,16.29L13,18.17v-3.76l1.88,1.88zM19,10l-2,2 2,2 2,-2 -2,-2z" />
</vector>
Screen Shot 2020-04-20 at 11 03 43 PM Screen Shot 2020-04-20 at 11 03 23 PM
lcszc commented 4 years ago

Same problem as #343.

The beta version doesn't support multiple M commands, you must have to separate it.