Page 1 of 1

SVG icons

Posted: Thu Nov 08, 2018 7:33 pm
by ajperks
I wonder what the point of SVG icons are.
Why are they better than simple images used as buttons?
I have tried reading up on them, and tried to use them, but it seems more trouble than they are worth.
Obviously, I am missing something.

Re: SVG icons

Posted: Thu Nov 08, 2018 7:50 pm
by Klaus
Yes, you are missing something. :D

Import a little image (maybe 100*100 px) into your stack and scale it to the size of the stack.
Then do the same with an SVG icon.

If you scale a pixel image, it will get quite pixelated at a certain point.
SVG ("Scalable Vector Graphic", the magic word is VECTOR) do not, like all Vector graphics.

Re: SVG icons

Posted: Thu Nov 08, 2018 10:24 pm
by ajperks
Thank you, I understand. I am familiar with vector graphics.
It seemed like the bar they were in had particular significance.