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