wpt / svg / shapes / reftests / pathlength-005.html

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

/svg/shapes/reftests/pathlength-005.html

<!doctype html>
<title>Test of 'pathLength' on shapes with zoom.</title>
<link rel="help"
      href="https://www.w3.org/TR/SVG2/shapes.html#CircleElement">
<link rel="match"  href="pathlength-005-ref.html">

<svg id="test-body-content" width="400" viewBox="-20 -20 40 40" style="fill:none;zoom: 0.25;">
  <circle r="18" pathlength="100" stroke="green" stroke-width="1" stroke-dasharray="50,50"/>
</svg>

/svg/shapes/reftests/pathlength-005-ref.html

<!doctype html>
<svg width="100" height="100" viewBox="-20 -20 40 40" style="fill:none;">
  <circle r="18" pathlength="100" stroke="green" stroke-width="1" stroke-dasharray="50,50"/>
</svg>