1 <h1>SVG manipulation</h1>2 <div id="info"></div>3 4 <div id="cuadrado">5 <svg id="misvg" width="300px" height="300px">6 <defs>7 <linearGradient id="myGradient" x1="0%" y1="100%" x2="100%" y2="0%">8 <stop offset="5%" stop-color="red"/><stop offset="95%" stop-color="blue" stop-opacity="0.5"/>9 </linearGradient>10 </defs>11 <circle cx="50%" cy="50%" r="120" fill="url(#myGradient)" stroke-color="red"/>12 </svg>13 </div>
Enlace
El enlace para compartir es: