aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/imagehandler/embeddedimage.svg
blob: f952640822240144210ce5c79ad06126d94fb41f (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
     version="1.2" baseProfile="tiny">

  <desc>This document has a reference to an external image</desc>

  <image x="200" y="200" width="100" height="100" xlink:href="heart.png">
    <title>External image</title>
  </image>
</svg>