Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. documentclass[border=10pt,multi,tikz]{standalone}
  2. begin{document}
  3. begin{tikzpicture}
  4. fill [red] (0,0) coordinate (a) arc (90:270:1) -- cycle;
  5. fill [blue] (a) arc (90:-90:1) -- cycle;
  6. end{tikzpicture}
  7. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement