Skip to content

Instantly share code, notes, and snippets.

@ashavijit
Created January 23, 2026 08:53
Show Gist options
  • Select an option

  • Save ashavijit/ca1354fda4191761a46a5ee6f6f2adfa to your computer and use it in GitHub Desktop.

Select an option

Save ashavijit/ca1354fda4191761a46a5ee6f6f2adfa to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg width="260" height="44" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="g1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#fff" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0.1"/>
</linearGradient>
</defs>
<rect width="260" height="44" rx="22" fill="url(#g1)" stroke="rgba(255,255,255,.3)"/>
<text x="130" y="27" text-anchor="middle" fill="#fff" font-family="monospace" font-size="14">
Made with SwiftJS
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment