Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Vector graphics can scale infinitely. I use a vector for UI elements (icons for example). So they will look the same on any screen resolution. A raster, when scaled, gives artifacts.
But there is a minus - a raster is rendered faster, and rendering a vector requires more resources.
Conclusion:
If rendering speed is critical, use a bitmap.
If you need to look beautiful on mobile and desktops - vector.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question