svg2android
svg2android copied to clipboard
Add support for fill-rule "evenodd"
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule https://code.google.com/p/android/issues/detail?id=198931 https://github.com/a-student/SvgToVectorDrawableConverter#manual-editing
- not supported in Android, not easy to implement conversion
- add warnings at least
https://code.google.com/p/android/issues/detail?id=198931 changed status to 'WorkingAsIntended' on 13th July. I guess it needs to reviewed and warning can be removed if it works as intended
Nice! Now I can add support for that attribute but wait It is supported only on Android API Level 24+ 👎