0
KKKhalid Khan
In the SVG, there is a rectangle that has a fill of rgb(0,0,255) and a stroke-width of 10. This means that the rectangle will be filled with a light blue color, and the stroke will be a light blue color as well.
0 Comments
<svg width="400" height="100"> <rect width="400" height="100" style="fill:rgb(0,0,255);stroke-width:10;stroke:rgb(0,0,0)" /> Sorry,browser not supported. </svg>