---
title: x
slug: Web/SVG/Attribute/x
translation_of: Web/SVG/Attribute/x
---
« SVG属性リファレンス ホームへ
この属性はユーザー座標のx軸座標を指定します。この属性の正確な影響は各要素の座標に依存します。ほとんどの場合、この属性参照している要素の左上を原点とした長方形のx軸座標を示します(例外については個々の要素のドキュメントを参照してください)。
値の明示がなければ、0として記入されたものとして、 {{ SVGElement("filter") }} と {{ SVGElement("mask") }} 要素に関しては -10% と記入されたものと解釈します。
使用可能な場所
{{ page("/en/SVG/Content_type","coordinate") }}
要素
次の要素は x
属性を使用することができます。
- Filter primitive elements »
- {{ SVGElement("altGlyph") }}
- {{ SVGElement("fePointLight") }}
- {{ SVGElement("feSpotLight") }}
- {{ SVGElement("filter") }}
- {{ SVGElement("foreignObject") }}
- {{ SVGElement("glyphRef") }}
- {{ SVGElement("image") }}
- {{ SVGElement("pattern") }}
- {{ SVGElement("rect") }}
- {{ SVGElement("svg") }}
- {{ SVGElement("text") }}
- {{ SVGElement("use") }}
- {{ SVGElement("mask") }}
- {{ SVGElement("tref") }}
- {{ SVGElement("tspan") }}