diff options
| author | Viatrix | 2026-03-12 12:57:41 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-12 12:57:41 -0700 |
| commit | 318a84508163ad786f12ee72d01b1b15d3295f73 (patch) | |
| tree | 72281618de86c9596ca481359c6684020a4d59e1 /tests/test_imagemap_comparison.py | |
| parent | 583220acca483e567553851815d3563bec7468f6 (diff) | |
Added image test case and adjusted code to pass it.
Removed rect test case since it was getting redundant.
Diffstat (limited to 'tests/test_imagemap_comparison.py')
| -rw-r--r-- | tests/test_imagemap_comparison.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_imagemap_comparison.py b/tests/test_imagemap_comparison.py index 959e98e..a703b5e 100644 --- a/tests/test_imagemap_comparison.py +++ b/tests/test_imagemap_comparison.py @@ -5,9 +5,9 @@ class ImageMapComparisonTest(ComparisonMixin, TestCase): effect_class = ImageMap compare_file = ( 'svg/enclave.svg', + 'svg/image.svg', 'svg/intersect.svg', 'svg/overlap.svg', - 'svg/rect.svg', 'svg/rounding.svg', 'svg/text.svg', 'svg/transform.svg', |
