almosr / android-svg-code-render

Convert SVG files into Java source and use it in your Android app
Apache License 2.0
24 stars 3 forks source link

<path> elements without a d attribute throw a NPE #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a path has no 'd' attribute, the library crashes with a NullPointerException.

Reported by Igor Stassly.

Original issue reported on code.google.com by paul.leb...@gmail.com on 26 Apr 2014 at 3:58

GoogleCodeExporter commented 9 years ago
Fixed null references in Path renderer, text-on-path bbox calculator, and 
marker enumerator.

Original comment by paul.leb...@gmail.com on 26 Apr 2014 at 7:11