[Bioperl-guts-l] bioperl-live/Bio/Graphics/Glyph generic.pm, 1.45, 1.46
Lincoln Stein
lstein at dev.open-bio.org
Tue Jan 16 16:15:00 EST 2007
Update of /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph
In directory dev.open-bio.org:/tmp/cvs-serv2115/Bio/Graphics/Glyph
Modified Files:
generic.pm
Log Message:
description printing now takes overridden pad_bottom into account correctly
Index: generic.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph/generic.pm,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** generic.pm 29 Nov 2006 02:28:08 -0000 1.45
--- generic.pm 16 Jan 2007 21:14:58 -0000 1.46
***************
*** 314,318 ****
$gd->string($self->descfont,
$x,
! $self->bottom - $self->pad_bottom + $top + $dy,
$label,
$self->font2color);
--- 314,319 ----
$gd->string($self->descfont,
$x,
! # $self->bottom - $self->pad_bottom + $top + $dy,
! $self->bottom + $dy + $self->pad_bottom - $self->descfont->height + 2,
$label,
$self->font2color);
More information about the Bioperl-guts-l
mailing list