diff options
| author | Viatrix | 2026-03-15 15:29:42 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-15 15:29:42 -0700 |
| commit | 57aa116144d51783a12bb288554dd69846706386 (patch) | |
| tree | 7e271a14e781a5bc75cfc7a4e88ede55fe7468b8 /tests/data/svg | |
| parent | c03729d9bb9c0902b89a15643e67b620f7dd669b (diff) | |
Groups now work.
Diffstat (limited to 'tests/data/svg')
| -rw-r--r-- | tests/data/svg/group.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/svg/group.svg b/tests/data/svg/group.svg new file mode 100644 index 0000000..18646af --- /dev/null +++ b/tests/data/svg/group.svg @@ -0,0 +1,11 @@ +<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"> + <polyline points="50,25 75,75 25,75"/> + <g> + <polyline points="100,75 125,25 75,25"/> + <g> + <polyline points="150,25 175,75 125,75"/> + </g> + </g> + </a> +</svg> |
