Bio-Phylo
view release on metacpan or search on metacpan
lib/Bio/Phylo/Treedrawer/Svg.pm view on Meta::CPAN
push @style, "font-weight: ${weight}";
}
no warnings 'uninitialized';
return $api->tag(
'text',
'x' => $x,
'y' => $y,
'style' => join('; ',@style),
'transform' => "rotate(@${rotation})",
%args
)->cdata($text);
}
=begin comment
# -x => $x,
# -y => $y,
# -width => $width,
# -stroke => $color,
# -radius => $radius,
# -fill => $file,
( run in 0.657 second using v1.01-cache-2.11-cpan-454fe037f31 )