Merge 50efdfd4c1201c4b332c5099c8b2f28fdd3eea56 into e4fe099f8c7b86736aee7b4227cc794b6e8b36f0

This commit is contained in:
Michael Wagner 2025-02-17 15:15:44 +00:00 committed by GitHub
commit dcc821b660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()