Closed Tebaeleven closed 1 year ago
let svg = d3.select("#block-path")
d3.selectが正しく動いていなかった。
let svg = this.element.getElementById("block-path")
svg.setAttribute("d", path)
svg.setAttribute("fill", "#e74c3c")
svg.setAttribute("stroke", "red")
svg.setAttribute("stroke-width", "5")
this.elementを参照するようにし、なるべく予想外の結果を出さないように標準のgetElementByIdを使って指定した。
状況
なぜか最初に生成したブロックのpathのdコマンドが生成されていない