1 <svg xmlns=
"http://www.w3.org/2000/svg" viewBox=
"0 0 100 100">
3 <marker id=
"arrow1" viewBox=
"0 0 10 10" orient=
"90" refX=
"5" refY=
"5" markerWidth=
"2" markerHeight=
"2" markerUnits=
"userSpaceOnUse" overflow=
"visible">
4 <path d=
"M 5 0 L 10 10 L 0 10 Z" fill=
"blue" stroke=
"none"/>
7 <marker id=
"arrow2" viewBox=
"0 0 10 10" orient=
"90" refX=
"5" refY=
"5" markerWidth=
"2" markerHeight=
"2" markerUnits=
"strokeWidth" overflow=
"visible">
8 <path d=
"M 5 0 L 10 10 L 0 10 Z" fill=
"blue" stroke=
"none"/>
12 <line x1=
"10" x2=
"80" y1=
"40" y2=
"40" stroke=
"green" stroke-width=
"2px" marker-end=
"url(#arrow1)" vector-effect=
"non-scaling-stroke"/>
13 <line x1=
"10" x2=
"80" y1=
"80" y2=
"80" stroke=
"green" stroke-width=
"2px" marker-end=
"url(#arrow2)" vector-effect=
"non-scaling-stroke"/>