Questions tagged [svg]
The svg tag has no summary.
10 questions
0 votes
1 answer
66 views
How to make SVG text visible regardless of emacs theme selection?
How to make sure text on SVG show visible (maybe just black?) regardless of the theme. On dark themes (see below), text visibility quite low? Perhaps, it needs hook function after (load-theme) for ...
0 votes
0 answers
24 views
Image-mode change svg background [duplicate]
When I open a svg generated with mermaid in a buffer the diagram has no background and is unreadable on my dark theme. How do I tell emacs to force a background color for svg files? I read How do I ...
1 vote
1 answer
121 views
How to display an svg string (not a file) in emacs
I have a python program that uses graphviz to generate an svg image that it prints out. When I run that in a shell buffer I see a textual representation of the svg image. I'd like to see instead the ...
0 votes
1 answer
130 views
How do I increase through one setting the width/size of all inline SVG figures?
All figures in my org-mode file are 3-inch wide (at 72 dpi) SVG figures. Here is an example. <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/...
0 votes
1 answer
185 views
How to disable auto-image-mode
Whenever I open an SVG file, emacs renders the image in the buffer. I want it to let me edit the text (in nXML mode). Of course I can exit image mode with C-c C-c, but I'd prefer that my text editor ...