Skip to content

Manual states incorrect box size when describing \pgfsetfadingforcurrentpath #868

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions