我读过tikz 手册其中谈到了阴影,但没有找到我想要的东西。
这是我的 MW:
\documentclass{article}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{siunitx}
\begin{document}
\begin{figure}[H]
\centering
\begin{tikzpicture}[
scale=0.8,
transform shape,
]
\shade[left color=red,right color=green] (0,0) rectangle (\textwidth,2);
\end{tikzpicture}
\end{figure}
\end{document}