stickfigure / spotme

Automatically exported from code.google.com/p/spotme
0 stars 1 forks source link

Polygons need to be closed #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you look closely at the polygons on the client you'll see that they are 
missing one of their "sides"; the interior is shaded but one leg is missing the 
dark line.

This is because the polygon data you get from the server is always open-ended.  
Add the extra point (back to the beginning) manually when drawing the polygon.

Original issue reported on code.google.com by lhori...@gmail.com on 9 Jun 2010 at 4:19

GoogleCodeExporter commented 9 years ago
This seems to be resolved with the iOS4 polygons.

Original comment by lhori...@gmail.com on 24 Jun 2010 at 6:50