From 426e9d67444da5a4f7814e176651930e73c28550 Mon Sep 17 00:00:00 2001
From: Leo Gordon <lg4@ebi.ac.uk>
Date: Thu, 10 Jan 2013 16:14:06 +0000
Subject: [PATCH] injected a padding around the pipeline diagram

---
 modules/Bio/EnsEMBL/Hive/Utils/Graph.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Hive/Utils/Graph.pm b/modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
index f3c14ba64..bbfdbe5c0 100644
--- a/modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
+++ b/modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
@@ -75,7 +75,7 @@ sub new {
 sub graph {
   my ($self) = @_;
   if(! exists $self->{graph}) {
-    $self->{graph} = Bio::EnsEMBL::Hive::Utils::GraphViz->new( name => 'AnalysisWorkflow', ratio => 'compress' );
+    $self->{graph} = Bio::EnsEMBL::Hive::Utils::GraphViz->new( name => 'AnalysisWorkflow', ratio => 'compress"; pad = "1.0'  ); # injection hack!
   }
   return $self->{graph};
 }
-- 
GitLab