We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8984488 commit 4595fbdCopy full SHA for 4595fbd
git_sim/log.py
@@ -145,7 +145,7 @@ def draw_commit(
145
for commitCircle in self.drawnCommits.values():
146
inter = m.Intersection(lineRect, commitCircle)
147
if inter.has_points():
148
- arrow = m.CurvedArrow(start, end)
+ arrow = m.CurvedArrow(start, end, color=self.fontColor)
149
if start[1] == end[1]:
150
arrow.shift(m.UP * 1.25)
151
if start[0] < end[0] and start[1] == end[1]:
0 commit comments