Skip to content

Instantly share code, notes, and snippets.

@siosio
Created March 9, 2026 04:07
Show Gist options
  • Select an option

  • Save siosio/5bb5686d5b8372292140344f5591a6ba to your computer and use it in GitHub Desktop.

Select an option

Save siosio/5bb5686d5b8372292140344f5591a6ba to your computer and use it in GitHub Desktop.
LGTM image for smartround/smartround-v2 PR #34132
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" width="320" height="180" role="img" aria-label="LGTM pixel art">
<defs>
<style>
.bg { fill: #1b1f3a; }
.panel { fill: #24305e; }
.star1 { fill: #ffd166; }
.star2 { fill: #8ecae6; }
.mint { fill: #7fffd4; }
.green { fill: #7ee081; }
.dark { fill: #0b132b; }
.white { fill: #f8f9fa; }
.pink { fill: #ff77a8; }
.shadow { fill: #10162f; }
.stroke { fill: #3a4a7a; }
.txt { fill: #f8f9fa; font-family: monospace; font-size: 16px; }
.small { fill: #8ecae6; font-family: monospace; font-size: 10px; }
* { shape-rendering: crispEdges; image-rendering: pixelated; }
</style>
</defs>
<rect class="bg" width="320" height="180"/>
<rect class="panel" x="16" y="16" width="288" height="148" rx="8"/>
<rect class="stroke" x="20" y="20" width="280" height="140" rx="6"/>
<rect class="panel" x="24" y="24" width="272" height="132" rx="4"/>
<rect class="star1" x="38" y="34" width="4" height="4"/>
<rect class="star1" x="42" y="30" width="4" height="4"/>
<rect class="star1" x="42" y="38" width="4" height="4"/>
<rect class="star1" x="46" y="34" width="4" height="4"/>
<rect class="star2" x="274" y="40" width="4" height="4"/>
<rect class="star2" x="278" y="36" width="4" height="4"/>
<rect class="star2" x="278" y="44" width="4" height="4"/>
<rect class="star2" x="282" y="40" width="4" height="4"/>
<g transform="translate(58 68)">
<rect class="shadow" x="0" y="64" width="84" height="12"/>
<rect class="mint" x="20" y="4" width="44" height="12"/>
<rect class="mint" x="12" y="16" width="68" height="12"/>
<rect class="mint" x="8" y="28" width="76" height="12"/>
<rect class="mint" x="4" y="40" width="80" height="12"/>
<rect class="mint" x="20" y="52" width="28" height="12"/>
<rect class="mint" x="52" y="52" width="20" height="12"/>
<rect class="dark" x="32" y="16" width="8" height="8"/>
<rect class="dark" x="52" y="16" width="8" height="8"/>
<rect class="pink" x="28" y="32" width="8" height="8"/>
<rect class="pink" x="56" y="32" width="8" height="8"/>
<rect class="dark" x="40" y="36" width="12" height="8"/>
</g>
<g transform="translate(166 70)">
<rect class="shadow" x="4" y="72" width="96" height="8"/>
<rect class="green" x="12" y="16" width="24" height="44"/>
<rect class="green" x="36" y="28" width="16" height="16"/>
<rect class="green" x="52" y="16" width="20" height="16"/>
<rect class="green" x="72" y="0" width="16" height="16"/>
<rect class="white" x="8" y="12" width="8" height="52"/>
<rect class="white" x="12" y="56" width="20" height="8"/>
<rect class="white" x="32" y="24" width="8" height="24"/>
<rect class="white" x="48" y="12" width="8" height="24"/>
<rect class="white" x="64" y="0" width="8" height="20"/>
</g>
<text class="txt" x="160" y="54" text-anchor="middle">LGTM</text>
<text class="small" x="160" y="144" text-anchor="middle">pixel review mode</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment