I just added an svg to a 3d image UI and the svg is pixelated I’m not sure why? The size of the image UI is pretty big but still the svg should scale no?
Yes, SVG rendering is not performed the same way as it is on a typical web page so it is converted to a rasterized image under the hood.
Ok cool thanks! Will use pngs then
Hi can we add a feature request to render SVG as vector? it took me a while to figure out why my svg was not working properly
