From af5872d98eb16cbcd628f1ce6e2e406f7779e49e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 7 Feb 2020 17:15:41 +0100 Subject: [PATCH] by_json: Add a separator between lines in Graphviz --- by_json/templates/gizmo.tmpl | 2 +- by_json/templates/link.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/by_json/templates/gizmo.tmpl b/by_json/templates/gizmo.tmpl index 37e6906..b8c036d 100644 --- a/by_json/templates/gizmo.tmpl +++ b/by_json/templates/gizmo.tmpl @@ -1 +1 @@ -\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}] +\"${identifier}\" [shape=${shape} color=\"${border_color:-transparent}\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]; diff --git a/by_json/templates/link.tmpl b/by_json/templates/link.tmpl index 56ca86f..92f72e7 100644 --- a/by_json/templates/link.tmpl +++ b/by_json/templates/link.tmpl @@ -1 +1 @@ -\"${identifier}\" -> \"${relation}\" +\"${identifier}\" -> \"${relation}\";