Skip to content

Instantly share code, notes, and snippets.

@keturn
Created June 27, 2022 02:25
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 keturn/15d2855a8cf331001919a97396a8ae34 to your computer and use it in GitHub Desktop.
Save keturn/15d2855a8cf331001919a97396a8ae34 to your computer and use it in GitHub Desktop.
Fox's Diagram (The Eighth Warden, Book 4, Epilogue)
linewid = 5
thickness = 5px
// See https://www.royalroad.com/fiction/26116/the-eighth-warden/chapter/928636/book-4-epilogue
A: [
// Three parallel lines close together.
line right
line from 1 below previous.start
line from 1 below previous.start
// A fourth line, diagonal to the others, intersecting with the middle of the three, but just barely missing the lower line and not extending far enough to reach the upper.
line from last line.end + (1, -0.25) \
to first line.start + (1.5, - 0.25)
]
B: [
// a fifth line that was nearly parallel
line go heading 88
// pierced by a diagonal line
line from last.start + (1, 0.5) go heading 113
] at 8 above A // Well above that [A] group…
// A seventh line floated between the two groups, not attached to anything.
line from 0.5 between A.left and B.left right 5
// a perpendicular line to the right of the diagram
line from 1 right of A.right up until even with B.top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment