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