summaryrefslogtreecommitdiff
path: root/test/data/move.svg
blob: ef549b716b382e358c371b6111be0fa7f33a63d1 (plain)
1
2
3
4
5
6
7
8
<svg xmlns="http://www.w3.org/2000/svg"
     version="1.1" height="500" width="600">
  <path d="M200 100 L300 100 L300 200 Z
           M300 100 L400 100 L400 200 Z" />
  <path d="M200 300 L300 300 L300 400 Z
           m300 100 L400 300 L400 400 Z" />
</svg>