Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/geometry/reftests/ellipse-003.svg
<svg width="300" height="200"
<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" />
<html:meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-4" />
<style>
ellipse {
cx: 25%;
cy: 60%;
rx: 20%;
ry: 25%;
fill: blue;
}
</style>
<ellipse />
</svg>