diff options
| author | Viatrix | 2026-03-12 16:13:40 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-12 17:20:47 -0700 |
| commit | c29ac06954bf29f25c64f1f658d20b4e2a28d19e (patch) | |
| tree | 4852eaa2ea03e0a9e78c558fdc07befd6675ae3a /tests/data/refs | |
| parent | 5aca421003b008e116c170d6be789ac28e602cf7 (diff) | |
Nested SVGs now work.
Diffstat (limited to 'tests/data/refs')
| -rw-r--r-- | tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out b/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out index 0fc648a..b1cd4fb 100644 --- a/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out +++ b/tests/data/refs/imagemap__--maptype__HTML__viewbox__svg.out @@ -1 +1,3 @@ -<area shape=poly coords=50,25,25,75,75,75 href=http://example.com> +<area shape=poly coords=50,25,25,75,75,75 href=http://example.com/1> +<area shape=poly coords=150,12,125,38,175,38 href=http://example.com/2> +<area shape=poly coords=175,56,162,69,188,69 href=http://example.com/3> |
