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

Changes not applied after clicking OK button #1

Open
macaronlover opened this issue Sep 23, 2020 · 2 comments
Open

Changes not applied after clicking OK button #1

macaronlover opened this issue Sep 23, 2020 · 2 comments

Comments

@macaronlover
Copy link

macaronlover commented Sep 23, 2020

Changes don't happen in realtime either. Please confirm exactly which part of the vector drawable XML code needs to be highlighted.

@macaronlover
Copy link
Author

macaronlover commented Sep 23, 2020

All I want to do is horizontally flip this:

<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="?android:attr/textColorPrimary" android:pathData="M17 20A2 2 0 0 1 15 22A2 2 0 0 1 13 20A2 2 0 0 1 15 18A2 2 0 0 1 17 20 M7 20A2 2 0 0 1 5 22A2 2 0 0 1 3 20A2 2 0 0 1 5 18A2 2 0 0 1 7 20 M17.61 3C16.95 3 16.44 3.2 16 3.5C15.32 3.91 14.88 4.59 14.47 5.07L5.71 15.35C5.16 16 5.62 17 6.47 17H14C15.11 17 16 16.1 16 15V6.38C16.58 5.7 16.93 5 17.61 5C18.38 5 19 5.66 19 6.5V7H21V6.5C21 4.56 19.5 3 17.61 3Z" /> </vector>

@KnIfER
Copy link
Owner

KnIfER commented Sep 28, 2020

Every 2 coords must be separated by a comma. :

<path android:fillColor="#000000" android:pathData="M17,20A2,2 0,0 1,15 22A2,2 0,0 1,13 20A2,2 0,0 1,15 18A2,2 0,0 1,17 20M7,20A2,2 0,0 1,5 22A2,2 0,0 1,3 20A2,2 0,0 1,5 18A2,2 0,0 1,7 20M17.61,3C16.95,3 16.44,3.2 16,3.5C15.32,3.91 14.88,4.59 14.47,5.07L5.71,15.35C5.16,16 5.62,17 6.47,17H14C15.11,17 16,16.1 16,15V6.38C16.58,5.7 16.93,5 17.61,5C18.38,5 19,5.66 19,6.5V7H21V6.5C21,4.56 19.5,3 17.61,3Z" />

Later in this week I'll add two tools to handle such situations.

KnIfER pushed a commit that referenced this issue Oct 4, 2020
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