Created
February 11, 2018 22:17
-
-
Save philippeback/d4ad033d95c1fb8b077fc915728a0b36 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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