summaryrefslogtreecommitdiff
path: root/graphics/librsvg2/patches/patch-af
blob: d4c2b282d68e0e7ffaf29d4638fc45c7c513b26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.1 2005/04/07 09:28:42 rillig Exp $

--- rsvg-shapes.c.orig	Sun Nov 28 18:02:12 2004
+++ rsvg-shapes.c	Thu Mar 31 23:52:51 2005
@@ -2579,10 +2579,10 @@ rsvg_start_sub_svg (RsvgHandle *ctx, Rsv
 	const char * id, *value;
 	double vbox_x = 0, vbox_y = 0, vbox_w = 0, vbox_h = 0;
 	gboolean has_vbox = FALSE, overflow = 0;
-	id = NULL;
 	RsvgDefsDrawableSvg * svg;
 	RsvgDefsDrawableGroup * group;
 	RsvgState state;
+	id = NULL;
 	rsvg_state_init(&state);
 
 	if (rsvg_property_bag_size (atts))