Skip to content

Instantly share code, notes, and snippets.

@alanbsmith
Last active September 5, 2024 21:27
Show Gist options
  • Save alanbsmith/60cc4a7b50d881b36459ee644359430f to your computer and use it in GitHub Desktop.
Save alanbsmith/60cc4a7b50d881b36459ee644359430f to your computer and use it in GitHub Desktop.
test gradient
Display the source blob
Display the rendered blob
Raw
<svg width="100vw" height="20" viewBox="0 0 100vw 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect y="20.0001" width="20" height="100vw" transform="rotate(-90 0 20.0001)" fill="url(#paint0_linear_3758_8403)"/>
<defs>
<linearGradient id="paint0_linear_3758_8403" x1="3.18182" y1="1460" x2="3.17197" y2="-32.7999" gradientUnits="userSpaceOnUse">
<stop stop-color="#FC8A2D"/>
<stop offset="0.2" stop-color="#FDC5A0"/>
<stop offset="0.3" stop-color="#FAD2D6"/>
<stop offset="0.4" stop-color="#E6D0F5"/>
<stop offset="0.5" stop-color="#B9C3F8"/>
<stop offset="0.75" stop-color="#2990DD"/>
<stop offset="0.95" stop-color="#0867BB"/>
</linearGradient>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment