Skip to content

Commit 05b4f53

Browse files
committed
update
1 parent 1ed8e84 commit 05b4f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualize/visualizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ def _line_to_svg(self, line: Line) -> svgwrite.shapes.Line:
8686
"""
8787
x1, y1 = line.start
8888
x2, y2 = line.end
89-
return svgwrite.shapes.Line(start=(x1, y1), end=(x2, y2))
89+
return svgwrite.shapes.Line(start=(x1, y1), end=(x2, y2), stroke='black')

0 commit comments

Comments
 (0)