depot_local_log.svg 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" width="600" height="100" >
  3. <circle cx="50" cy="50" r="30" stroke="black" stroke-width="3" fill="lightgreen"/>
  4. <text x="35" y="55" font-size="18"> a8... </text>
  5. <circle cx="150" cy="50" r="30" stroke="black" stroke-width="3" fill="lightgreen"/>
  6. <text x="135" y="55" font-size="18"> ff... </text>
  7. <circle cx="250" cy="50" r="30" stroke="black" stroke-width="3" fill="lightgreen"/>
  8. <text x="235" y="55" font-size="18"> 07... </text>
  9. <circle cx="350" cy="50" r="30" stroke="black" stroke-width="3" fill="lightgreen"/>
  10. <text x="335" y="55" font-size="18"> 7b... </text>
  11. <circle cx="450" cy="50" r="30" stroke="black" stroke-width="3" fill="lightgreen"/>
  12. <text x="435" y="55" font-size="18"> 59... </text>
  13. <circle cx="550" cy="50" r="30" stroke="black" stroke-width="2" fill="white"/>
  14. <text x="535" y="55" font-size="18"> </text>
  15. <defs>
  16. <marker id='head' orient="auto" markerWidth='4' markerHeight='8' refX='0.2' refY='3'>
  17. <path d='M0,0 V6 L3,3 Z' />
  18. </marker>
  19. </defs>
  20. <path marker-end='url(#head)' stroke-width='3' stroke='black' d='M80,50 L110,50' />
  21. <path marker-end='url(#head)' stroke-width='3' stroke='black' d='M180,50 L210,50' />
  22. <path marker-end='url(#head)' stroke-width='3' stroke='black' d='M280,50 L310,50' />
  23. <path marker-end='url(#head)' stroke-width='3' stroke='black' d='M380,50 L410,50' />
  24. <path marker-end='url(#head)' stroke-width='2' stroke='black' d='M480,50 L510,50' />
  25. </svg>