asked 107k views
0 votes
Vector graphics are resolution independent. True/False

1 Answer

3 votes
true.

Vector graphics assigns a vector to a finite number of points in a plain (can be n-dimensional, but let's assume 2d). each vector represents a "line".
When painting the image from memory the computer can scale those vectors, meaning you don't lose image quality on resize.
the more points selected on the plain, the more vectors there are, the better the scaled image quality & larger the file gets

No related questions found