depot_local_11.svg 902 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="200" height="250" >
  3. <g transform="translate(0,80)">
  4. <circle cx="50" cy="50" r="30" stroke="black" stroke-width="2" fill="lightgreen"/>
  5. <text x="30" y="55" font-size="18"> 9ac... </text>
  6. <defs>
  7. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  8. <path d='M0,0 V6 L3,3 Z' />
  9. </marker>
  10. </defs>
  11. <rect x="10" y="-70" width="80" height="40" fill="khaki" stroke-width="2" stroke="black" />
  12. <text x="25" y="-45" font-size="18"> HEAD </text>
  13. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M50,-30 L50,10' />
  14. <rect x="10" y="120" width="80" height="40" fill="orange" stroke-width="2" stroke="black" />
  15. <text x="20" y="145" font-size="18"> master </text>
  16. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M50,120 L50,90' />
  17. </g>
  18. </svg>