summaryrefslogtreecommitdiff
path: root/rsvg_convert/tests/fixtures/a-link.svg
blob: 1ae8ace560c89c716a65459e60065228c5b8ffeb (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
  <a href="https://example.com">
    <rect x="100" y="100" width="200" height="200" fill="lime"/>
  </a>
</svg>