26 lines
992 B
XML
26 lines
992 B
XML
<?xml version="1.0"?>
|
|
<svg width="27" height="81" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0" y="0" width="27" height="81" fill="white" />
|
|
<foreignObject x="0" y="0" width="27" height="81">
|
|
<div xmlns="http://www.w3.org/1999/xhtml"
|
|
style="display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
writing-mode: vertical-rl;
|
|
text-orientation: upright;
|
|
font-family: sans-serif;
|
|
font-size: 20px;
|
|
white-space: nowrap;
|
|
padding: 3px;
|
|
padding-top: 0px;
|
|
border: 1px solid black;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 100%;">
|
|
「え?」
|
|
</div>
|
|
</foreignObject>
|
|
<text x="3" y="78" fill="black" font-family="sans-serif" font-size="9px">
|
|
~snit
|
|
</text>
|
|
</svg>
|