-
Notifications
You must be signed in to change notification settings - Fork 2
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
The run on current drawable makes it "empty" in Studio preview and app #98
Comments
Off topic for this issue - tool tries to sort attributes that were not changed. Fine but makes harder to spot changed things. |
What version of vgo produced this? This appears to be the same issue as #60, which was fixed in https://github.com/jzbrooks/vgo/releases/tag/v2.2.3. |
I'm on 2.4 from brew |
Thanks. I think I see the problem. It is related to #78 but is a little different. The decimal format is using locale-specific digit separators, which in your locale is a comma. vector drawables (and svgs) use commas as command parameter separators, so it confuses things. This is what I get when I run on a US locale JVM.
You can see the parameters of the first arc are different. ( The good news is the fix will be simple. Feel free to PR it if you like, but I'll get it in the next release. I recommend excluding that file from your shrink set for now. |
Here is our drawable file:
And here is result on running ago on it:
Not sure what happens and why.
The text was updated successfully, but these errors were encountered: