Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created February 11, 2018 22:17
Show Gist options
  • Save philippeback/d4ad033d95c1fb8b077fc915728a0b36 to your computer and use it in GitHub Desktop.
Save philippeback/d4ad033d95c1fb8b077fc915728a0b36 to your computer and use it in GitHub Desktop.
el1 := 1.
el2 := 2.
view := RTMondrian new.
view shape ellipse.
view nodes: {el1. el2} .
view shape: (RTGradientColoredLine new
colors: { Color red. Color blue };
withBorderAttachPoint;
precision: 50;
gradientColorShape).
view edges
useAssociations: {el1 -> el2}.
view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment