Files
serumalt/Source/Resources/background.svg
T

9 lines
391 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="720" viewBox="0 0 1200 720">
<rect width="1200" height="720" fill="#101117"/>
<radialGradient id="r" cx="0.5" cy="0" r="1.2">
<stop offset="0" stop-color="#1a1c24" stop-opacity="1"/>
<stop offset="1" stop-color="#101117" stop-opacity="0"/>
</radialGradient>
<rect width="1200" height="720" fill="url(#r)"/>
</svg>