mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 16:20:09 +01:00
12 lines
495 B
XML
12 lines
495 B
XML
|
|
<?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>
|