my $collation = $tradition->collation;
my $needsave = !$collation->has_cached_svg;
$c->stash->{'result'} = $collation->as_svg;
- $m->save( $tradition );
+ $m->save( $tradition ); # to save generate SVG in the cache
$c->forward('View::SVG');
}
@{$alignment->{'alignment'}};
push( @$rows, { 'rank' => $i+1, 'readings' => \@rankrdgs } );
}
- $c->log->debug( Dumper( $rows ) );
$c->stash->{'witnesses'} = $wits;
$c->stash->{'table'} = $rows;
$c->stash->{'template'} = 'alignment.tt';