6 lines
321 B
XML
6 lines
321 B
XML
<svg width="150" height="250" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="150" height="250" fill="#8b4513"/>
|
|
<text x="75" y="125" font-family="Arial, sans-serif" font-size="16" fill="white" text-anchor="middle" writing-mode="tb" transform="rotate(180 75 125)">
|
|
The Rust Programming Language
|
|
</text>
|
|
</svg>
|