fix;发版
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="1000" viewBox="0 0 1600 1000">
|
||||
<defs>
|
||||
<radialGradient id="redGlow" cx="72%" cy="20%" r="42%">
|
||||
<stop offset="0" stop-color="#a71922" stop-opacity="0.55"/>
|
||||
<stop offset="1" stop-color="#a71922" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="goldGlow" cx="18%" cy="74%" r="42%">
|
||||
<stop offset="0" stop-color="#c99a45" stop-opacity="0.32"/>
|
||||
<stop offset="1" stop-color="#c99a45" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<pattern id="grid" width="54" height="54" patternUnits="userSpaceOnUse">
|
||||
<path d="M54 0H0v54" fill="none" stroke="#ffffff" stroke-opacity="0.07" stroke-width="1"/>
|
||||
<circle cx="0" cy="0" r="2" fill="#f1d99a" fill-opacity="0.2"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect width="1600" height="1000" fill="#05070d"/>
|
||||
<rect width="1600" height="1000" fill="url(#grid)"/>
|
||||
<rect width="1600" height="1000" fill="url(#redGlow)"/>
|
||||
<rect width="1600" height="1000" fill="url(#goldGlow)"/>
|
||||
<g fill="none" stroke="#f1d99a" stroke-opacity="0.2">
|
||||
<circle cx="1160" cy="270" r="170"/><circle cx="1160" cy="270" r="260"/><circle cx="1160" cy="270" r="350"/>
|
||||
<path d="M210 760 542 572 864 624 1160 270 1428 406"/>
|
||||
<path d="M542 572v-220M864 624V360M1160 270v-180" stroke-opacity="0.12"/>
|
||||
</g>
|
||||
<g fill="#a71922" opacity="0.75">
|
||||
<circle cx="210" cy="760" r="5"/><circle cx="542" cy="572" r="5"/><circle cx="864" cy="624" r="5"/><circle cx="1160" cy="270" r="6"/><circle cx="1428" cy="406" r="5"/>
|
||||
</g>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user