test-17-custom.svg 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  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 xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="1024px" height="1024px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
  4. viewBox="0 0 102400 102400"
  5. xmlns:xlink="http://www.w3.org/1999/xlink">
  6. <defs>
  7. <style type="text/css">
  8. <![CDATA[
  9. .style1 {fill-opacity: 1; mask:url(#mask1); fill:url(#gradient1);}
  10. ]]>
  11. </style>
  12. <mask id="mask1">
  13. <circle cx="51200" cy="51200" r="40000" fill="#ffffff"/>
  14. </mask>
  15. <clipPath id="clip1">
  16. <path d="M304.668 102716 L102095 -315.742 L102095 102716z"/>
  17. </clipPath>
  18. <linearGradient id="gradient1" href="#gradient2" />
  19. <linearGradient id="gradient2" xlink:href="#gradient3" />
  20. <linearGradient id="gradient3" gradientUnits="userSpaceOnUse" x1="304.668" y1="-315.742" x2="102095" y2="102716">
  21. <stop offset="0" style="stop-color:#FFFF00"/>
  22. <stop offset="1" style="stop-color:#FFFF00"/>
  23. </linearGradient>
  24. <linearGradient id="gradient4" gradientUnits="userSpaceOnUse" x1="304.668" y1="-315.742" x2="102095" y2="102716">
  25. <stop offset="0" style="stop-color:#FF0000"/>
  26. <stop offset="1" style="stop-color:#FF0000"/>
  27. </linearGradient>
  28. </defs>
  29. <g class="style1" fill-opacity="1">
  30. <rect width="102400" height="102400"/>
  31. <rect width="102400" height="102400" style="fill:url(#gradient4); clip-path:url(#clip1)"/>
  32. </g>
  33. <circle cx="51200" cy="51200" r="20000" fill="currentColor"/>
  34. </svg>