SVG on iPad

I’ve been playing around with a vector map I purchased over the web. Used Adobe Illustrator to convert a layer (there are lots of layers) into SVG.

Have succeeded in reading the SVG and displaying the counties of Minnesota (all 87!) in a canvas.

There are more things to figure out, but given I’m only two hours into this, I’m encouraged (some time spent figuring out how to get Illustrator to do what I needed).

If anyone is interested, I’ll report on progress (or lack thereof).

One thing: On iOS, graphics.drawPath doesn’t take the second parameter that closes the path.