Skip to content

Instantly share code, notes, and snippets.

@tswistak
Created June 4, 2018 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tswistak/677f41a4b923db513cad5194049f5717 to your computer and use it in GitHub Desktop.
Save tswistak/677f41a4b923db513cad5194049f5717 to your computer and use it in GitHub Desktop.
GoJS tutorial part 1, listing 5
diagram.nodeTemplate = $(go.Node,
'Auto',
$(go.Shape, {
geometryString: 'F M0 0 L100 0 Q150 50 100 100 L0 100 Q50 50 0 0z',
fill: 'white',
width: 100,
height: 100
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment