Avec `transparency group=knockout` (cf. section 23.5 du pgfmanual) : dans un tel group, `opacity=0` veut dire "transparent" (à l'intérieur de ce group). Par exemple :
\begin{tikzpicture}
\filldraw[yellow] (0,0) rectangle (4,4);
\begin{scope}[transparency group=knockout]
\filldraw[blue, rounded corners, even odd rule]
(0, 0) rectangle (3, 3)
(1, 1) rectangle (2, 2) ;
\filldraw[opacity=0] (0, 0) -- (0, 1) -- (1, 0) -- cycle ;
\end{scope}
\end{tikzpicture}
![alt text][1]
[1]: http://https://texnique.fr/osqa/upfiles/xpdf.png