summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/path/distance/pathlength-rect.svg
blob: 106fed5f2eb11d4dffd09346f5913751947473a4 (plain)
1
2
3
4
5
6
7
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
  <title>The 'pathLength' attribute ('rect' element)</title>
  <h:link rel="help" href="https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute"/>
  <h:link rel="match" href="reference/pathlength-rect-ref.svg"/>
  <rect width="50" height="50" pathLength="4" fill="blue"
        stroke-dashoffset="1" stroke-dasharray="1 1" stroke="black" stroke-width="10"/>
</svg>