summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/geometry/reftests/rect-002.svg
blob: e9b27db7e69984e494090744091da0b508550a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<svg width="300" height="200" viewBox="600 700 150 100"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:html="http://www.w3.org/1999/xhtml">
  <title>Rectangle coordinates and sizes specified in user units</title>
  <html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
  <html:link rel="match"  href="rect-ref.svg" />
  <style>
    rect {
      x: 615px;
      y: 730px;
      width: 60px;
      height: 50px;
      fill: blue;
    }
  </style>
  <rect />
</svg>