6 ms·
I just switched over to SVGs from bitmap images. I was using PNG images for different icons which worked fine until I had to upscale to higher resolutions. The
by massifist 3y ago
I just switched over to SVGs from bitmap images. I was using PNG images for
different icons which worked fine until I had to upscale to higher resolutions.
The SVGs work great and are probably smaller too (depending on the complexity).
I want to render them to a canvas with different (dynamic) color configurations
and I'm exploring different ways to do this.