Skip to content

Instantly share code, notes, and snippets.

@yssk22
Created April 17, 2025 17:10
Show Gist options
  • Save yssk22/e2312bcc64a9934fb7a8b7020fa16acd to your computer and use it in GitHub Desktop.
Save yssk22/e2312bcc64a9934fb7a8b7020fa16acd to your computer and use it in GitHub Desktop.
Juice=Juice 2025 春ツアー Tシャツ ドット
<svg width="99" height="132" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="dotColumn" width="9" height="125" patternUnits="userSpaceOnUse">
<g transform="translate(4.5, 4.5)">
<circle cx="0" cy="0" r="1.0" fill="#B19CD9" />
<circle cx="0" cy="8" r="1.4" fill="#B19CD9" />
<circle cx="0" cy="16" r="1.7" fill="#B19CD9" />
<circle cx="0" cy="24" r="2.1" fill="#B19CD9" />
<circle cx="0" cy="32" r="2.4" fill="#B19CD9" />
<circle cx="0" cy="40" r="2.9" fill="#B19CD9" />
<circle cx="0" cy="48" r="3.3" fill="#B19CD9" />
<circle cx="0" cy="56" r="3.6" fill="#B19CD9" />
<circle cx="0" cy="64" r="3.9" fill="#B19CD9" />
<circle cx="0" cy="72" r="4.1" fill="#B19CD9" />
<circle cx="0" cy="80" r="4.3" fill="#B19CD9" />
<circle cx="0" cy="88" r="4.6" fill="#B19CD9" />
<circle cx="0" cy="96" r="4.8" fill="#B19CD9" />
<circle cx="0" cy="104" r="5.0" fill="#B19CD9" />
<circle cx="0" cy="112" r="5.2" fill="#B19CD9" />
</g>
</pattern>
</defs>
<rect x="0" y="0" width="99" height="120" fill="url(#dotColumn)" />
<rect x="0" y="120" width="99" height="11" fill="#B19CD9" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment