From fbcbb4eff55d0703f9fee526e5caea4744e931f7 Mon Sep 17 00:00:00 2001 From: Viatrix Date: Sun, 15 Mar 2026 20:50:07 -0700 Subject: Target attribute (and others) now work. --- tests/data/refs/imagemap__--maptype__HTML__target__svg.out | 2 ++ tests/data/svg/target.svg | 8 ++++++++ tests/test_imagemap_comparison.py | 1 + 3 files changed, 11 insertions(+) create mode 100644 tests/data/refs/imagemap__--maptype__HTML__target__svg.out create mode 100644 tests/data/svg/target.svg (limited to 'tests') diff --git a/tests/data/refs/imagemap__--maptype__HTML__target__svg.out b/tests/data/refs/imagemap__--maptype__HTML__target__svg.out new file mode 100644 index 0000000..e26d4d1 --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__target__svg.out @@ -0,0 +1,2 @@ + + diff --git a/tests/data/svg/target.svg b/tests/data/svg/target.svg new file mode 100644 index 0000000..ed54e7c --- /dev/null +++ b/tests/data/svg/target.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/tests/test_imagemap_comparison.py b/tests/test_imagemap_comparison.py index b4fae16..4b734b8 100644 --- a/tests/test_imagemap_comparison.py +++ b/tests/test_imagemap_comparison.py @@ -13,6 +13,7 @@ class ImageMapComparisonTest(ComparisonMixin, TestCase): 'svg/oob.svg', 'svg/overlap.svg', 'svg/rounding.svg', + 'svg/target.svg', 'svg/text.svg', 'svg/transform.svg', 'svg/viewbox.svg' -- cgit