Skip to content

Instantly share code, notes, and snippets.

@sdmcraft
Last active June 11, 2020 06:00
Show Gist options
  • Save sdmcraft/f47428661ba8feea4134e0e189b9e01d to your computer and use it in GitHub Desktop.
Save sdmcraft/f47428661ba8feea4134e0e189b9e01d to your computer and use it in GitHub Desktop.
GraphStream Stylesheet
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