code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(19 lines)
1 <!--?xml version="1.0" encoding="UTF-8"?-->
2 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 500" width="250" height="200" fill="currentColor">
3 <clipPath id="sun-clip">
4 <path d="
5 M190,340
6 A180,180 0 1 1 430,340
7 Z" fill="#000000"></path>
8 </clipPath>
10 <g clip-path="url(#sun-clip)">
11 <rect x="120" y="20" width="500" height="80" rx="0" fill="#E4572E"></rect>
12 <rect x="120" y="80" width="500" height="80" rx="0" fill="#F28C28"></rect>
13 <rect x="120" y="140" width="500" height="90" rx="0" fill="#F7C948"></rect>
14 <rect x="120" y="210" width="500" height="90" rx="0" fill="#A6B84D"></rect>
15 <rect x="120" y="280" width="500" height="90" rx="0" fill="#4C7F5D"></rect>
16 </g>
18 <text x="267" y="465" fill="currentColor" text-anchor="middle" font-size="180" font-weight="800" font-family="sans">Tomo</text>
19 </svg>