indentation

This commit is contained in:
Motiejus Jakštys 2021-05-19 22:57:45 +03:00 committed by Motiejus Jakštys
parent 87849132d1
commit c30153c554

View File

@ -30,7 +30,7 @@ ends of A<->B cross the line, but "swallow" a few more in between:
/ / B\ | _ __ / / B\ | _ __
----/ / | | / \ / \ ----/ / | | / \ / \
/ ,____/ | |___/ \___/A | / ,____/ | |___/ \___/A |
/ B| \_________________| / B| \_________________|
| |
@ -48,17 +48,16 @@ but they will be eliminated by joining A and B anyway.
Also, there is another way to remove self-crossing, without removing most of Also, there is another way to remove self-crossing, without removing most of
the bend. E.g. from: the bend. E.g. from:
\ \
\ \ B\ | __
B\ | __
| | / \ | | / \
| |____/A | | |____/A |
\__________| \__________|
To: To:
\ \_ \ \_
B\ `-,_.__ B\ `-,_.__
| A' \ | A' \
| | | |
\__________| \__________|