652991-1-ref.html (367B)
1 <!DOCTYPE html> 2 <html> 3 <svg width="200" height="200"> 4 <defs> 5 <pattern id="pattern-id" x="0" y="0" patternUnits="userSpaceOnUse" height="200" width="200"> 6 <rect width="200" height="200" style="fill:rgb(0,0,255)" /> 7 </pattern> 8 </defs> 9 <circle id="circle" cx="101" cy="101" r="50" fill="url(#pattern-id)" stroke="#000"/> 10 </svg> 11 </html>