this post was submitted on 22 Mar 2025
112 points (76.4% liked)

Linux

52304 readers
1051 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

what the heck!! that is so wild, mind blowing, i thought the main difference between raster graphics and vector graphics was the quality but i didn't think about it too deeply.

i had no idea svg files actually used html code and pretty much could be modified using only text and amazing code woa!!! this opens up the possibility for so many things on linux i think.

for example, on a linux distro, we could modify the desktop environment and make it waaaaay lighter by getting rid of jpg or png icons and just using pure svg on it.

svg can be given a lot of attributes like movement, mouse hovering, change color, change anything. and most svg files are still under a megabyte. wow.. please let me know other fun facts about svg or eps files. i really like doing graphic design on linux and inkscape.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 3 days ago

we could modify the desktop environment and make it waaaaay lighter by getting rid of jpg or png icons and just using pure svg on it

That's already happening.

You can also change the main color of many SVGs (icons or even desktop backgrounds) with one simple edit, one command, one click.

In web sites, you can assign CSS classes to SVG graphics and thus e.g. change their color according to a theme.

That's my extent of fiddling with it.

IIRC they also use fonts the same way CSS/HTML does.

BTW, there are situations where an SVG is significantly larger than a corresponding raster image. It depends on the content.