Skip to content

Commit

Permalink
Add links to pdf spec for blend modes
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 19, 2025
1 parent cf50fa4 commit b82d438
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages.
If you are feeling adventurous you can install the latest development
version in TeX Live from our tlcontrib repository.
```console
$ tlmgr repository add http://pgf-tikz.github.io/pgf/tlnet pgf-development
$ tlmgr repository add https://pgf-tikz.github.io/pgf/tlnet pgf-development
$ tlmgr pinning add pgf-development "*"
$ tlmgr update --self --all
$ tlmgr install pgf --reinstall
Expand Down
6 changes: 4 additions & 2 deletions doc/generic/pgf/pgfmanual-en-tikz-transparency.tex
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ \subsection{Blend Modes}
\begin{key}{/tikz/blend mode=\meta{mode}}
Sets the current blend mode to \meta{mode}. Here \meta{mode} must be one of
the modes listed below. More details on these modes can also be found in
Section~7.2.4 of the \textsc{pdf} Specification, version~1.7.
\href{https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf#G12.12449365}{Section~7.2.4}
of the \textsc{pdf} Specification, version~1.7.

In the following example, the blend mode is only used and set inside a
transparency group (see also Section~\ref{section-transparency-groups}).
Expand Down Expand Up @@ -315,7 +316,8 @@ \subsection{Blend Modes}

\medskip
\makeline{\emph{Example}}{\emph{Mode}}{\emph{Explanations quoted from
Table~7.2 of the \textsc{pdf} Specification, Version~1.7}}
\href{https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf#G12.12449569}{Table~7.2}
of the \textsc{pdf} Specification, Version~1.7}}
\showmode{normal}{When painting a pixel with a some color (called the
``source color''), the background color (called the ``backdrop'') is
completely ignored.}
Expand Down
2 changes: 1 addition & 1 deletion tex/generic/pgf/math/pgfmathfunctions.random.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% }
%
% See also, the documentation for the lcg package by Erich Janka:
% (http://www.ctan.org/tex-archive/macros/latex/contrib/lcg/lcg.pdf)
% (https://www.ctan.org/tex-archive/macros/latex/contrib/lcg/lcg.pdf)
%
\def\pgfmath@rnd@m{2147483647}% LaTeX Maximum.

Expand Down

0 comments on commit b82d438

Please sign in to comment.