blob: 328201a982832d2e7d6b75c1763b252f2df20384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% \begin{macrocode}
%</example-image-empty.tex>
%<*example-image-empty.tex&standalone>
\documentclass[border=0]{standalone}
\usepackage{tikz}
\begin{document}%
%</example-image-empty.tex&standalone>
%<*example-image-empty.tex>
\begin{tikzpicture}[x=32bp,y=24bp]% 4x3
\clip (0,0) rectangle (10,10);
\path [fill=black!25] (0,0) rectangle (10,10);
\path [draw,ultra thick] (0,0) rectangle (10,10);
\end{tikzpicture}%
%</example-image-empty.tex>
%<*example-image-empty.tex&standalone>
\end{document}%
%</example-image-empty.tex&standalone>
%<*example-image-empty.tex>
% \end{macrocode}
|