I have three fixed points through which I have constructed an arc which I have closed with a segment. While one end is well joined, the other one has the end of the segment sticking out. Does anyone have any suggestions?
\documentclass[10pt]{article}
\usepackage{tkz-euclide}
\begin{document}
\begin{tikzpicture}[line cap=round, scale=2.5]
\tkzDefPoint(2.687709573031439,6.723599641337466){A}
\tkzDefPoint(3.482076594620169,7.39830324031115){B}
\tkzDefPoint(4.2961211542514635,6.723599641337466){C}
\tkzCircumCenter(A,B,C)\tkzGetPoint{O}
\tkzDrawArc[line width=1pt,color=black](O,C)(A)
\tkzDrawSegment[line width=1pt](A,C)
\end{tikzpicture}
\end{document}

tkz-euclidev5.02c (2023/02/03). – Qrrbrbirlbel Jul 21 '23 at 12:48