diff options
| author | Viatrix | 2026-03-18 10:02:22 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-18 10:02:22 -0700 |
| commit | 274ad4460f3f4a35e099545a1a8408a9a67614e1 (patch) | |
| tree | 37de2d2ea271c77940bc4daee2a90baba9272494 /tests/data/svg | |
| parent | d3a80223412f8496433305f2cf681df1ac26966f (diff) | |
Fixed ALT attribute showing up on <AREA>s with no HREF.
Diffstat (limited to 'tests/data/svg')
| -rw-r--r-- | tests/data/svg/overlap.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/svg/overlap.svg b/tests/data/svg/overlap.svg index 7a3e7aa..8e01282 100644 --- a/tests/data/svg/overlap.svg +++ b/tests/data/svg/overlap.svg @@ -2,7 +2,7 @@ <a xlink:href="http://example.com/1"> <rect x="35" y="15" width="50" height="50" stroke="red"/> </a> - <a xlink:href="http://example.com/2"> + <a xlink:href="http://example.com/2" xlink:title="blue"> <rect x="15" y="35" width="50" height="50" stroke="blue"/> </a> </svg> |
