Browse Source

Expand gradients

master
Juan Placencia 4 years ago
parent
commit
8921586667
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      logo.svg

+ 6
- 6
logo.svg View File

@ -23,20 +23,20 @@
<!-- Gradients for arrow --> <!-- Gradients for arrow -->
<linearGradient id="dark-arrow-gradient" x1="0" x2="1" y1="0" y2="1"> <linearGradient id="dark-arrow-gradient" x1="0" x2="1" y1="0" y2="1">
<stop stop-color="white" offset="41%" />
<stop stop-color="white" offset="41.5%" />
<stop stop-color="black" offset="49.9%" /> <stop stop-color="black" offset="49.9%" />
</linearGradient> </linearGradient>
<linearGradient id="light-arrow-gradient" x1="1" x2="0" y1="1" y2="0"> <linearGradient id="light-arrow-gradient" x1="1" x2="0" y1="1" y2="0">
<stop stop-color="white" offset="41%" />
<stop stop-color="white" offset="41.5%" />
<stop stop-color="black" offset="49.9%" /> <stop stop-color="black" offset="49.9%" />
</linearGradient> </linearGradient>
<linearGradient id="x-gradient" x1="0" x2="1" y1="0" y2="0"> <linearGradient id="x-gradient" x1="0" x2="1" y1="0" y2="0">
<stop stop-color="white" offset="15%" />
<stop stop-color="black" offset="80%" />
<stop stop-color="white" offset="11%" />
<stop stop-color="black" offset="84%" />
</linearGradient> </linearGradient>
<linearGradient id="y-gradient" x1="0" x2="0" y1="1" y2="0"> <linearGradient id="y-gradient" x1="0" x2="0" y1="1" y2="0">
<stop stop-color="white" offset="15%" />
<stop stop-color="black" offset="80%" />
<stop stop-color="white" offset="11%" />
<stop stop-color="black" offset="84%" />
</linearGradient> </linearGradient>
<!-- Circular crop mask --> <!-- Circular crop mask -->

Loading…
Cancel
Save