We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no overlap between the border and the inner node color.
The stroke overlaps with the filled area. When the opacity is maximum this doesn't matter but when the opacity is reduced it does.
Draw two circles: one for the stroke and one for the fill.
0.5
Per node opacity
When the graph is large it's nice to play with opacity to create density representation.
The text was updated successfully, but these errors were encountered:
Fix #2639, #2640 and #2641
eed37ab
mbastian
No branches or pull requests
Expected Behavior
There is no overlap between the border and the inner node color.
Current Behavior
The stroke overlaps with the filled area. When the opacity is maximum this doesn't matter but when the opacity is reduced it does.
Possible Solution
Draw two circles: one for the stroke and one for the fill.
Steps to Reproduce
0.5
opacity.Per node opacity
and increase the border width to something large like 20.Context
When the graph is large it's nice to play with opacity to create density representation.
Your Environment
The text was updated successfully, but these errors were encountered: