WalterVale / androidsvg

Automatically exported from code.google.com/p/androidsvg
0 stars 0 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