InterviewSolution
Saved Bookmarks
| 1. |
How To Draw A Close Ended Polygon In Svg? |
|
Answer» 'polygon' tag of SVG is used to draw a polygon. FOLLOWING is the COMMONLY used attribute −points - LIST of points to make up a polygon. Example − 'polygon' tag of SVG is used to draw a polygon. Following is the commonly used attribute −points - List of points to make up a polygon. Example − |
|