buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

raceplayer buggies are out of whack on the campus racetracks #259

Closed davewhiteland closed 1 month ago

davewhiteland commented 1 month ago

Turns out this is because the campus racetrack was the first with an SVG path that didn't have a transform attribute, which in turn caused the buggy rectangles to not have their "centering" translation (nudging them left and up half their width and height respectively).

FIx was straightforward but diagnosis wasn't!