Created
June 27, 2022 02:25
-
-
Save keturn/15d2855a8cf331001919a97396a8ae34 to your computer and use it in GitHub Desktop.
Fox's Diagram (The Eighth Warden, Book 4, Epilogue)
This file contains 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
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