diff options
Diffstat (limited to 'tests/data/svg/overlap.svg')
| -rw-r--r-- | tests/data/svg/overlap.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/svg/overlap.svg b/tests/data/svg/overlap.svg new file mode 100644 index 0000000..7a3e7aa --- /dev/null +++ b/tests/data/svg/overlap.svg @@ -0,0 +1,8 @@ +<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-width="10" fill="none"> + <a xlink:href="http://example.com/1"> + <rect x="35" y="15" width="50" height="50" stroke="red"/> + </a> + <a xlink:href="http://example.com/2"> + <rect x="15" y="35" width="50" height="50" stroke="blue"/> + </a> +</svg> |
