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 1ed8e84 commit 05b4f53Copy full SHA for 05b4f53
visualize/visualizer.py
@@ -86,4 +86,4 @@ def _line_to_svg(self, line: Line) -> svgwrite.shapes.Line:
86
"""
87
x1, y1 = line.start
88
x2, y2 = line.end
89
- return svgwrite.shapes.Line(start=(x1, y1), end=(x2, y2))
+ return svgwrite.shapes.Line(start=(x1, y1), end=(x2, y2), stroke='black')
0 commit comments