test/hexapdf/layout/test_text_layouter.rb in hexapdf-0.45.0 vs test/hexapdf/layout/test_text_layouter.rb in hexapdf-0.46.0

- old
+ new

@@ -810,13 +810,10 @@ @layouter.fit([box1, box2], 200, 100).draw(@canvas, 0, 0) assert_operators(@canvas.contents, [[:save_graphics_state], [:restore_graphics_state], [:save_graphics_state], [:concatenate_matrix, [1, 0, 0, 1, 10, -40]], - [:save_graphics_state], - [:concatenate_matrix, [1, 0, 0, 1, 0, 0]], [:set_line_width, [2]], - [:restore_graphics_state], [:restore_graphics_state], [:save_graphics_state], [:restore_graphics_state]]) end end