diff options
| author | Viatrix | 2026-03-16 17:48:48 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-16 17:53:39 -0700 |
| commit | 90246c78b9b0a5c736c574d7d95159fbfe74c597 (patch) | |
| tree | ca8696918acdf1913576cd5994989479cdce76a9 /tests/data/refs | |
| parent | fbcbb4eff55d0703f9fee526e5caea4744e931f7 (diff) | |
Clip-paths now work!
Diffstat (limited to 'tests/data/refs')
| -rw-r--r-- | tests/data/refs/imagemap__--maptype__HTML__clip-path__svg.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/refs/imagemap__--maptype__HTML__clip-path__svg.out b/tests/data/refs/imagemap__--maptype__HTML__clip-path__svg.out new file mode 100644 index 0000000..4cd2339 --- /dev/null +++ b/tests/data/refs/imagemap__--maptype__HTML__clip-path__svg.out @@ -0,0 +1,3 @@ +<area shape=poly coords=25,25,25,75,50,50 href=http://example.com/1> +<area shape=poly coords=127,27,150,50,127,73,173,73,173,27 href=http://example.com/2> +<area shape=poly coords=230,30,250,50,230,70,270,70,270,30 href=http://example.com/3> |
