summaryrefslogtreecommitdiff
path: root/test/svg/shapes.5.polyline.svg
blob: 0cc5c383c5257d375a5433511c12a386dd555e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
  <polyline fill="none" stroke="black" stroke-width="20"
            points="100, -100,
                    300, -100,
                    300, -300,
                    500, -300,
                    500, -500,
                    700, -500
                    700, -700
                    900, -700
                    900, -900" />
</svg>