Variable: doc-view-mupdf-use-svg
doc-view-mupdf-use-svg is a customizable variable defined in
doc-view.el.gz.
Value
nil
Documentation
Whether to use SVG images for PDF files.
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-mupdf-use-svg nil
"Whether to use SVG images for PDF files."
:type 'boolean
:version "29.1")