diff options
Diffstat (limited to 'tests/data/svg/enclave.svg')
| -rw-r--r-- | tests/data/svg/enclave.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/svg/enclave.svg b/tests/data/svg/enclave.svg new file mode 100644 index 0000000..db8d777 --- /dev/null +++ b/tests/data/svg/enclave.svg @@ -0,0 +1,8 @@ +<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <a xlink:href="http://example.com/1"> + <path d="M20 20H80V80H20M30 30V70H70V30M40 40H60V60H40"/> + </a> + <a xlink:href="http://example.com/2"> + <path d="M140 40H160V60H140M130 30V70H170V30M120 20H180V80H120"/> + </a> +</svg> |
