123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <svg xmlns="http://www.w3.org/2000/svg" width="800" height="300" >
- <g transform="translate(50,80)">
- <circle cx="50" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
- <text x="30" y="55" font-size="18"> 8c7... </text>
- <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M80,50 L110,50' />
- <circle cx="150" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
- <text x="130" y="55" font-size="18"> feb... </text>
- <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
- <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
- <text x="230" y="55" font-size="18"> af2... </text>
- <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
- d=' M250,80 C250,150 310,150 310,150 ' />
- <circle cx="350" cy="150" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
- <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M280,50 L410,50' />
- <circle cx="450" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
- <text x="430" y="55" font-size="18"> c10... </text>
- <path marker-end='url(#head)' stroke-width='2' fill='none' stroke='black'
- d=' M380,150 C450,150 450,120 515,75 ' />
- <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M480,50 L510,50' />
- <circle cx="550" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
- <text x="530" y="55" font-size="18"> fe7... </text>
- <defs>
- <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
- <path d='M0,0 V6 L3,3 Z' />
- </marker>
- </defs>
- <rect x="510" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
- <text x="525" y="-45" font-size="18"> HEAD </text>
- <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,-30 L550,10' />
- <rect x="510" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
- <text x="520" y="145" font-size="18"> master </text>
- <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M550,120 L550,90' />
- <rect x="480" y="160" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
- <text x="490" y="185" font-size="18"> origin/master </text>
- </g>
- </svg>
|