GNOME Bugzilla – Bug 109058
flowchart - parallelogram
Last modified: 2005-05-13 12:29:42 UTC
the connectors of the parallelogram shape is not aligned (the center part) so if you will connect it to other shapes, the whole flowchart will not look good
*** Bug 109059 has been marked as a duplicate of this bug. ***
Created attachment 16154 [details] in future dont send to me directly, attach files to bugzilla. A copy of the .dia file woudl be more useful than a screenshot.
Though I agree the diagram would look better with aligned connections - I'm not entirely sure how to deal with parallelograms where the upper left corner is right of the lower right corner (can happen for huge angles) Anyway improving this would be an 'enhancement'
*** Bug 302639 has been marked as a duplicate of this bug. ***
Created attachment 46139 [details] [review] patch to change of connection points position I wrote patch to fix this bug. It works for me. Check it, please.
Sorry, I forgot to say: it's patch for file dia/objects/flowchart/parallelogram.c
Thanks for the patch. Can you please attach it uncompressed. (I'm assuming you already used diff -u).
Created attachment 46142 [details] [review] patch to change of connection points position of input/output blocks uncompressed patch
Created attachment 46257 [details] Showing center point in action Thanks for the patch, but as you can see from the above screenshot it is not any longer needed to solve the issue. Recently there was the connection 'center point' introduced. Now one can connect both lines to it and the are automagically only drawn to the border of the object. So every other cp can stay where it was (backward compatibility) and still the diagram can be aligned.
Center Points works fine. Big thanks!