Tagged Questions
4
votes
1answer
1k views
How to make a textbox with this TikZ code ?
I made this with TikZ :
\usetikzlibrary{calc}
\def\banlen{3}
\xdefinecolor{mycolor}{RGB}{62,96,111} % Neutral Blue
\def\bancolor{mycolor}
\begin{tikzpicture}
\draw (0.25,0.25) rectangle (5,-2); %
...