Variable: doc-view-svg-background

doc-view-svg-background is a customizable variable defined in doc-view.el.gz.

Value

"white"

Documentation

Background color for svg images.

See doc-view-mupdf-use-svg.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-svg-background "white"
  "Background color for svg images.
See `doc-view-mupdf-use-svg'."
  :type 'color
  :version "29.1")