Skip to content

Instantly share code, notes, and snippets.

@janglapuk
Created April 16, 2021 14:14
Show Gist options
  • Save janglapuk/af3b1466a765873c8cce9234b5cfc6f2 to your computer and use it in GitHub Desktop.
Save janglapuk/af3b1466a765873c8cce9234b5cfc6f2 to your computer and use it in GitHub Desktop.
draw.io more circle connector points
Select a circle and Edit Style, add below after another parameters
points=[[0,0.1],[0,0.2],[0,0.3],[0,0.4],[0,0.5],[0,0.6],[0,0.7],[0,0.8],[0,0.9],[0.1,0],[0.2,0],[0.3,0],[0.4,0],[0.5,0],[0.6,0],[0.7,0],[0.8,0],[0.9,0],[1,0.1],[1,0.2],[1,0.3],[1,0.4],[1,0.5],[1,0.6],[1,0.7],[1,0.8],[1,0.9],[0.1,1],[0.2,1],[0.3,1],[0.4,1],[0.5,1],[0.6,1],[0.7,1],[0.8,1],[0.9,1]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment