aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/refs/imagemap__--maptype__HTML__rounding__svg.out1
-rw-r--r--tests/data/svg/rounding.svg5
2 files changed, 0 insertions, 6 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>