We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fe099 commit 50efdfdCopy full SHA for 50efdfd
src/wireviz/svgembed.py
@@ -5,7 +5,7 @@
5
from pathlib import Path
6
from typing import Union
7
8
-mime_subtype_replacements = {"jpg": "jpeg", "tif": "tiff"}
+mime_subtype_replacements = {"jpg": "jpeg", "svg": "svg+xml", "tif": "tiff"}
9
10
11
# TODO: Share cache and code between data_URI_base64() and embed_svg_images()
0 commit comments