Skip to content

Commit

Permalink
Fix spec to support new join_style in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mogest committed Dec 16, 2023
1 parent 9877d70 commit b42737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/prawn/svg/elements/marker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
["stroke_color", ["000000"], {}, []],
["line_width", [100.0], {}, []],
["cap_style", [:butt], {}, []],
["join_style", [:miter], {}, []],
["undash", [], {}, []],
["save", [], {}, []],
["fill", [], {}, [
["join_style", [:bevel], {}, []],
["move_to", [[0.0, 600.0]], {}, []],
["line_to", [[10.0, 595.0]], {}, []],
["line_to", [[0.0, 590.0]], {}, []],
Expand Down

0 comments on commit b42737c

Please sign in to comment.