Draw a rectangle with border
\draw [fill=orange] (1,1) rectangle (2,2);
and without border
\fill [orange] (1,1) rectangle (2,2);
Draw a rectangle with border
\draw [fill=orange] (1,1) rectangle (2,2);
and without border
\fill [orange] (1,1) rectangle (2,2);