|
| 1 | +<script> |
| 2 | +</script> |
| 3 | + |
| 4 | +<svg viewBox="0 0 189 189" xmlns="http://www.w3.org/2000/svg"> |
| 5 | + <defs> |
| 6 | + <radialGradient id="ButtonBackgroundFill" cx="0.5" cy="0.5" r="0.75" fx="0.5" fy="0.95"> |
| 7 | + <stop offset="0%" stop-color="rgba(255, 255, 255, 0.5)" stop-opacity="0.5" /> |
| 8 | + <stop offset="100%" stop-color="rgba(255, 255, 255, 0.5)" stop-opacity="0.5" /> |
| 9 | + </radialGradient> |
| 10 | + <linearGradient id="ButtonTriangleFillUp" x2="0%" y2="100%"> |
| 11 | + <stop offset="0%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 12 | + <stop offset="100%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 13 | + </linearGradient> |
| 14 | + <linearGradient id="ButtonTriangleFillDown" x2="0%" y2="100%"> |
| 15 | + <stop offset="0%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 16 | + <stop offset="100%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 17 | + </linearGradient> |
| 18 | + <linearGradient id="ButtonTriangleFillHorizontal" x2="0%" y2="100%"> |
| 19 | + <stop offset="0%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 20 | + <stop offset="75%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 21 | + <stop offset="100%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 22 | + </linearGradient> |
| 23 | + <linearGradient id="ButtonTriangleStroke" x2="0%" y2="100%"> |
| 24 | + <stop offset="0%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 25 | + <stop offset="75%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 26 | + <stop offset="100%" stop-color="rgba(175, 175, 175, 0.25)" stop-opacity="0.25" /> |
| 27 | + </linearGradient> |
| 28 | + </defs> |
| 29 | + <path |
| 30 | + d="M58,58 L58,8.00037538 C58,3.5859394 61.5833386,0 66.0036109,0 L122.996389,0 C127.417239,0 131,3.58189007 131,8.00037538 L131,58 L180.999625,58 C185.414061,58 189,61.5833386 189,66.0036109 L189,122.996389 C189,127.417239 185.41811,131 180.999625,131 L131,131 L131,180.999625 C131,185.414061 127.416661,189 122.996389,189 L66.0036109,189 C61.5827606,189 58,185.41811 58,180.999625 L58,131 L8.00037538,131 C3.5859394,131 0,127.416661 0,122.996389 L0,66.0036109 C0,61.5827606 3.58189007,58 8.00037538,58 L58,58 Z" |
| 31 | + fill="url(#ButtonBackgroundFill)" |
| 32 | + /> |
| 33 | + <polygon points="75,45 115,45 95,10" fill="url(#ButtonTriangleFillUp)" stroke="url(#ButtonTriangleStroke)" /> |
| 34 | + <polygon points="75,145 115,145 95,180" fill="url(#ButtonTriangleFillDown)" stroke="url(#ButtonTriangleStroke)" /> |
| 35 | + <polygon points="10,95 46.5,115 45,75" fill="url(#ButtonTriangleFillHorizontal)" stroke="url(#ButtonTriangleStroke)" /> |
| 36 | + <polygon points="180,95 143.5,115 145,75" fill="url(#ButtonTriangleFillHorizontal)" stroke="url(#ButtonTriangleStroke)" /> |
| 37 | +</svg> |
| 38 | + |
| 39 | +<style> |
| 40 | + svg { |
| 41 | + width: 100%; |
| 42 | + height: 100%; |
| 43 | + } |
| 44 | +</style> |
0 commit comments