blob: a30dc9e27adfd8dc136a1282e264ae1f6e3d6a78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: SVG スタイル付け属性
slug: Web/SVG/Attribute/Styling
tags:
- 属性
- 初心者
- NeedsExample
- リファレンス
- SVG
browser-compat: svg.attributes.style
---
SVG のスタイル付け属性は、CSS スタイリング効果を適用するために任意の SVG 要素に指定できるすべての属性です。
* [`class`](#attr-class)
* [`style`](#attr-style)
## 属性
* {{SVGAttr('class')}}
* : 要素に 1 つまたは複数のクラス名を割り当てます。HTML の {{htmlattrxref('class')}} 属性と同様の機能を持ちます。
*値*: 任意の ID 文字列、*アニメーション*: **可**
* {{SVGAttr('style')}}
* : その要素のスタイル情報を指定します。HTML の {{htmlattrxref('style')}} 属性と同様の機能を持ちます。
*値*: 任意のスタイル文字列、*アニメーション*: **不可**
## ブラウザーの互換性
{{Compat}}
|