Martin Thoma 9 年之前
父節點
當前提交
285d880599
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 二進制
      documents/printer-testpage/printer-testpage.pdf
  2. 2 1
      documents/printer-testpage/printer-testpage.tex

二進制
documents/printer-testpage/printer-testpage.pdf


+ 2 - 1
documents/printer-testpage/printer-testpage.tex

@@ -9,10 +9,11 @@
 \begin{tikzpicture}
     \begin{scope}[yshift=2cm]
         \draw[shading=color wheel] (0,0) rectangle (\paperwidth,10);
-        \draw[shading=axis,left color=black, right color=white,minimum width=\paperwidth] (0,10) rectangle (\paperwidth,12);
+        \draw[shading=axis,left color=black, right color=white] (0,10) rectangle (\paperwidth,12);
     \end{scope}
     \begin{scope}[yshift=14.3cm]
         \draw[rectangle,fill=cyan] (0,3) rectangle (\paperwidth,4) node[pos=.5,text=white] {\Huge \textbf{Cyan}};
+        % \draw[shading=axis,left color=cyan, right color=white] (0,3.5) rectangle (\paperwidth,4) node[pos=.5,text=white] {\Huge \textbf{Cyan}};
         \draw[rectangle,fill=magenta] (0,2) rectangle (\paperwidth,3) node[pos=.5,text=white] {\Huge \textbf{Magenta}};
         \draw[rectangle,fill=yellow] (0,1) rectangle (\paperwidth,2) node[pos=.5,text=white] {\Huge \textbf{Yellow}};
         \draw[rectangle,fill=black] (0,0) rectangle (\paperwidth,1) node[pos=.5,text=white] {\Huge \textbf{Black}};