wpt / svg / struct / reftests / outer-svg-transform.svg

Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/struct/reftests/outer-svg-transform.svg

<svg width="400" height="400"  transform="translate(100,0)" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <html:link rel="help" href="https://www.w3.org/TR/SVG2/struct.html#SVGElement"/>
  <html:link rel="help" href="https://www.w3.org/TR/SVG2/coords.html#TransformProperty"/>
  <html:link rel="match" href="reference/outer-svg-transform-ref.svg"/>
  <title>Test that transforms the outer svg element"</title>
  <svg width="50" height="50">
    <rect width="50" height="50" fill="green"/>
  </svg>
</svg>