jmenter / JAMSVGImage

Display resolution independent SVGs in iOS.
MIT License
372 stars 48 forks source link

JAMStyledBezierPathFactory fails to read points specifications without commas #23

Closed rwe closed 9 years ago

rwe commented 9 years ago

<polyline> and <polygon> specify a list of points using x/y coordinate pairs. However, the comma within pairs is optional as per http://www.w3.org/TR/SVG/shapes.html#PointsBNF

This causes path errors because no points are detected.