diff options
Diffstat (limited to 'tests/data/svg/rounding.svg')
| -rw-r--r-- | tests/data/svg/rounding.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/svg/rounding.svg b/tests/data/svg/rounding.svg new file mode 100644 index 0000000..e3f98e6 --- /dev/null +++ b/tests/data/svg/rounding.svg @@ -0,0 +1,5 @@ +<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> |
