All Questions
Tagged with image-viewers svg
4
questions
0
votes
0
answers
145
views
How can I display an SVG containing other SVGs in an image viewer? (An SVG containing image with href to another image)
I'm unable to get any image viewers to display SVG files that have an image or use with an href attribute, that points to another SVG file.
I can view it in a browser, but I'm looking for an image ...
1
vote
1
answer
365
views
Is there any image viewer that supports animated SVG?
I know we can view animated SVG files using web browsers. I wonder if there is a software that works exclusively as an image viewer with SVG animations support.
1
vote
0
answers
281
views
How can I enable custom SVG fonts for Image Viewer (Eye of Gnome)?
I have some SVG files with custom fonts. I can open them and fonts look nice in Firefox, but the font is not properly displayed in Eye of Gnome (Image Viewer) application.
Why is this so, and how can ...
6
votes
2
answers
4k
views
How do I render SVG files with subpixel hinting for text?
I need to render an SVG image with very small text, so I would like to use subpixel hinting, like so:
Inkscape doesn't provide an option to use subpixel hinting for PNG export, neither does the GIMP. ...