diff options
| author | Viatrix | 2026-03-16 18:27:49 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-16 18:27:49 -0700 |
| commit | b7c5d7b4060baf845eb06e642a1fe96fb073ba0e (patch) | |
| tree | b166cec83e00d874f6e1d8ffe3fb72243450ceb3 | |
| parent | 90246c78b9b0a5c736c574d7d95159fbfe74c597 (diff) | |
Removed rounding test since it was getting redundant
| -rw-r--r-- | tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out | 1 | ||||
| -rw-r--r-- | tests/data/svg/rounding.svg | 5 | ||||
| -rw-r--r-- | tests/test_imagemap_comparison.py | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out b/tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out deleted file mode 100644 index 0fc648a..0000000 --- a/tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out +++ /dev/null @@ -1 +0,0 @@ -<area shape=poly coords=50,25,25,75,75,75 href=http://example.com> diff --git a/tests/data/svg/rounding.svg b/tests/data/svg/rounding.svg deleted file mode 100644 index e3f98e6..0000000 --- a/tests/data/svg/rounding.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <a xlink:href="http://example.com"> - <polyline points="50.3,24.6 74.8,75.4 25.2,75.01"/> - </a> -</svg> diff --git a/tests/test_imagemap_comparison.py b/tests/test_imagemap_comparison.py index e5b59a1..8570557 100644 --- a/tests/test_imagemap_comparison.py +++ b/tests/test_imagemap_comparison.py @@ -13,7 +13,6 @@ class ImageMapComparisonTest(ComparisonMixin, TestCase): 'svg/intersect.svg', 'svg/oob.svg', 'svg/overlap.svg', - 'svg/rounding.svg', 'svg/target.svg', 'svg/text.svg', 'svg/transform.svg', |
