www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | LICENSE

bg_scroll.svg (463B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      2 <svg
      3 	width="1000" height="400"
      4 	viewBox="0 0 1000 400"
      5 	version="1.1"
      6 	xmlns="http://www.w3.org/2000/svg"
      7 	xmlns:svg="http://www.w3.org/2000/svg">
      8 	<defs>
      9 		<linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%">
     10 			<stop offset="0%" stop-color="blue" />
     11 			<stop offset="100%" stop-color="green" />
     12 		</linearGradient>
     13 	</defs>
     14 	<rect x="0" y="0" width="1000" height="400" fill="url(#grad)" />
     15 </svg>