TikZ 矩形单圆角

TikZ 矩形单圆角

如何将 TikZ 矩形的一个(或两个、三个)角弄圆?我只能将角全部弄圆或全部不弄圆!

\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\node [fill=red, rounded corners] {Round north east corner};
\end{tikzpicture}
\end{document}

相关内容