Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long branch names overlap commits #3

Closed
aroben opened this issue Mar 30, 2012 · 1 comment
Closed

Long branch names overlap commits #3

aroben opened this issue Mar 30, 2012 · 1 comment

Comments

@aroben
Copy link
Owner

aroben commented Mar 30, 2012

When a branch name is quite long, it ends up overlapping some commits:

         o--o--o <-- new head of origin
        /
 o--o--O--o--o--o <-- old head of origin

@aroben
Copy link
Owner Author

aroben commented Mar 30, 2012

This is happening because we aren't calculating positions in dot coordinates correctly. We record the X coordinate of the left side of the branch label, but dot wants us to give it the X coordinate of the center of the branch label.

@aroben aroben closed this as completed in 9ab51df Apr 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant