Re: Le mie (dis)avventure con TikZ

#96823
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Buongiorno a tutti.
    `\begin{tikzpicture}[font=\small]
    \draw [help lines] (0,0) grid (4,4);

    %\draw [cyan!50,fill=cyan!50] (1,1) rectangle (3,3);

    \draw [thick] (1,1) circle (1);
    \draw [thick] (3,1) circle (1);
    \draw [thick] (1,3) circle (1);
    \draw [thick] (3,3) circle (1);

    \end{tikzpicture}`
    Abbiate pietà: qual è il modo migliore di colorare la zona del disegno in mezzo (quella compresa tra i quattro archi di circonferenza)?

    Grazie anticipate,
    Lorenzo

    Go to top