From cfdf6d3dacbc803127bcfbac6d16aa41cbfe3769 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Apr 2020 15:51:50 +0200 Subject: tests: Add test file for issue 70 From https://bugs.launchpad.net/inkscape/+bug/1746054/comments/5 --- tests/issue70.jpg | Bin 0 -> 3396162 bytes tests/meson.build | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/issue70.jpg (limited to 'tests') diff --git a/tests/issue70.jpg b/tests/issue70.jpg new file mode 100644 index 000000000..a46347566 Binary files /dev/null and b/tests/issue70.jpg differ diff --git a/tests/meson.build b/tests/meson.build index e111084c1..d3453d3f9 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -148,7 +148,8 @@ test_data = [ 'bug775693.pixdata', 'bug775229.pixdata', 'aero.gif', - 'circular-table.gif' + 'circular-table.gif', + 'issue70.jpg', ] installed_test_bindir = join_paths(gdk_pixbuf_libexecdir, 'installed-tests', meson.project_name()) -- cgit v1.2.1