diff options
| author | Viatrix | 2026-03-11 13:59:20 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-11 13:59:20 -0700 |
| commit | e8b45cae1841c4ed30013cd3cb85257fce027e7f (patch) | |
| tree | bb454f1640cfbcbc823757ecde8bce29e9d8fd70 /tests/data/svg/enclave.svg | |
| parent | 8cea9e2a48fa7965614997ebee832bb39e7154ca (diff) | |
Enclave test case added
Updated other test cases that changed order due to enclave handling code
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> |
