diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-26 05:12:54 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-26 05:12:54 +0800 |
commit | 03cc77bb9c84803933760cc204aac69930bf18bf (patch) | |
tree | fb03a48674d28910208c837536cab21ea071b3c2 /graphics/librsvg2/files | |
parent | 21fece9b14b87a1a250b5bc779d6d6fe1a042d0d (diff) | |
download | marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.tar marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.tar.gz marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.tar.bz2 marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.tar.lz marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.tar.xz marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.tar.zst marcuscom-ports-03cc77bb9c84803933760cc204aac69930bf18bf.zip |
Update to 2.12.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4867 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/files')
-rw-r--r-- | graphics/librsvg2/files/patch-rsvg-shapes.c | 18 | ||||
-rw-r--r-- | graphics/librsvg2/files/patch-rsvg-structure.c | 12 |
2 files changed, 0 insertions, 30 deletions
diff --git a/graphics/librsvg2/files/patch-rsvg-shapes.c b/graphics/librsvg2/files/patch-rsvg-shapes.c deleted file mode 100644 index db42d9f45..000000000 --- a/graphics/librsvg2/files/patch-rsvg-shapes.c +++ /dev/null @@ -1,18 +0,0 @@ ---- rsvg-shapes.c.orig Tue Jul 19 23:47:27 2005 -+++ rsvg-shapes.c Fri Sep 9 12:34:17 2005 -@@ -145,12 +145,13 @@ - int dominate) - { - RsvgNodePoly * poly = (RsvgNodePoly *)self; -+ gsize i; -+ GString * d; - /* represent as a "moveto, lineto*, close" path */ - if (poly->pointlist_len < 2) - return; - -- gsize i; -- GString * d = g_string_new (""); -+ d = g_string_new (""); - g_string_append_printf (d, "M %f %f ", poly->pointlist[0], poly->pointlist[1] ); - - for (i = 2; i < poly->pointlist_len; i += 2) diff --git a/graphics/librsvg2/files/patch-rsvg-structure.c b/graphics/librsvg2/files/patch-rsvg-structure.c deleted file mode 100644 index a72080a1b..000000000 --- a/graphics/librsvg2/files/patch-rsvg-structure.c +++ /dev/null @@ -1,12 +0,0 @@ ---- rsvg-structure.c.orig Thu Aug 25 22:32:30 2005 -+++ rsvg-structure.c Thu Aug 25 22:32:38 2005 -@@ -360,8 +360,8 @@ rsvg_node_use_set_atts (RsvgNode * self, - { - const char *value = NULL, *klazz = NULL, *id = NULL; - double font_size; -- font_size = rsvg_state_current_font_size(ctx); - RsvgNodeUse * use; -+ font_size = rsvg_state_current_font_size(ctx); - - use = (RsvgNodeUse *)self; - if (rsvg_property_bag_size(atts)) |