diff options
| author | Viatrix | 2026-03-11 06:12:19 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-11 06:12:19 -0700 |
| commit | f138950cbf5908fb75fbf1de17d41eb2bf28007e (patch) | |
| tree | 02a22e69c39d95a85b95b9972f6b1002ec02d495 /tests/data/svg/intersect.svg | |
Good a time as any for an initial commit
It sort-of works.
Diffstat (limited to 'tests/data/svg/intersect.svg')
| -rw-r--r-- | tests/data/svg/intersect.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/svg/intersect.svg b/tests/data/svg/intersect.svg new file mode 100644 index 0000000..5f07634 --- /dev/null +++ b/tests/data/svg/intersect.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"> + <path d="M20 20 60 20 60 60 20 60ZM40 40 40 80 80 80 80 40Z"/> + </a> +</svg> |
