How can I make rounded corners at one side (only right, only left)?
\documentclass{minimal}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\node [fill=gray, rounded corners=10pt]{
};
\end{tikzpicture}
\end{document}
|
How can I make rounded corners at one side (only right, only left)?
|
||||
|
|
|
This is possible with the
See Section 48.8 of the TikZ Manual for further options. |
||||
|
|