pathlength-005.html (404B)
1 <!doctype html> 2 <title>Test of 'pathLength' on shapes with zoom.</title> 3 <link rel="help" 4 href="https://www.w3.org/TR/SVG2/shapes.html#CircleElement"> 5 <link rel="match" href="pathlength-005-ref.html"> 6 7 <svg id="test-body-content" width="400" viewBox="-20 -20 40 40" style="fill:none;zoom: 0.25;"> 8 <circle r="18" pathlength="100" stroke="green" stroke-width="1" stroke-dasharray="50,50"/> 9 </svg>