hurd.svg 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20cm" height="20cm" viewBox="0 0 100 100">
  4. <desc>
  5. The Hurd Boxes and Arrows logo.
  6. Converted to SVG by Thomas Schwinge and Colin Leitner at 09/2007.
  7. We used the metafont original from Stephen McCamant (1997).
  8. available on http://www.gnu.org/graphics/hurd_mf.html.
  9. TODO. The flection of some of the curves is different from the
  10. original. We don't know yet how to exactly reproduce
  11. METAFONT's ``A..B'' syntax. Also the thickness of the lines
  12. may be a different one. Elaborate on the copyright situation
  13. and licensing conditions.
  14. </desc>
  15. <defs>
  16. <style type="text/css">
  17. #boxes, #arrows {
  18. stroke: black;
  19. stroke-width: 3;
  20. }
  21. #boxes { fill: white; }
  22. </style>
  23. </defs>
  24. <g transform="translate(0 100) scale(1 -1) translate(-5 5)">
  25. <g id="arrows" fill="none" stroke-linecap="round">
  26. <path d="M 40 80 Q 20 80 20 65 L 20 60"/>
  27. <path d="M 15 65 L 20 60 L 25 65"/>
  28. <path d="M 50 70 Q 50 50 62.5 50 L 70 50"/>
  29. <path d="M 65 45 L 70 50 L 65 55"/>
  30. <path d="M 60 20 Q 100 20 100 50 Q 100 80 65 80 L 60 80"/>
  31. <path d="M 65 75 L 60 80 L 65 85"/>
  32. <path d="M 80 40 Q 80 0 50 0 Q 20 0 20 35 L 20 40"/>
  33. <path d="M 15 35 L 20 40 L 25 35"/>
  34. </g>
  35. <g id="boxes">
  36. <rect x="10" y="40" width="20" height="20"/>
  37. <rect x="40" y="70" width="20" height="20"/>
  38. <rect x="70" y="40" width="20" height="20"/>
  39. <rect x="40" y="10" width="20" height="20"/>
  40. </g>
  41. </g>
  42. </svg>