Project

General

Profile

1 19040 thanos.pap
2
<!-- SVG syntax -->
3
<svg xmlns="http://www.w3.org/2000/svg" width="100px" height="100px" viewBox="0 0 1 1" preserveAspectRatio="none">
4
<linearGradient id="g870" gradientUnits="userSpaceOnUse" x1="100%" y1="100%" x2="0%" y2="100%">
5
	<stop offset="0" style="stop-color:#000;stop-opacity:0.5"/>
6
	<stop offset="0.2" style="stop-color:#000;stop-opacity:0"/>
7
	<stop offset="0.8" style="stop-color:#000;stop-opacity:0"/>
8
	<stop offset="1" style="stop-color:#000;stop-opacity:0.5"/>
9
</linearGradient>
10
<rect x="0" y="0" width="1" height="1" fill="url(#g870)" />
11
</svg>