--- pdf/svgtopdf 2006-05-14 15:28:03.000000000 -0700 +++ svgtopdf/svgtopdf 2006-05-14 23:56:30.000000000 -0700 @@ -352,3 +352,31 @@ $a00 * $x3 + $a01 * $y3, $a10 * $x3 + $a11 * $y3); } +=head1 NAME + +svgtopdf - Utility for converting SVG files into PDFs + +=head2 SYNOPSIS + +svgtopdf < SVGFILE + +=head1 DESCRIPTION + +=head1 AUTHOR + +Martin Owens ( DoctorMO[ate]gmail.com ) + +=head1 COPYRIGHT + +Copyright (C) 2006 Martin Owens +All Rights Reserved + +This script is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +=head1 SEE ALSO + +L, L, L, L, L + +=cut +