-
Notifications
You must be signed in to change notification settings - Fork 48
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
Graphical errors after converting #24
Comments
Are you using Once you confirm that, I think one possible fix on my end is to automatically approximate arcs as one or more bezier curves... which should avoid the problem. |
Hey and thanks for the answer! |
It should fix the issue, I think. VectorDrawableCompat fixes a lot of bugs
that were present in API 21-23. I think it is still something avdo should
try to fix though.
…On Jan 10, 2018 8:34 AM, "Henning B" ***@***.***> wrote:
Hey and thanks for the answer!
No I am not using VectorDrawableCompat. I will test it tomorrow and let
you know if it makes a difference.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABURi1e1zkhOIhvlKB0XbIYv5aHxAHJWks5tJOaHgaJpZM4RZC-g>
.
|
I just released
BTW, I fixed this by making sure that |
Awesome! |
Hi!
I optimized most of my vector drawables with this tool but had to revert it. On most devices it worked flawlessly but on one device some drawables aren't rendered correctly anymore after converting. It only happens for me on a Nexus 5 running Android 6.0.1 and a Note 3 running 5.0.
Here are two Screenshots before and after running avdo:
I am guessing that the reason for it lies in the change from absolut to relative coordinates. Some other files are only rendered correctly if they aren't scaled. When the are scaled down they change similar to the example above. Maybe the
Here are the xml files:
Cheers Henning
The text was updated successfully, but these errors were encountered: