summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/path/property/mpath-ref.svg
blob: db281c33da6416f879a5f8978509c4c80a0c98f4 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
  <path d="M20,50 h100" fill="none" stroke="black"/>
  <circle r="5" fill="red" transform="translate(70 50)"/>
</svg>