Tikz:spath3 节点库中无法识别自相交
我对结点库中的自交点感到困惑。请考虑以下情况: \documentclass[tikz,border=1pt]{standalone} \usetikzlibrary{calc,knots} %set default length and width parameters \def\x{.7} \def\y{1} \begin{document} \begin{tikzpicture} \begin{knot}[consider self intersections=true] \strand (0,-\y) .. ...