input venn; beginfig(1); draw_venn_two(false,false,true,false); draw_venn_two(false,true,false,true) shifted (4cm,0) withcolor white; endfig; end;