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
I´m converting all country flags to android vectordrawables but this one refuse to open at http://inloop.github.io/svg2android/
This only thing I can notice is that it´s missing the "?xml version="1.0" encoding="UTF-8"? " tag, adding that however doesn´t make any change still wont compute
Now I see this happens to
Flag_of_Uzbekistan.svg also.
2 out of 196 something svg´s could not be computed.
Thanks for svg2android it´s really useful. I will give this up now since the log show that around 100 flags could not be converted because of various errors like: (Any tip on where to get VectorDrawable of all world flags?)
Warning #1: | stroke-width not found on path one or more times. Defaulting all instances to 1.
-- | --
Warning #2: | found fill(s) or stroke(s) which uses url() (gradients and patterns are not supported in Android)
Warning #3: | group transform 'matrix' is not supported, use option Bake transforms into path
I´m converting all country flags to android vectordrawables but this one refuse to open at
http://inloop.github.io/svg2android/
This only thing I can notice is that it´s missing the "?xml version="1.0" encoding="UTF-8"? " tag, adding that however doesn´t make any change still wont compute
I convert all country flags from Christoph Bartneck blog at:
http://www.bartneck.de/2012/11/20/flags-of-all-countries-in-vector-format/
Now I see this happens to
Flag_of_Uzbekistan.svg also.
2 out of 196 something svg´s could not be computed.
Thanks for svg2android it´s really useful. I will give this up now since the log show that around 100 flags could not be converted because of various errors like: (Any tip on where to get VectorDrawable of all world flags?)
Any ide?
The text was updated successfully, but these errors were encountered: