[scribus-dev] Mid-week mini report
Elvis Stansvik
elvstone at gmail.com
Wed Jun 29 13:02:18 UTC 2011
2011/6/29 Elvis Stansvik <elvstone at gmail.com>:
> I realized it might be better to put this on the list instead.
>
>
...
> if (WantJoins && (A==B || A == C))
> // Joining is enabled and A is joinable with B or with C.
> Move each of the end points of the sub-lines of A up by half their
> own width.
> else:
> if (VerticalOnTop):
> Move each of the end points of the sub-lines of A up by
> max(width of B, width of C).
> else:
> Move each of the end points of the sub-lines of A down by
> max(width of B, width of C).
And those should of course be max(width of B, width of C) / 2.
Elvis
More information about the scribus-dev
mailing list