Fix doc-view conversion indicator for svg images
* lisp/doc-view.el (doc-view-pdf->png-converter-mupdf): Show the correct pdf->svg indicator when producing svg images. (Bug#62713)
This commit is contained in:
parent
a96dc984dd
commit
f0abc9bc0d
1 changed files with 2 additions and 1 deletions
|
@ -1280,7 +1280,8 @@ The test is performed using `doc-view-pdfdraw-program'."
|
|||
(expand-file-name
|
||||
doc-view-epub-user-stylesheet)))))))
|
||||
(doc-view-start-process
|
||||
"pdf->png" doc-view-pdfdraw-program
|
||||
(concat "pdf->" (symbol-name doc-view--image-type))
|
||||
doc-view-pdfdraw-program
|
||||
`(,@(doc-view-pdfdraw-program-subcommand)
|
||||
,@options
|
||||
,pdf
|
||||
|
|
Loading…
Add table
Reference in a new issue