Change limits to avoid pygame.draw.arc's degenerate behaviour.
authorNeil <neil@dip.sun.ac.za>
Wed, 7 Sep 2016 09:11:37 +0000 (11:11 +0200)
committerNeil <neil@dip.sun.ac.za>
Wed, 7 Sep 2016 09:11:37 +0000 (11:11 +0200)
commitb07a7c799b3ca5c28167ae42844666dbb7fba6be
treea48dbca25e2d1b9c628d09848e246ff8f716c88d
parent33618253d33989b6bac55b1109c8e2f9caf9f69c
Change limits to avoid pygame.draw.arc's degenerate behaviour.

Pygame's draw arc is buggy, and confuses degrees and radians in the case
when start_angle > stop_angle. Pygame adds 360 radians to stop_angle,
instead of 360 degrees. This results in incorrect output, and absolutely
terrible performance.
data/stations/station-alpha.json