diff options
| author | Viatrix | 2026-03-13 22:19:22 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-13 22:19:22 -0700 |
| commit | c03729d9bb9c0902b89a15643e67b620f7dd669b (patch) | |
| tree | 2e108dbfd49e8476dba06b167d7d88a5e4af5add /tests/test_imagemap_comparison.py | |
| parent | a6d891a0ddbcca22ee6aa946e90f7f8d42e1fec5 (diff) | |
Alt attribute now set correctly (+ test).
Diffstat (limited to 'tests/test_imagemap_comparison.py')
| -rw-r--r-- | tests/test_imagemap_comparison.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_imagemap_comparison.py b/tests/test_imagemap_comparison.py index 994bc95..2dda137 100644 --- a/tests/test_imagemap_comparison.py +++ b/tests/test_imagemap_comparison.py @@ -4,6 +4,7 @@ from imagemap import ImageMap class ImageMapComparisonTest(ComparisonMixin, TestCase): effect_class = ImageMap compare_file = ( + 'svg/alt.svg', 'svg/enclave.svg', 'svg/fillstroke.svg', 'svg/image.svg', |
