summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-19 20:09:58 +0000
committerKarl Berry <karl@freefriends.org>2022-07-19 20:09:58 +0000
commit8594ff4505be6fb65cee636ab772dab6d9115e69 (patch)
treec27d1eddf12024675dddbf35eb90db1b0426bde6 /Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
parentb35fc0d36d1dc34a95beda9066922be1123bffd6 (diff)
tkz-euclide (19jul22)
git-svn-id: svn://tug.org/texlive/trunk@63941 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
index d1f3692d05b..cf127c30966 100644
--- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
+++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-obj-eu-polygons.tex}
+\def\fileversion{4.21c}
+\def\filedate{2022/07/19}
+\typeout{2022/07/19 4.21c tkz-obj-eu-polygons.tex}
% bug in regular polygon side 2020/03/09
\makeatletter
%<--------------------------------------------------------------------------–>
@@ -44,7 +44,7 @@
{\tkz@DefRectangle[]}}
\def\tkz@DefRectangle[#1](#2,#3){%
\begingroup
- \path[#1](#2) - coordinate (tkzFirstPointResult) (#3) - coordinate (tkzSecondPointResult) (#2);
+ \path[#1](#2) -| coordinate (tkzFirstPointResult) (#3) -| coordinate (tkzSecondPointResult) (#2);
\endgroup
}
%<-------------------------- gold rectangle -------------------------------–>