Status: FAIL | Duration: 8ms | Subtests: 0/1 | Open test on wpt.live | wpt.fyi
/svg/geometry/reftests/ellipse-002.svg
<svg width="300" height="200" viewBox="6000 7000 600 400" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"> <title>Ellipse coordinates and radii specified in user units</title> <html:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/geometry.html"/> <html:link rel="match" href="ellipse-ref.svg" /> <html:meta name="fuzzy" content="maxDifference=0-53; totalPixels=0-278" /> <style> ellipse { cx: 6150px; cy: 7240px; rx: 120px; ry: 100px; fill: blue; } </style> <ellipse /> </svg>