From d84ae449f1004925332825bfe305df58f21567f0 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 5 Nov 2005 06:31:11 +0000 Subject: Add svg2pdf, a tool to render SVG images to PDF files using cairo. WWW: http://cairographics.org --- graphics/svg2pdf/files/patch-src_svg2pdf.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/svg2pdf/files/patch-src_svg2pdf.c (limited to 'graphics/svg2pdf/files/patch-src_svg2pdf.c') diff --git a/graphics/svg2pdf/files/patch-src_svg2pdf.c b/graphics/svg2pdf/files/patch-src_svg2pdf.c new file mode 100644 index 000000000000..ca88b39a9261 --- /dev/null +++ b/graphics/svg2pdf/files/patch-src_svg2pdf.c @@ -0,0 +1,13 @@ +--- src/svg2pdf.c.orig Fri Aug 5 22:17:31 2005 ++++ src/svg2pdf.c Fri Aug 5 22:17:48 2005 +@@ -49,9 +49,9 @@ int + main (int argc, char **argv) + { + args_t args; +- args_parse (&args, argc, argv); + FILE *svg_file, *pdf_file; + svg_cairo_status_t status; ++ args_parse (&args, argc, argv); + + if (strcmp (args.svg_filename, "-") == 0) { + svg_file = stdin; -- cgit v1.2.3