SVGRect: height プロパティ
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
height
は SVGRect
インターフェイスのプロパティで、 DOMRect.height
プロパティの別名です。要素の垂直方向のサイズを記述します。これは SVG 要素の height
属性と CSS の height
プロパティを反映します。
高さは長さであり、ユーザー座標系における要素の上端から下端までの距離です。構文は、 <length>
と同じです。