summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/reftests/bugs/bug763386-marker-coincident.svg
blob: 7af4f9e35fc42f3567c052806f889d3e0b2802d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     viewBox="0 0 130 130">
    <marker id="marker"
            viewBox="-4 -4 8 8"
            orient="auto">
      <path d="M -1 -4, -1, 4, 1, 0 Z"/>
    </marker>
    <path stroke-width="8" marker-start="url(#marker)" marker-end="url(#marker)"
          stroke="red" d="M 12,12 c 0,0 0,0 40,40"/>
    <path stroke-width="8" marker-start="url(#marker)" marker-end="url(#marker)"
          stroke="red" d="M 118,12 c -40,40 -40,40 -40,40"/>
    <path stroke-width="8" marker-start="url(#marker)" marker-end="url(#marker)"
          stroke="red" d="M 12,70 c 0,0 40,40 40,40"/>
</svg>