|
Last edited by hbghlyj 2024-2-10 23:42加\stop前后对比
- \documentclass[tikz]{standalone}
- \begin{document}
- \begin{tikzpicture}
- \fill[red,fill opacity=.2](0,0)rectangle(1,1);
- \end{tikzpicture}
- \end{document}
Copy the Code |
|
| - \documentclass[tikz]{standalone}
- \begin{document}
- \begin{tikzpicture}
- \fill[red,fill opacity=.2](0,0)rectangle(1,1);
- \end{tikzpicture}
- \stop
Copy the Code | |
|
|