Skip to main content

Questions tagged [svg]

0 votes
1 answer
66 views

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 ...
Garid's user avatar
  • 864
0 votes
0 answers
24 views

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 ...
John Doe's user avatar
  • 179
1 vote
1 answer
121 views

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 ...
Christopher Clark's user avatar
0 votes
1 answer
130 views

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/...
Sam7919's user avatar
  • 451
0 votes
1 answer
185 views

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 ...
Joe's user avatar
  • 121