Skip to content

Commit

Permalink
Add missing images folder for all brave-gnu-world-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jul 1, 2024
1 parent b45ee51 commit 7adf862
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/generic/pgf/pgfmanual-en-base-images.tex
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ \subsection{Declaring an Image}
\end{itemize}
%
\begin{codeexample}[code only]
\pgfdeclareimage[interpolate=true,height=1cm]{image1}{brave-gnu-world-logo}
\pgfdeclareimage[interpolate=true,width=1cm,height=1cm]{image2}{brave-gnu-world-logo}
\pgfdeclareimage[interpolate=true,height=1cm]{image3}{brave-gnu-world-logo}
\pgfdeclareimage[interpolate=true,height=1cm]{image1}{images/brave-gnu-world-logo}
\pgfdeclareimage[interpolate=true,width=1cm,height=1cm]{image2}{images/brave-gnu-world-logo}
\pgfdeclareimage[interpolate=true,height=1cm]{image3}{images/brave-gnu-world-logo}
\end{codeexample}
%
\end{command}
Expand Down Expand Up @@ -198,11 +198,11 @@ \subsection{Using an Image}
\begin{colormixin}{25!white}
\begin{pgfpicture}
\pgftext[at=\pgfpoint{1cm}{5cm},left,base]
{\pgfimage[interpolate=true,width=1cm,height=1cm]{brave-gnu-world-logo}}
{\pgfimage[interpolate=true,width=1cm,height=1cm]{images/brave-gnu-world-logo}}
\pgftext[at=\pgfpoint{1cm}{3cm},left,base]
{\pgfimage[interpolate=true,width=1cm]{brave-gnu-world-logo}}
{\pgfimage[interpolate=true,width=1cm]{images/brave-gnu-world-logo}}
\pgftext[at=\pgfpoint{1cm}{1cm},left,base]
{\pgfimage[interpolate=true,height=1cm]{brave-gnu-world-logo}}
{\pgfimage[interpolate=true,height=1cm]{images/brave-gnu-world-logo}}

\pgfpathrectangle{\pgfpoint{1cm}{5cm}}{\pgfpoint{1cm}{1cm}}
\pgfpathrectangle{\pgfpoint{1cm}{3cm}}{\pgfpoint{1cm}{1cm}}
Expand Down Expand Up @@ -259,10 +259,10 @@ \subsection{Masking an Image}
color(8cm)=(green); color(10cm)=(blue); color(12cm)=(red);
color(14cm)=(green)}
\hbox{\pgfuseshading{colorful}\hskip-14cm\hskip1cm
\pgfimage[height=4cm]{brave-gnu-world-logo}\hskip1cm
\pgfimage[height=4cm]{brave-gnu-world-logo-mask}\hskip1cm
\pgfdeclaremask{mymask}{brave-gnu-world-logo-mask}
\pgfimage[mask=mymask,height=4cm,interpolate=true]{brave-gnu-world-logo}}
\pgfimage[height=4cm]{images/brave-gnu-world-logo}\hskip1cm
\pgfimage[height=4cm]{images/brave-gnu-world-logo-mask}\hskip1cm
\pgfdeclaremask{mymask}{images/brave-gnu-world-logo-mask}
\pgfimage[mask=mymask,height=4cm,interpolate=true]{images/brave-gnu-world-logo}}
\end{codeexample}
%
\end{command}
Expand Down

0 comments on commit 7adf862

Please sign in to comment.