7 lines
528 B
XML
7 lines
528 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 400 400" preserveAspectRatio="none">
|
|
<polygon points="0,0 300,0 0,250" style="fill:rgba(255,255,255,0.015);" />
|
|
<polygon points="100,400 400,150 400,400" style="fill:rgba(0,0,0,0.035);" />
|
|
|
|
<line x1="300" y1="0" x2="0" y2="250" style="stroke:rgba(255,255,255,0.25);stroke-width:0.25" />
|
|
<line x1="100" y1="400" x2="400" y2="150" style="stroke:rgba(255,255,255,0.25);stroke-width:0.25" />
|
|
</svg> |