Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キネティック js を使用して、キャンバスのレイヤーにいくつかの画像と形状を追加しています。しかし、レイヤーから特定の要素を削除する際に問題があります。
追加された要素で次のことを行うだけです
addedElement.remove(); layer.draw(); //this will draw the updated layer