mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-21 18:00:23 +01:00
11 lines
507 B
XML
11 lines
507 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="expander-fuzzy.png" x="175" y="25" width="50" height="50"/>
|
|
<image xlink:href="expander-sharp.png" x="575" y="25" width="50" height="50"/>
|
|
|
|
<image xlink:href="expander-fuzzy-large.png" x="0" y="100" width="400" height="400"/>
|
|
<image xlink:href="expander-sharp-large.png" x="400" y="100" width="400" height="400"/>
|
|
</svg>
|