On Wed, 2017-06-21 at 23:30 +0200, Daniel A. Wagenaar wrote:
I created a patch to improve the selection toolbar. It creates two new pull-downs. One determines whether the "X" coordinate refers to the left of the selection (as normal), or the center, or the right; and whether changing the width keeps the left, center, or right edge in place. The second does the analogous function for "Y".
Several years ago, I had write access to the inkscape archives, but no more. Can someone please explain where I should send a patch, or if there is some other procedure?
The patch can be applied directly to the git repository and there are two options. One is to join the inkscape project group on GitLab, allowing you to commit directly to master branch.
The other is to fork the project on GitLab, commit your patch to your fork and then click the propose merge (pull request) button, that'll run the CI builder and allows others to review your code.
Best Regards, Martin Owens