-
Which of the following is the predefined shape elements that can be used by developers?
-
- Line <lin>
- Circle <circle>
- Rectangle <rect>
- Path <path>
- None of these
Correct Option: A
SVG images stands for Scalable Vector Graphics. Path <path> is used to define path. Rectangle element draws rectangle and Circle <circle> draws circle in SVG. All of the respective SVG elements are used to draw respective images.