From 57aa116144d51783a12bb288554dd69846706386 Mon Sep 17 00:00:00 2001 From: Viatrix Date: Sun, 15 Mar 2026 15:29:42 -0700 Subject: Groups now work. --- tests/data/refs/imagemap__--maptype__HTML__group__svg.out | 3 +++ tests/data/svg/group.svg | 11 +++++++++++ tests/test_imagemap_comparison.py | 1 + 3 files changed, 15 insertions(+) create mode 100644 tests/data/refs/imagemap__--maptype__HTML__group__svg.out create mode 100644 tests/data/svg/group.svg (limited to 'tests') diff --git a/tests/data/refs/imagemap__--maptype__HTML__group__svg.out b/tests/data/refs/imagemap__--maptype__HTML__group__svg.out new file mode 100644 index 0000000..ff94203 --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__group__svg.out @@ -0,0 +1,3 @@ + + + diff --git a/tests/data/svg/group.svg b/tests/data/svg/group.svg new file mode 100644 index 0000000..18646af --- /dev/null +++ b/tests/data/svg/group.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tests/test_imagemap_comparison.py b/tests/test_imagemap_comparison.py index 2dda137..b4fae16 100644 --- a/tests/test_imagemap_comparison.py +++ b/tests/test_imagemap_comparison.py @@ -7,6 +7,7 @@ class ImageMapComparisonTest(ComparisonMixin, TestCase): 'svg/alt.svg', 'svg/enclave.svg', 'svg/fillstroke.svg', + 'svg/group.svg', 'svg/image.svg', 'svg/intersect.svg', 'svg/oob.svg', -- cgit