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.
外部 SVG ファイルを HTML5 タグに描画し、Javascript を介してオンザフライで SVG ファイル内の要素の塗りつぶしの色を変更する良い方法はありますか?
※今までやってきたこと:
新しい Image オブジェクトを作成しました
その src を問題の .svg ファイルに設定します
ctx.drawImage() 経由で描画する onload 関数を与えました