summaryrefslogtreecommitdiff
path: root/doc/tutorial/slides/jaggies.svg
blob: e99d07ba5e659a5c63748e36e610af3e180fdae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     width="800" height="500">

  <image xlink:href="circle-ooo.png" x="175" y="25" width="50" height="50"/>
  <image xlink:href="circle-cairo.png" x="575" y="25" width="50" height="50"/>

  <image xlink:href="circle-ooo-large.png" x="0" y="100" width="400" height="400"/>
  <image xlink:href="circle-cairo-large.png" x="400" y="100" width="400" height="400"/>
</svg>