パッケージの三つ編みの警告

パッケージの三つ編みの警告

この警告に遭遇した人はいますか?

Package braids Warning: This package was designed using PGF2.10; you are using 3.0.1a.

\usepackage{tikz}前に確認しました\usepackage{braids}。編み込みの実際のコードは次のとおりです。

\begin{tikzpicture}
\braid[number of strands=4,
       style strands={5,6}{draw=none}] (braid) a_2 a_1 a_3 a_2 a_2 a_1 a_3 a_2;
\end{tikzpicture}

関連情報