Skip to content

Commit

Permalink
print names in black instead of white
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-konrad committed Feb 26, 2024
1 parent 6774b2a commit 4753ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyclistsocialforce/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ def makeBikeDrawing(
self.s[0],
self.s[1] + 1,
self.id,
color=(1.0, 1.0, 1.0),
color="black",
fontsize=8,
animated=animated,
zorder=4,
Expand Down

0 comments on commit 4753ed3

Please sign in to comment.