diff options
Diffstat (limited to 'zp.svg')
-rw-r--r-- | zp.svg | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -1,24 +1,26 @@ <svg height="192" width="192" xmlns="http://www.w3.org/2000/svg"> <!-- gradients --> - <linearGradient id="backgroundColour" x1="0" x2="1" y1="0" y2="1"> + <linearGradient id="foregroundColour" x1="0" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#222222" /> <stop offset="100%" stop-color="#131313" /> </linearGradient> - <linearGradient id="foregroundColour" x1="0" x2="1" y1="0" y2="1"> - <stop offset="0%" stop-color="#F4931B" /> - <stop offset="100%" stop-color="#DA5B0B" /> - </linearGradient> <!-- clips --> - <clipPath id="clip61"> + <clipPath id="curve-thin"> + <polygon points="0,0 192,0 192,192 120,192 120,72 0,72" /> + </clipPath> + <clipPath id="curve-thick"> <polygon points="192,0 192,192 120,192 120,72" /> </clipPath> <!-- masks --> <mask id="foreground"> - <polyline fill="none" points="96,48 96,144 48,144 72,120 48,96 120,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> - <circle clip-path="url(#clip61)" cx="120" cy="72" fill="none" r="24" stroke="#FFF" stroke-width="12" /> + <polyline fill="none" points="96,48 96,144 48,144 72,120" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> + <polyline fill="none" points="72,120 96,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" /> + <polyline fill="none" points="48,96 120,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> + <circle clip-path="url(#curve-thin)" cx="120" cy="72" fill="none" r="24" stroke="#FFF" stroke-width="6" /> + <circle clip-path="url(#curve-thick)" cx="120" cy="72" fill="none" r="24" stroke="#FFF" stroke-width="12" /> <circle cx="136.972" cy="55.028" fill="#FFF" r="6" /> </mask> <!-- fills --> - <rect fill="url(#backgroundColour)" height="192" width="192" x="0" y="0" /> + <rect fill="#fa9f1d" height="192" width="192" x="0" y="0" /> <rect fill="url(#foregroundColour)" height="192" mask="url(#foreground)" width="192" x="0" y="0" /> </svg> |