You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great tool, it helped me a lot! However, it seems like I found an error, but I'm not very into svgs.
When uploading some android xml svgs they were converted to svgs that were just a black square, except for one image that worked. Removing the last path for all svgs that were a black square helped fix the error.
@Ballistx I don't see the issue in the output svg visually. Can you explain me a bit more?
Sorry for the late answer. You are right, when opening with a browser they seem to work but not in the android studio view and my flutter app -> There I had to remove the last path which seems to be redudant.
@Ballistx I think the issue caused by the input VectorDrawable that has two paths. Maybe the issue is a bug which the output SVG uses 8-digit hex incorrectly.
Thanks for this great tool, it helped me a lot! However, it seems like I found an error, but I'm not very into svgs.
When uploading some android xml svgs they were converted to svgs that were just a black square, except for one image that worked. Removing the last path for all svgs that were a black square helped fix the error.
This one worked:
It converted into:
This one did not work:
It converted into:
Removing the last path fixed it:
The text was updated successfully, but these errors were encountered: