Skip to content

Commit

Permalink
Merge pull request #3746 from SeanMcCarren/patch-1
Browse files Browse the repository at this point in the history
Remove errroneous comma in SVG path
  • Loading branch information
LiamConnors authored Oct 2, 2024
2 parents c105f45 + 642c15a commit 73722a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ fig.update_layout(
# filled Polygon
dict(
type="path",
path=" M 3,7 L2,8 L2,9 L3,10, L4,10 L5,9 L5,8 L4,7 Z",
path=" M 3,7 L2,8 L2,9 L3,10 L4,10 L5,9 L5,8 L4,7 Z",
fillcolor="PaleTurquoise",
line_color="LightSeaGreen",
),
Expand Down

0 comments on commit 73722a5

Please sign in to comment.