summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/markerInPresentation.svg
blob: 5071544e39fdfafcf786c23eccbf51e87cd4240e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg version="1.1" baseProfile="full" id="svg-root"
  width="100%" height="100%" viewBox="0 0 480 360"
  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <defs>
      <marker id="marker2" markerUnits="strokeWidth" refX="100" refY="100" markerWidth="15" markerHeight="15" viewBox="0 0 200 200">
        <rect width="200" height="200" fill="red" stroke="none"/>
      </marker>
    </defs>
    <g marker="url(#marker2)" fill="gold" stroke="black" fill-rule="evenodd" transform="translate(50,20)">
      <line x1="370" x2="280" y1="60" y2="140"/>
    </g>
</svg>