Use polylines for the edge splines
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -97,7 +97,7 @@ class Workflow(models.Model):
|
|||||||
def render(self):
|
def render(self):
|
||||||
diagram = Digraph(
|
diagram = Digraph(
|
||||||
name='finite_state_machine', graph_attr={
|
name='finite_state_machine', graph_attr={
|
||||||
'rankdir': 'LR',
|
'rankdir': 'LR', 'splines': 'polyline'
|
||||||
}, format='png'
|
}, format='png'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user