Last active
June 11, 2020 06:00
-
-
Save sdmcraft/f47428661ba8feea4134e0e189b9e01d to your computer and use it in GitHub Desktop.
GraphStream Stylesheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
size: 30px; | |
fill-color: #777; | |
z-index: 0; | |
} | |
edge { | |
shape: line; | |
fill-color: #222; | |
arrow-size: 8px, 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment