Scalable Vector Graphics (SVG) Question:

What are the predefined shapes in SVG?

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>

Read All 35 SVG Questions
Previous QuestionNext Question
Is there any way for the creator of an SVG document to specify text that will (a) be rendered with the precise metrics intended and (b) will render correctly on all conforming SVG implementations?What are predefined shapes in SVG?