[[SVG][width=250][height=250][showcode=1] |
[[SVG][width=250][height=205][showcode=1] |
<defs> <linearGradient id="g_white_green"> <stop offset="10%" stop-color="white" /> <stop offset="90%" stop-color="springgreen" /> </linearGradient> <linearGradient id="g_wg_315" xlink:href="#g_white_green" x1="0%" y1="100%" x2="100%" y2="0%" /> <linearGradient id="g_wg_225" xlink:href="#g_white_green" x1="100%" y1="100%" x2="0%" y2="0%" /> </defs> <rect fill="url(#g_wg_225)" stroke="black" stroke-width="1" x="0" y="0" width="100" height="200"/> <rect fill="url(#g_wg_315)" stroke="black" stroke-width="1" x="120" y="20" width="100" height="100"/> |