diff options
Diffstat (limited to 'tests/data/svg/overlap.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> |
