github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC2/svg.xml (about)

     1  <?xml version="1.0"?>
     2  <svg xmlns="http://www.w3.org/Graphics/SVG/SVG-19990812.dtd" width="3in" height="3in">
     3    <g style="stroke: #000000">
     4      <line x1="0" x2="150" y1="150" y2="150"/>
     5      <line x1="0" x2="0" y1="0" y2="150"/>
     6      <text x="0" y="10">Revenue</text>
     7      <text x="150" y="165">Division</text>
     8      <rect x="10" y="50" width="20" height="100"/>
     9      <text x="10" y="165">North</text>
    10      <text x="10" y="45">10</text>
    11      <rect x="50" y="110" width="20" height="40"/>
    12      <text x="50" y="165">South</text>
    13      <text x="50" y="105">4</text>
    14      <rect x="90" y="90" width="20" height="60"/>
    15      <text x="90" y="165">West</text>
    16      <text x="90" y="85">6</text>
    17    </g>
    18  </svg>