Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGRect

SVGRect

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheSVGRect, an alias forDOMRect, represents a rectangle. Rectangles consist of anx andy coordinate pair identifying a minimumx value, a minimumy value, and awidth andheight, which are constrained to be non-negative.

AnSVGRect object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.

Instance properties

SVGRect.x

The exact effect of this coordinate depends on each element. If the attribute is not specified, the effect is as if a value of0 were specified.

SVGRect.y

The exact effect of this coordinate depends on each element. If the attribute is not specified, the effect is as if a value of0 were specified.

SVGRect.width

This represents the width of the rectangle. A value that is negative results to an error. A value of0 disables rendering of the element

SVGRect.height

This represents the height of the rectangle. A value that is negative results to an error. A value of0 disables rendering of the element.

Instance methods

None.

Specifications

Specification
Geometry Interfaces Module Level 1
# DOMRect

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp