vvenn() draws a Venn diagram of 2 or 3 sets: overlapping circles whose
disjoint regions are filled by how many elements fall in exactly that
combination of sets. Each region is drawn as solid geometry (via
vellum::vl_path_op()'s boolean set operations), so overlapping regions do
not alpha-composite and stay crisp — including in PDF, where a rasterised
mask would degrade.
Value
A PlotSpec; print or render_plot() it.

