OLD | NEW |
| (Empty) |
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100" height="100" v
iewBox="0 0 100 100"> | |
2 <defs> | |
3 <linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%"> | |
4 <stop offset="0%" style="stop-color:rgb(255,0,0);" /> | |
5 <stop offset="50%" style="stop-color:rgb(255,0,0);" /> | |
6 <stop offset="50%" style="stop-color:rgb(0,255,0);" /> | |
7 <stop offset="100%" style="stop-color:rgb(0,255,0);" /> | |
8 </linearGradient> | |
9 </defs> | |
10 <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="url(#gr
ad)" /> | |
11 </svg> | |
OLD | NEW |