Merge branch 'feature/svg' into 'mgx_ops'

feat: png -> svg

See merge request pub/MetaGPT!352
This commit is contained in:
张雷 2024-08-26 09:35:19 +00:00
commit 8d12c35d11

View file

@ -38,7 +38,7 @@ async def mermaid_to_file(
Returns:
int: 0 if the conversion is successful, -1 if the conversion fails.
"""
suffixes = suffixes or ["png"]
suffixes = suffixes or ["svg"]
# Write the Mermaid code to a temporary file
config = config if config else Config.default()
dir_name = os.path.dirname(output_file_without_suffix)