blob: 6b81eadf1b7cf7b85406336b5bc7bcc576338dea [file] [log] [blame]
<svg width="300" height="200"
xmlns="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml">
<title>Ellipse coordinates and radii specified by percentage</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<html:link rel="match" href="ellipse-ref.svg" />
<style>
ellipse {
cx: 25%;
cy: 60%;
rx: 20%;
ry: 25%;
fill: blue;
}
</style>
<ellipse />
</svg>