😎 Cursors shadow added #41

This commit is contained in:
ful1e5 2021-02-21 17:20:47 +05:30
parent 5db0b14ae5
commit cdb40eafbe
44 changed files with 2639 additions and 660 deletions

View file

@ -5,31 +5,64 @@
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M57 144C57 170.507 78.4932 192 105 192C131.506 192 153 170.507 153 144C153 117.488 131.506 96 105 96C78.4932 96 57 117.488 57 144Z"
fill="url(#paint0_linear)"
/>
<g filter="url(#filter0_d)">
<path d="M130 137.75H79V150.25H130V137.75Z" fill="white" />
<path d="M110.875 119H98.125V169H110.875V119Z" fill="white" />
</g>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M53 114.893V8.10718L131 85.581H83.6184L82.6023 86.4078L53 114.893Z"
fill="white"
/>
<path
<g filter="url(#filter0_d)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M57 144C57 170.507 78.4932 192 105 192C131.506 192 153 170.507 153 144C153 117.488 131.506 96 105 96C78.4932 96 57 117.488 57 144Z"
fill="url(#paint0_linear)"
/>
</g>
<g filter="url(#filter1_d)">
<path d="M130 137.75H79V150.25H130V137.75Z" fill="white" />
<path d="M110.875 119H98.125V169H110.875V119Z" fill="white" />
</g>
<g filter="url(#filter2_d)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M53 114.893V8.10718L131 85.581H83.6184L82.6023 86.4078L53 114.893Z"
fill="white"
/>
</g>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M60.4287 26.6787V96.3216L78.9996 78.4814L80.0004 77.6161H111.5L60.4287 26.6787Z"
fill="black"
/>
<defs>
<filter
<defs>
<filter
id="filter0_d"
x="49"
y="88"
width="112"
height="112"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset />
<feGaussianBlur stdDeviation="4" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"
/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow"
result="shape"
/>
</filter>
<filter
id="filter1_d"
x="75"
y="119"
width="59"
@ -37,31 +70,56 @@
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset dy="4" />
<feGaussianBlur stdDeviation="2" />
<feColorMatrix
<feOffset dy="4" />
<feGaussianBlur stdDeviation="2" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow"
/>
<feBlend
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow"
result="shape"
/>
</filter>
<linearGradient
</filter>
<filter
id="filter2_d"
x="45"
y="0.107178"
width="94"
height="122.786"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
/>
<feOffset />
<feGaussianBlur stdDeviation="4" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"
/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow"
result="shape"
/>
</filter>
<linearGradient
id="paint0_linear"
x1="75.4665"
y1="108.904"
@ -69,8 +127,8 @@
y2="180.303"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#00C500" />
<stop offset="1" stop-color="#009200" />
</linearGradient>
</defs>
<stop stop-color="#00C500" />
<stop offset="1" stop-color="#009200" />
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before After
Before After