「VexFlow test content」の版間の差分

提供:yonewiki
編集の要約なし
編集の要約なし
212行目: 212行目:
           // 数値の数が23であれば、このpath要素は求めるものです
           // 数値の数が23であれば、このpath要素は求めるものです
           if (numberOfValues === 23) {
           if (numberOfValues === 23) {
             flagpaths.setAttribute("fill", "none");
             path.setAttribute("fill", "none");
             flagpaths.setAttribute("stroke", "none");
             path.setAttribute("stroke", "none");
           }
           }
         });
         });

2024年4月5日 (金) 08:34時点における版

概要