Skip to content

Commit e0f7295

Browse files
committed
docs: correct key names for magnifying glass shape (fixes #1415)
Signed-off-by: Yukai Chou <[email protected]>
1 parent 839974a commit e0f7295

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/generic/pgf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## Unreleased
8+
9+
### Changed
10+
11+
- Typo fixes in the manual
12+
713
## [3.1.11a] - 2025-08-29 Henri Menke
814

915
### Fixed

doc/generic/pgf/pgfmanual-en-library-shapes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,11 +826,11 @@ \subsection{Symbol Shapes}
826826
node. The angle of the handle and its length can be adjusted using two
827827
keys:
828828

829-
\begin{key}{/pgf/magnifying glass handle angle fill=\meta{degree} (default -45)}
829+
\begin{key}{/pgf/magnifying glass handle angle=\meta{degree} (default -45)}
830830
The angle of the handle.
831831
\end{key}
832832

833-
\begin{key}{/pgf/magnifying glass handle angle aspect=\meta{factor} (default 1.5)}
833+
\begin{key}{/pgf/magnifying glass handle aspect=\meta{factor} (default 1.5)}
834834
The length of the handle as a multiple of the circle radius.
835835
\end{key}
836836
%

0 commit comments

Comments
 (0)