スタイルの使い方 (style)
<style> /* <![CDATA[ */ .red { fill: red; } /* ]]> */ </style>
参考:
スタイル付け | SVG 1.1 第2版 (triple-underscore.github.io)
Where to put <style> inside SVG? – Stack Overflow
導入
参考:
HTML と CSS で SVG を使うためのメモ – Qiita
style のスコープ
参考:
インラインで SVG を複数書くときは style に注意 | なおしむ論
CSS でスタイルを設定する
参考:
Specifying Styles | Practical SVG Tutorial (xahlee.info)
How to style SVG with external CSS? – Stack Overflow
use で読み込んだ要素にスタイルを設定する
参考: