From 0a77c3af8663313b40b2c1d627a90e93442aa73a Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Mon, 3 Mar 2025 16:25:18 +0100 Subject: [PATCH] test tweaking the graph --- androscalpel/src/code_analysis/register_type.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/androscalpel/src/code_analysis/register_type.rs b/androscalpel/src/code_analysis/register_type.rs index 15cbc96..52584a8 100644 --- a/androscalpel/src/code_analysis/register_type.rs +++ b/androscalpel/src/code_analysis/register_type.rs @@ -110,6 +110,7 @@ impl MethodCFG<'_> { ); dot_string += " style=\"dashed\";\n"; dot_string += " color=\"black\";\n"; + dot_string += " rankdir=\"TB\";\n"; dot_string += &format!( " label=\"Register Types{}\";\n", self.method.descriptor.__str__()