Guest User

Untitled

a guest
Dec 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. documentclass[12pt,pstricks,border=15pt]{standalone}
  2. usepackage{newcent}
  3. begin{document}
  4. begin{pspicture}(0,0)(3,3)
  5. pscustom[fillstyle=solid,fillcolor=yellow,opacity=.5]{
  6. psarcn(3,0){3}{180}{90}
  7. psarcn(1,3){2}{0}{-90}
  8. psarc(1,2){1}{-90}{0}
  9. psarc(2,0){2}{90}{180}
  10. }
  11. pscustom[fillstyle=solid,fillcolor=blue,opacity=.5]{
  12. psarc(0,3){3}{-90}{0}
  13. psarcn(1,3){2}{0}{-90}
  14. psarcn(2,1){1}{180}{90}
  15. psarc(2,0){2}{90}{180}
  16. closepath
  17. }
  18. end{pspicture}
  19. end{document}
Add Comment
Please, Sign In to add comment