branches_02.svg 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="800" height="300" >
  3. <g transform="translate(-100,80)">
  4. <text x="130" y="55" font-size="18"> ... </text>
  5. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M180,50 L210,50' />
  6. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  7. <text x="230" y="55" font-size="18"> e6c... </text>
  8. <defs>
  9. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  10. <path d='M0,0 V6 L3,3 Z' />
  11. </marker>
  12. </defs>
  13. <rect x="210" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  14. <text x="225" y="-45" font-size="18"> HEAD </text>
  15. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M250,-30 L250,10' />
  16. <rect x="210" y="120" width="90" height="40" fill="orange" stroke-width="2" stroke="black" />
  17. <text x="220" y="145" font-size="18"> *master </text>
  18. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M250,120 L250,90' />
  19. <rect x="180" y="160" width="150" height="40" fill="lightblue" stroke-width="2" stroke="black" />
  20. <text x="190" y="185" font-size="18"> origin/master </text>
  21. </g>
  22. </svg>