Guest User

Untitled

a guest
May 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. documentclass[margin=1pt]{standalone}
  2. usepackage{tikz}
  3.  
  4. begin{document}
  5. begin{tikzpicture}
  6. clip (1,0) rectangle (2.7,2.7);
  7. coordinate (O) at (0,0);
  8. path[fill=green] (O) circle (3cm);
  9. path[fill=black!50] (O) circle (2.7cm);
  10. path[fill=green] (O) circle (2cm);
  11. draw[yellow,thin](O) circle (2.05cm);
  12. draw[white,thin] (O) circle (2.65cm);
  13. draw[dashed,white,thin] (O) circle (2.25cm);
  14. draw[dashed,white,thin] (O) circle (2.45cm);
  15. end{tikzpicture}
  16. end{document}
Add Comment
Please, Sign In to add comment