Question: Working with SVG's : Create separate html, .css or js files to perform the steps to draw the following SVG shapes using HTML, CSS &
Working with SVG's : Create separate html, .css or js files to perform the steps to draw the following SVG shapes using HTML, CSS & JS: a. Rectangle with green color as a fill color and yellow as a stroke color. b. Ellipse stroke="black" stroke-width="2" fill="yellow" c. Line xl="10" y1="0" x2="200" y2="200" stroke="red" stroke-width="4" d. Polygon points="100,20 50,190 250,210" stroke="green" stroke width="4" fill="pink" Polyline points="10,10 50,75 125,85 195,195" stroke="red" stroke-width="4" fill="none
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
