You've already forked lazarus-ccr
12 lines
425 B
XML
12 lines
425 B
XML
![]() |
<?xml version="1.0" standalone="no"?>
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||
|
<defs>
|
||
|
<filter id="f1" x="0" y="0">
|
||
|
<feGaussianBlur in="SourceGraphic" stdDeviation="15" />
|
||
|
</filter>
|
||
|
</defs>
|
||
|
<rect width="90" height="90" stroke="green" stroke-width="3" fill="yellow" filter="url(#f1)" />
|
||
|
</svg>
|