Math-Geometry-Construction

 view release on metacpan or  search on metacpan

lib/Math/Geometry/Construction/Draw/SVG.pm  view on Meta::CPAN

    my ($self, %args) = @_;

    $args{style} = {$self->process_style('text', %{$args{style}})}
	if($args{style});

    ($args{x}, $args{y}) = $self->transform_coordinates
	($args{x}, $args{y});

    my $data = delete $args{text};
    my $text = $self->output->text(%args);
    $text->cdata($data);
}


1;


__END__

=pod



( run in 0.268 second using v1.01-cache-2.11-cpan-454fe037f31 )