You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2KB

  1. <svg
  2. version="1.1"
  3. xmlns="http://www.w3.org/2000/svg"
  4. xmlns:xlink="http://www.w3.org/1999/xlink"
  5. width="45"
  6. height="380"
  7. viewBox="0 0 45 380"
  8. >
  9. <style>
  10. text {
  11. fill: #333;
  12. font-family: 'Roboto', sans-serif;
  13. font-weight: bold;
  14. }
  15. text.title {
  16. font-family: 'Comfortaa', sans-serif;
  17. font-weight: normal;
  18. }
  19. text.brand {
  20. font-family: 'Audiowide', sans-serif;
  21. font-weight: bold;
  22. }
  23. </style>
  24. <defs>
  25. </defs>
  26. <rect width="100%" height="100%" fill="#ddd" />
  27. <polyline points="1,1 44,1 44,379 1,379 1,1" stroke="#e4e4e4" stroke-width="0.5" fill="none" />
  28. <polyline points="0.5,0.5 44.5,0.5 44.5,379.5 0.5,379.5 0.5,0.5" stroke="#ebebeb" stroke-width="0.8" fill="none" />
  29. <polyline points="0,0 45,0 45,380 0,380 0,0" stroke="#f2f2f2" stroke-width="1" fill="none" />
  30. <!-- <rect width="45" height="380" fill="#0f0" /> -->
  31. <!-- <rect width="35" height="130" fill="#ddd" transform="translate(5 125)" /> -->
  32. <!-- <g transform="translate(6 122) scale(5.0) rotate(90)"> -->
  33. <!-- <text class="brand" font-size="7pt" letter-spacing="2px">BGA</text> -->
  34. <!-- <rect width="3.0" height="3" fill="#ddd" transform="translate(11.5 -5)" /> -->
  35. <!-- </g> -->
  36. </svg>