Tagged Questions
6
votes
1answer
118 views
How to clip overlaying surfaces/paths instead of filling them with white?
The following code
\newcommand*{\arcthickness}{0.3}
\newcommand*{\myarc}[4]{ % x,y,radius,text
% node is positioned by splitting the arc in two parts
% see ...