Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to pdf spec for blend modes #1380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading