diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-09 19:42:43 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-10 00:23:19 +0100 |
commit | 1c5cc5093937b9ea68bba8200f2d71eb613e2979 (patch) | |
tree | eeb8740a898ccc16c4784e197fdef3302fc1b845 /fastiv.desktop | |
parent | 1e380f695a39db754c79126be632cbf9c5d46941 (diff) | |
download | fiv-1c5cc5093937b9ea68bba8200f2d71eb613e2979.tar.gz fiv-1c5cc5093937b9ea68bba8200f2d71eb613e2979.tar.xz fiv-1c5cc5093937b9ea68bba8200f2d71eb613e2979.zip |
Add very basic SVG support
We need to refactor, so that SVGs are pre-rendered on each change
of scaling by librsvg directly, because some elements may be rasterized.
It would be best to also support building against resvg.
Diffstat (limited to 'fastiv.desktop')
-rw-r--r-- | fastiv.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv.desktop b/fastiv.desktop index f048f98..9ef47d0 100644 --- a/fastiv.desktop +++ b/fastiv.desktop @@ -8,4 +8,4 @@ Terminal=false StartupNotify=true Categories=Graphics;2DGraphics;Viewer; # TODO(p): Generate this list from source files. -MimeType=image/png;image/bmp;image/gif;image/jpeg;image/x-dcraw; +MimeType=image/png;image/bmp;image/gif;image/jpeg;image/x-dcraw;image/svg+xml; |