12 lines
755 B
XML
12 lines
755 B
XML
|
<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
||
|
<g class="layer">
|
||
|
<title>Layer 1</title>
|
||
|
<text fill="#bf0000" font-family="Serif" font-size="34" font-style="italic" font-weight="bold" id="svg_1" stroke="#0000bf" text-anchor="middle" transform="matrix(1 0 0 1 0 0)" x="200" xml:space="preserve" y="200">AB</text>
|
||
|
<text fill="#000000" filter="url(#svg_2_blur)" font-family="Serif" font-size="24" id="svg_2" opacity="0.5" stroke="#000000" stroke-width="0" text-anchor="middle" x="245" xml:space="preserve" y="245">AB</text>
|
||
|
</g>
|
||
|
<defs>
|
||
|
<filter height="200%" id="svg_2_blur" width="200%" x="-50%" y="-50%">
|
||
|
<feGaussianBlur in="SourceGraphic" stdDeviation="5"/>
|
||
|
</filter>
|
||
|
</defs>
|
||
|
</svg>
|