mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 06:39:47 +00:00
5 lines
314 B
Lua
5 lines
314 B
Lua
SVG = [[<svg width="1000" height="600" viewBox="0 0 5 3">
|
|
<rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000"/>
|
|
<rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00"/>
|
|
<rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00"/>
|
|
</svg>]] |