I am using the venndiagram package to... well, draw Venn diagrams.
I know it's considered a very basic package, but it works well for my purposes.
Except for one thing.
Both the venndiagram2sets and venndiagram3sets environments introduced by the package automatically draw rectangular outlines around the diagrams.
This is defined by the following line in the code:
\draw (venn bottom left) rectangle (\@venn@w,\@venn@h);
Is there any way to deactivate this?

localfolder when you can store your own or modified packages. But if you store the modified .sty inside your working folder, this version will be loaded. In any case, you can read the .log file where all loaded packages are detailed with information about their path. – Ignasi Jun 07 '18 at 09:55