inloop / svg2android

SVG to Android VectorDrawable XML resource file
http://inloop.github.io/svg2android
Apache License 2.0
1.71k stars 357 forks source link

Wrong rotations in conversion of SVG #64

Closed urizev closed 8 years ago

urizev commented 8 years ago

I think this is due to rotations.

https://en.wikipedia.org/wiki/Flag_of_Antigua_and_Barbuda#/media/File:Flag_of_Antigua_and_Barbuda.svg

captura de pantalla 2016-09-16 a las 7 17 16

But got

captura de pantalla 2016-09-16 a las 7 18 23
yuraj11 commented 8 years ago

Just use option Bake transforms into path and you should get correct output.

urizev commented 8 years ago

Works perfectly thanks!

soshial commented 7 years ago

@yuraj11, where is this functionality located?

yuraj11 commented 7 years ago

image