Skip to content

Instantly share code, notes, and snippets.

@kalakay
Created July 7, 2020 04:49
Show Gist options
  • Save kalakay/ef43ac55bff12275b30051749333612e to your computer and use it in GitHub Desktop.
Save kalakay/ef43ac55bff12275b30051749333612e to your computer and use it in GitHub Desktop.
\path[name path=g1] (P)--(Q) ;
\path[name path=g2] (R)--(S);
\path [name intersections={of = g2 and g1, by={X}}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment