summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg
blob: cc068cefe32d0713603d06b74b585c4f68f552ed (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
     width="300" height="200">
  <style>
    path {
      stroke: blue;
    }
  </style>
  <path d="M 10 10 z m 20 70 h 10 v 10 h -10 l 0 -10 M 70 30 q 20 0 20 20 t -20 20 t -20 -20 T 70 30" />
</svg>