Skip to content

Commit

Permalink
support for truetype fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Jan 29, 2013
1 parent 235a60b commit a2ba3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
down then throws an error (once) and then reverts to local rendering for a period of time.
* Updated installer to give dire warning if installing into /usr/local/apache
and there doesn't appear to be an apache instance there.
* Support truetype fonts (need Bio::Graphics 2.33 or higher; set truetype=1 in GBrowse.conf, and
optionally pass font names like "Helvetica-12:Italic" to the track "font" option).

2.54
* Version 2.53 introduced a bad bug into track configuration such
Expand Down
1 change: 0 additions & 1 deletion lib/Bio/Graphics/Browser2/RenderPanels.pm
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ sub make_requests {
foreach my $label ( @{ $labels || [] } ) {

my @track_args = $self->create_track_args( $label, $args );

my (@filter_args,@featurefile_args,@subtrack_args);

my $format_option = $settings->{features}{$label}{options};
Expand Down

0 comments on commit a2ba3c9

Please sign in to comment.