Guest User

Untitled

a guest
Mar 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. begin{tikzpicture}
  2. draw (0,0) circle (1cm);
  3. draw (2,-2) circle (2cm);
  4. end{tikzpicture}
  5.  
  6. begin{tikzpicture}
  7. tikzstyle{intersection} = [draw, circle ,fill=darkgray, inner sep=0.3mm]
  8. draw (0,0) arc (-90:70:1cm);
  9. draw (2,1.5) arc (100:200:2cm);
  10. end{tikzpicture}
Add Comment
Please, Sign In to add comment