Report Bug
Qus : What type of image is SVG?
Qus SVG किस प्रकार की छवि है?

A. Raster
B. Vector
C. Bitmap
D. Pixelated


Solution
B. Vector



Explanation
SVG (Scalable Vector Graphics) is a vector image format that uses XML to describe 2D graphics. Unlike raster images, vector images can be scaled to any size without losing quality.



Report Bug