mirror of
https://github.com/SkalaraAI/skalara.git
synced 2025-04-20 04:10:17 -04:00
20 lines
946 B
XML
20 lines
946 B
XML
<?xml version="1.0" ?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1921" height="1080">
|
|
<defs>
|
|
<pattern id="gridPattern" width="60" height="60" patternUnits="userSpaceOnUse">
|
|
<path d="M 60 0 L 0 0 0 60" fill="none" stroke="#E2E8F0" strokeWidth="1"/>
|
|
<path d="M 0 0 L 0 60" fill="none" stroke="#E2E8F0" strokeWidth="1"/>
|
|
</pattern>
|
|
<linearGradient id="squareGradient" x1="50%" y1="0%" x2="50%" y2="100%">
|
|
<stop offset="0%" style="stop-color:white; stop-opacity:0"/>
|
|
<stop offset="40%" style="stop-color:white; stop-opacity:1"/>
|
|
<stop offset="60%" style="stop-color:white; stop-opacity:1"/>
|
|
<stop offset="100%" style="stop-color:white; stop-opacity:0"/>
|
|
</linearGradient>
|
|
<mask id="squareFadeMask">
|
|
<rect width="1921" height="1080" fill="url(#squareGradient)"/>
|
|
</mask>
|
|
</defs>
|
|
<rect width="1921" height="1080" fill="url(#gridPattern)" mask="url(#squareFadeMask)"/>
|
|
</svg>
|