summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/styling/render/transform-box-ref.svg
blob: b41f8bb2a7baac19d907c378a0e269b9a8e914fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:h="http://www.w3.org/1999/xhtml"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     width="300" height="200" viewBox="0 0 300 200">
  <style>
    rect {
      fill: cyan;
      stroke: cyan;
      stroke-width: 16px;
    }
  </style>
  <g transform="translate(140, 130)">
    <rect id="r" x="-30" y="-10" width="80" height="20" />
  </g>
</svg>