「VexFlow test content」の版間の差分

提供:yonewiki
227行目: 227行目:


                 // xが0でyが0より大きい場合、描画内容を透明にします
                 // xが0でyが0より大きい場合、描画内容を透明にします
                 if (xdiff !== 0 && ydiff === 0) {
                 if (xdiff !== 0) {
                  if(ydiff === 0){
                     path.setAttribute("fill", "none");
                     path.setAttribute("fill", "none");
                     path.setAttribute("stroke", "none");
                     path.setAttribute("stroke", "none");
                  }
                 }
                 }
             }
             }

2024年4月6日 (土) 00:32時点における版

概要