From da785a05b986a37b1afbc55a81acb537f8222ca6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Oct 2019 23:19:57 +0100 Subject: [PATCH] Bugfix: nomnoml cli doesn't *actually* support SVG despite the fact that it claims to do so --- peppermint.guiconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peppermint.guiconfig.json b/peppermint.guiconfig.json index 713b5c1..62ffb7b 100644 --- a/peppermint.guiconfig.json +++ b/peppermint.guiconfig.json @@ -27,9 +27,9 @@ "name": "nomnoml", "description": "The nomnoml UML diagram renderer. Requires the nomnoml-cli npm package to be globally installed.", "url": "http://nomnoml.com/", - "cli": "nomnoml --format svg", + "cli": "nomnoml", "cli_mode": "pipe", - "output_format": "image/svg+xml" + "output_format": "image/png" }, "plantuml": { "name": "PlantUML",