diff options
| -rw-r--r-- | lisp/net/shr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 4d4e8a809e1..2f73f982af9 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el | |||
| @@ -998,7 +998,7 @@ element is the data blob and the second element is the content-type." | |||
| 998 | (create-image data nil t :ascent 100 | 998 | (create-image data nil t :ascent 100 |
| 999 | :format content-type)) | 999 | :format content-type)) |
| 1000 | ((eq content-type 'image/svg+xml) | 1000 | ((eq content-type 'image/svg+xml) |
| 1001 | (create-image data 'imagemagick t :ascent 100)) | 1001 | (create-image data 'svg t :ascent 100)) |
| 1002 | ((eq size 'full) | 1002 | ((eq size 'full) |
| 1003 | (ignore-errors | 1003 | (ignore-errors |
| 1004 | (shr-rescale-image data content-type | 1004 | (shr-rescale-image data content-type |