svg2android icon indicating copy to clipboard operation
svg2android copied to clipboard

Add support for fill-rule "evenodd"

Open yuraj11 opened this issue 8 years ago • 2 comments

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

yuraj11 avatar Apr 05 '16 19:04 yuraj11

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

skrzyneckik avatar Sep 07 '16 16:09 skrzyneckik

Nice! Now I can add support for that attribute but wait It is supported only on Android API Level 24+ 👎

yuraj11 avatar Sep 15 '16 19:09 yuraj11