调整 pgfornament 中的矢量线

调整 pgfornament 中的矢量线

我使用 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} 

相关内容