5 lines
335 B
XML
5 lines
335 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60">
|
|
<rect x="3" y="3" rx="10" ry="10" width="94" height="54" style="stroke: #187bb8; fill: #f5f5ff;"/>
|
|
<text x="50%" y="50%" text-anchor="middle" alignment-baseline="middle" style="font-family: Arial, 'Helvetica Neue', Helvetica; fill: #187bb8;">reha logo</text>
|
|
</svg>
|