blob: 434bf925dd6526c9022adfd818c64c612681e472 [file] [log] [blame]
zimmermannde960202007-01-30 12:44:03 +00001<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3<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">
4<defs>
5 <g id="otherg">
6 <use xlink:href="#g"/>
7 </g>
8
9 <g id="g">
10 <rect id="rect" stroke-width="5px" fill="red" stroke="navy" width="60" height="10"/>
11 <use xlink:href="#otherg"/>
12 </g>
13</defs>
14
15<text x="10" y="60">This should not crash.</text>
16<use x="25" y="25" xlink:href="#g"/>
17</svg>
18