GNOME Bugzilla – Bug 411212
Not responding after try to connect 2 elipses with an arc
Last modified: 2007-02-24 09:10:17 UTC
Test case: 1. Create two elipses (distinct) 2. Select arc tool (shape) 3. Begin to drag from one elipse to other. 4. Shows little arc beginning in first elipse, cursor is changed and program freezes. Possible work-around: At first draw the arc and then elipses and bind them only later.... But I would prefere working Dia ;-) Thanks Stano
This is already fixed on trung and branch, but no final release does unclude the fix yet. You may want to give 0.96-pre? a try. 2006-10-14 Hans Breuer <hans@breuer.org> * objects/standard/arc.c : don't rely on the result of atan2(inf,inf), it is C-runtime dependent. Fixes infinitesimal burning of CPU cycles, bug #360013 and duplicates. *** This bug has been marked as a duplicate of 360013 ***