14 lines
432 B
XML
14 lines
432 B
XML
<?xml version="1.0"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
height="300px" width="300px"
|
|
version="1.1"
|
|
viewBox="-300 -300 600 600"
|
|
font-family="IRANSans"
|
|
font-size="64"
|
|
text-anchor="middle" >
|
|
|
|
<circle stroke="#ff0000" stroke-width="10" r="280" fill="#FFF"/>
|
|
<text style="fill:#444;">
|
|
<tspan x="0" y="-8">نمی باشد.</tspan><tspan x="0" y="80">عکس موجود</tspan>
|
|
</text>
|
|
</svg> |