summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/api/document.svg
blob: 49cfd07e928d14fb19d02dc97d656a08db28ce89 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
  <g opacity="0.5">
    <rect x="10" y="10" width="30" height="30" fill="blue"/>
  </g>
</svg>