Advertisement
gluk47

Untitled

Jan 9th, 2023
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. fill = white
  2. linewid *= 0.5
  3. circle "C0" fit
  4. circlerad = previous.radius
  5. arrow
  6. circle "C1"
  7. arrow
  8. circle "C2"
  9. arrow
  10. circle "C4"
  11. arrow
  12. circle "C6"
  13. arrow
  14. circle "C7"
  15. circle "C3" at dist(C2,C4) heading 30 from C2
  16. arrow
  17. circle "C5"
  18. arrow from C2 to C3 chop
  19. arrow from C5 to C6 chop
  20.  
  21. box height C3.y-C2.y \
  22. width (C7.e.x-C0.w.x)+linewid \
  23. with .w at 0.5*linewid west of C0.w \
  24. behind C0 \
  25. fill 0xc6e2ff thin color gray
  26. box same \
  27. width (C5.e.x-C3.w.x)+linewid \
  28. with .sw at 0.35*linewid north of C2.n \
  29. fill 0x9accfc
  30. "main branch" below at 2nd last box.s
  31. "task branch" above at last box.n
  32.  
Tags: pikchr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement