diff options
Diffstat (limited to 'zp.svg')
-rw-r--r-- | zp.svg | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,14 +9,14 @@ <stop offset="100%" stop-color="#b8171a" /> </linearGradient> <!-- clips --> - <clipPath id="curve"> - <polygon points="132,60 192,0 192,192 132,192" /> + <clipPath id="clip61"> + <polygon points="192,0 192,192 120,192 120,72" /> </clipPath> <!-- masks --> <mask id="foreground"> - <polyline fill="none" points="96,24 96,168 24,168 60,132 24,96 132,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> - <circle clip-path="url(#curve)" cx="132" cy="60" fill="none" r="36" stroke="#FFF" stroke-width="12" /> - <circle cx="157.459" cy="34.544" fill="#FFF" r="6" /> + <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" /> + <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" /> |