summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/shapes/ellipse-07.svg
blob: 396e5f3f62559f607d8d8d508b976f6e986aa142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="240px" height="160px" viewBox="0 0 60 40">
  <metadata>
    <link xmlns="http://www.w3.org/1999/xhtml" rel="help" href="https://www.w3.org/TR/SVG2/shapes.html#EllipseElement"/>
    <link xmlns="http://www.w3.org/1999/xhtml" rel="match" href="ellipse-07-ref.svg"/>
    <meta xmlns="http://www.w3.org/1999/xhtml" name="assert" content="ry auto means rx absolute length is used"/>
  </metadata>
  <style>
    ellipse {
      rx: 25%;
      ry: auto;
    }
  </style>
  <ellipse cx="20" cy="20" fill="none" stroke="blue" stroke-width="5"/>
</svg>