Magellan Linux

Annotation of /trunk/dia/patches/dia-0.94-svgimport-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 385 byte(s)
-import

1 niro 144 --- dia-0.94-pre6/plug-ins/svg/svg-import.c.fix 2004-08-18 13:40:04.708925898 -0400
2     +++ dia-0.94-pre6/plug-ins/svg/svg-import.c 2004-08-18 13:40:31.827386707 -0400
3     @@ -554,6 +554,8 @@
4     ptprop = g_ptr_array_index(props,0);
5     ptprop->point_data = start;
6    
7     + end.x = start.x + width;
8     + end.y = start.y + height;
9     ptprop = g_ptr_array_index(props,1);
10     ptprop->point_data = end;
11