
pgfornament를 사용하여 장식된 벡터 선을 만듭니다. 놀랍게도 장식된 벡터 선 아래에 두 번째 직선이 나타납니다. 어떻게 피할 수 있나요?
최소 예:
\documentclass[11pt]{book}
\usepackage{pgfornament}
\begin{document}
\pagenumbering{gobble}
\begin{center}
\begin{tikzpicture}
\node (A) at (0,0) {};\node (B) at (16,0) {};
\draw [blue] (A) to [ornament=89] (B);\end{tikzpicture}
\end{center}
\clearpage
\end{document}