blob: 9e1b9f648cc74402fdef218b5f06b71415ee2fc8 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="800" height="600" viewBox="0 0 400 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="symbol" overflow="visible">
<rect stroke-width="5px" fill="red" stroke="navy" width="60" height="10"/>
</symbol>
</defs>
<g transform="translate(125 25)">
<rect stroke-width="5px" fill="red" stroke="navy" width="60" height="10"/>
</g>
<text x="10" y="60">The two objects should look identical.</text>
<use x="25" y="25" xlink:href="#symbol"/>
</svg>