Skip to content

Commit

Permalink
update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jul 23, 2021
1 parent 27b3be4 commit 4e46633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/data/samples/saves/_portrait_landscape.rb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cairo: rounded_rectangle([0, 0, 805, 1105, 15, 15])
cairo: clip([])
cairo: set_source([MockDouble, -10, -10])
cairo: paint([])
cairo: reset_clip([])
surface: write_to_png(["_output/portrait_00.png"])
surface: finish([])
cairo: antialias=(["subpixel"])
Expand Down Expand Up @@ -59,5 +60,6 @@ cairo: rounded_rectangle([0, 0, 1075, 775, 15, 15])
cairo: clip([])
cairo: set_source([MockDouble, -25, -25])
cairo: paint([])
cairo: reset_clip([])
surface: write_to_png(["_output/landscape_00.png"])
surface: finish([])
1 change: 1 addition & 0 deletions spec/data/samples/saves/_saves.rb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ cairo: rounded_rectangle([0, 0, 765, 1065, 38, 38])
cairo: clip([])
cairo: set_source([MockDouble, -30, -30])
cairo: paint([])
cairo: reset_clip([])
surface: write_to_png(["_output/save_png_trimmed_00.png"])
cairo: scale([0.24, 0.24])
cairo: translate([75, 75])
Expand Down

0 comments on commit 4e46633

Please sign in to comment.