GNOME Bugzilla – Bug 568115
a bunch of (Cisco) shapes are failing the "Movement" unit test ...
Last modified: 2011-06-14 12:05:06 UTC
... DiaObject::move should not change the size of the object/bounding box. /Dia/Objects/Cisco - Access Gateway/Movement: ** Dia:ERROR:test-objects.c:260:_test_movement: assertion failed: (fabs((bbox2.right - bbox2.left) - (bbox1.right - bbox1.left)) < EPSILON && fabs((bbox2.bottom - bbox2.top) - (bbox1.bottom - bbox1.top)) < EPSILON) Some time ago I debug the problem to some extent and am assuming some miscalculation in bezier boundingbox code.
The list is significantly shortened by: http://git.gnome.org/browse/dia/commit/?id=063e5f6990759f6d119aaa66c1f51c89629ff4c8 Set to (alomost) fixed.