Open muzimuzhi opened 7 months ago
3.1.10
When resolving #1325, I found initial values of commands \pgfprofilesetrel and \pgfsettransformnonlinearflatness are not well formatted.
\pgfprofilesetrel
\pgfsettransformnonlinearflatness
Usually initial values are specified for keys.
https://github.com/pgf-tikz/pgf/blob/12f17834c849a659b8829bbc9122bc459f585917/doc/generic/pgf/pgfmanual-en-library-profiler.tex#L232-L237
https://github.com/pgf-tikz/pgf/blob/12f17834c849a659b8829bbc9122bc459f585917/doc/generic/pgf/pgfmanual-en-base-transformations.tex#L945-L948
One way is to convert trailing (initially <value>) into textual description.
(initially <value>)
Version
3.1.10
Details
When resolving #1325, I found initial values of commands
\pgfprofilesetrel
and\pgfsettransformnonlinearflatness
are not well formatted.Usually initial values are specified for keys.
https://github.com/pgf-tikz/pgf/blob/12f17834c849a659b8829bbc9122bc459f585917/doc/generic/pgf/pgfmanual-en-library-profiler.tex#L232-L237
https://github.com/pgf-tikz/pgf/blob/12f17834c849a659b8829bbc9122bc459f585917/doc/generic/pgf/pgfmanual-en-base-transformations.tex#L945-L948
One way is to convert trailing
(initially <value>)
into textual description.