Tutorial by Examples

<svg> <defs> <linearGradient id='g' y1="100%" x2="100%"> <stop offset='0%' stop-color='yellow' /> <stop offset='100%' stop-color='green' /> </linearGradient> </defs> <rect width=...
<svg> <defs> <radialGradient id="g"> <stop offset="10%" stop-color="green" /> <stop offset="90%" stop-color="white" /> </radialGradient> </defs> <rect width='100%' height...

Page 1 of 1