blob: 4a4c7e12764cc4bb4e4725d4b8f227ed029701cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0"?>
<svg width="200" height="50" xmlns="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<defs>
<radialGradient id="svg_2" cx="1" cy="1" r="3">
<stop offset="0" stop-color="#ff0000"/>
<stop offset="1" stop-color="#000000"/>
</radialGradient>
</defs>
<g fill="#ffff00">
<title>Layer 1</title>
<rect id="svg_1" height="50" width="200" y="0" x="0" />
<text x="50" y="40" id="svg_12" font-size="48" font-family="DejaVu Serif" fill="url(#svg_2)">Text</text>
</g>
</svg>
|