summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex
index cafe102caad..ea6b2a73263 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex
@@ -13,7 +13,7 @@
\begin{pgflibrary}{svg.path}
This library defines a command that allows you to specify a path
- using the svg-syntax.
+ using the \textsc{svg}-syntax.
\end{pgflibrary}
\begin{command}{\pgfpathsvg\marg{path}}
@@ -24,16 +24,16 @@
In principle, the complete syntax is supported and the library just
provides a parser and a mapping to basic layer commands. For
instance, |M 0 10| is mapped to
- |\pgfpathmoveto{\pgfpoint{0pt}{10pt}}|. There, however, a few things
+ |\pgfpathmoveto{\pgfpoint{0pt}{10pt}}|. There are, however, a few things
to be aware of:
\begin{itemize}
\item The computation underlying the arc commands |A| and |a|
are not numerically stable, which may result in quite imprecise
arcs. B\'ezier curves, both quadratic and cubic, are not affected,
- and also not arcs spanning degrees that are multiples of
- $90^\circ$.
+ neither are arcs spanning degrees that are multiples of
+ $90^{\circ}$.
\item The dimensionless units of \textsc{svg} are always interpreted
- at points (|pt|). This is a problem with paths like |M 20000 0|,
+ as points (|pt|). This is a problem with paths like |M 20000 0|,
which will raise an error message since \TeX\ cannot handle
dimensions larger than about 16000 points.
\item