I think that the pgfmanual v3.1.5 is not entirely correct when describing \pgfsetfadingforcurrentpath and \pgfsetfadingforcurrentpathstroked on p. 1202. It states that
Otherwise it is assumed that the fading has a size of 100bp times 100bp.
However, if one looks these functions up one finds in lines
|
\pgf@xc=.02\pgf@xc% |
|
\pgf@yc=.02\pgf@yc% |
and
|
\pgf@xc=.02\pgf@xc% |
|
\pgf@yc=.02\pgf@yc% |
So the actual box size is 50pt times 50pt (or 50bp times 50bp). This might be consistent with the statements on p. 1097 (if one replaces bp by pt).
Note that the claims here have been "empirically confirmed" in https://tex.stackexchange.com/a/546801/194703.
I think that the pgfmanual v3.1.5 is not entirely correct when describing
\pgfsetfadingforcurrentpathand\pgfsetfadingforcurrentpathstrokedon p. 1202. It states thatHowever, if one looks these functions up one finds in lines
pgf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
Lines 194 to 195 in 65bcaaf
and
pgf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
Lines 238 to 239 in 65bcaaf
So the actual box size is 50pt times 50pt (or 50bp times 50bp). This might be consistent with the statements on p. 1097 (if one replaces
bpbypt).Note that the claims here have been "empirically confirmed" in https://tex.stackexchange.com/a/546801/194703.