Scalable Vector Graphics (SVG) Question:

What are predefined shapes in SVG?

Tweet Share WhatsApp

Answer:

SVG has some predefined shape elements that can be used and manipulated by developers:

* Rectangle <rect>
* Circle <circle>
* Ellipse <ellipse>
* Line <line>
* Polyline <polyline>
* Polygon <polygon>
* Path <path>

Download SVG PDF Read All 35 SVG Questions
Previous QuestionNext Question
What are the predefined shapes in SVG?What are available filters in SVG?