| <?xml version="1.0" standalone="no"?> | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN" | |
| "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> | |
| <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="40" xml:space="preserve"> | |
| <g style="fill:none;stroke:yellow"> | |
| <rect x="0" y="0" width="25" height="25"/> | |
| <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/> | |
| </g> | |
| <g> | |
| <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="12" y="25"/> | |
| </g> | |
| </svg> | |