max80-trans.svg 811 B

123456789101112131415
  1. <?xml version="1.0" standalone="no" ?>
  2. <svg viewBox="0 0 315 100" xmlns="http://www.w3.org/2000/svg">
  3. <style>
  4. @font-face { font-family: Prisma; src: url(Prisma.woff2); }
  5. </style>
  6. <mask id="mask">
  7. <g dominant-baseline="middle" text-rendering="geometricPrecision" paint-order="stroke fill" fill="white" stroke="black">
  8. <text font-family="Prisma" x="164" y="50" font-size="100">X</text>
  9. <text font-family="Prisma" x="100.4" y="50" font-size="100" stroke-width="3">A</text>
  10. <text font-family="Prisma" x="5" y="50" font-size="100" stroke-width="3">M</text>
  11. <text font-family="Helvetica" x="150" y="56" font-size="50" font-weight="bold" transform="scale(1.5 1)">80</text>
  12. </g>
  13. </mask>
  14. <rect x="0" y="0" width="100%" height="100%" fill="black" mask="url(#mask)" />
  15. </svg>