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

NodeGraph graph drawing when 'zoomed out' could be improved #186

Open
bentoogood opened this issue Apr 18, 2013 · 2 comments
Open

NodeGraph graph drawing when 'zoomed out' could be improved #186

bentoogood opened this issue Apr 18, 2013 · 2 comments
Assignees

Comments

@bentoogood
Copy link
Contributor

Currently when nodes and noodles are drawn 'small' in the NodeGraph there are some artefacts that could possibly be improved.

  • node border thickness can be inconsistent around nodes
  • horizontal bars of dark pixels are some times evident just above node labels
  • noodle edge anti-aliasing appears to degrade on screen right edge of noodle.
    nodedrawing
@johnhaddon
Copy link
Member

Perhaps the labels and suchlike should just fade to nothingness at a distance? Another problem I've had is that when zoomed out I quite often accidentally grab and move a connection when there simply isn't enough resolution to do that accurately - should that be disabled at a distance?

@bentoogood
Copy link
Contributor Author

Sounds reasonable and I imagine we'll have to have some simpler representation of node when they're very small for #85, so the mechanism could be shared.

However, I think I'd expect to still see labels as the level of zoom shown in the screen grab.

If we do loose the labels when the nodes are small, that would have to be dependent on #154- otherwise I think it'd quickly become tricky to tell what's what.

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

3 participants