Merge 50efdfd4c1201c4b332c5099c8b2f28fdd3eea56 into e4fe099f8c7b86736aee7b4227cc794b6e8b36f0
This commit is contained in:
commit
dcc821b660
@ -5,7 +5,7 @@ import re
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
mime_subtype_replacements = {"jpg": "jpeg", "tif": "tiff"}
|
mime_subtype_replacements = {"jpg": "jpeg", "svg": "svg+xml", "tif": "tiff"}
|
||||||
|
|
||||||
|
|
||||||
# TODO: Share cache and code between data_URI_base64() and embed_svg_images()
|
# TODO: Share cache and code between data_URI_base64() and embed_svg_images()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user