Skip to content

Commit

Permalink
remove cairo 18
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Dec 4, 2024
1 parent 31b4b73 commit 04523a2
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 1 deletion.
Binary file modified test/data/cairo_1.16.0/test_attribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/data/cairo_1.16.0/test_symbol_layer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/data/cairo_1.16.0/test_text_anchor_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed test/data/cairo_1.18.0/test_attribution.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_background_layer.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_circle_layer.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_fill_layer.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_line_caps.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_line_joins.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_line_layer.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_symbol_layer.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_text_anchor_bottom.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_text_anchor_center.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_text_anchor_left.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_text_anchor_right.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_text_anchor_top-left.png
Binary file not shown.
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_text_anchor_top.png
Binary file not shown.
Binary file removed test/data/cairo_1.18.0/test_tiled_raster_layer.png
Binary file not shown.
2 changes: 2 additions & 0 deletions test/test_symbol_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ def test_text_alignment(tmp_path):
map.add_layer(bg)
map.add_layer(point)
map.add_layer(layer)

assert False
1 change: 0 additions & 1 deletion test/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ def assert_render_equality(
f_ref_data = f_ref.read()
if f_data != f_ref_data:
print(f"image with issue: {base64.b64encode(f_data)}")
assert f_data == f_ref_data

0 comments on commit 04523a2

Please sign in to comment.