1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <style type=
"text/css"><![CDATA[
6 marker-start: url(#marker);
7 marker-mid: url(#marker);
8 marker-end: url(#marker);
13 <marker id=
"marker" viewBox=
"0 0 10 10" refX=
"1" refY=
"5"
14 markerUnits=
"strokeWidth" orient=
"auto"
15 markerWidth=
"2" markerHeight=
"2">
16 <polyline points=
"0,0 10,0 10,10 0,10 0,0" fill=
"red" />
20 <line x1=
"0" y1=
"0" x2=
"100" y2=
"100" style=
"marker-start: none;marker-mid: none;marker-end: none;" />