Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A vector drawable is not opening correctly #342

Open
mwajeeh opened this issue Apr 20, 2020 · 1 comment
Open

A vector drawable is not opening correctly #342

mwajeeh opened this issue Apr 20, 2020 · 1 comment

Comments

@mwajeeh
Copy link

mwajeeh commented Apr 20, 2020

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
Copy link

lcszc commented May 10, 2020

Same problem as #343.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants