[med-svn] [SCM] libbio-graphics-perl branch, master, updated. debian/2.33-1-11-g28d7223

Olivier Sallou olivier.sallou at debian.org
Mon Jul 29 07:23:07 UTC 2013


The following commit has been merged in the master branch:
commit 0a9ce172c2024fb1a03264209f0b471edcec750a
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Mon Jul 29 08:46:28 2013 +0200

    fix merge with panel

diff --git a/lib/Bio/Graphics/Panel.pm b/lib/Bio/Graphics/Panel.pm
index 8c28ba0..bab836f 100755
--- a/lib/Bio/Graphics/Panel.pm
+++ b/lib/Bio/Graphics/Panel.pm
@@ -536,13 +536,8 @@ sub gd {
   }
 
   $self->{translations} = \%translation_table;
-<<<<<<< HEAD
-  $self->{gd}           = $gd->isa('GD::SVG') ? $gd 
-                        : $self->truetype     ? Bio::Graphics::GDWrapper->new($gd,$self->truetype)
-=======
   $self->{gd}           = $gd->isa('GD::SVG::Image') ? $gd 
                         : $self->truetype            ? Bio::Graphics::GDWrapper->new($gd,$self->truetype)
->>>>>>> upstream/2.37
 			: $gd;
   
   eval {$gd->alphaBlending(0)};
@@ -625,8 +620,6 @@ sub gd {
   return $self->{gd} = $self->rotate ? $gd->copyRotate90 : $gd;
 }
 
-<<<<<<< HEAD
-=======
 sub gdfont {
     my $self = shift;
     my $font = shift;
@@ -647,7 +640,6 @@ sub gdfont {
     }
 }
 
->>>>>>> upstream/2.37
 sub string_width {
     my $self = shift;
     my ($font,$string) = @_;

-- 
Generate GD images of Bio::Seq objects.



More information about the debian-med-commit mailing list