Web/API/SVGRect

From Get docs


The SVGRect represents a rectangle. Rectangles consist of an x and y coordinate pair identifying a minimum x value, a minimum y value, and a width and height, which are constrained to be non-negative.

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

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 of 0 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 of 0 were specified.
SVGRect.width
This represents the width of the rectangle.A value that is negative results to an error. A value of zero 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 of zero disables rendering of the element.

Methods

This interface also inherits properties from its parent, DOMRectReadOnly.

Specifications

Specification Status Comment
Geometry Interfaces Module Level 1The definition of 'DOMRect' in that specification. Candidate Recommendation Changed SVGRect as a legacy alias of DOMRect.
Scalable Vector Graphics (SVG) 1.1 (Second Edition)The definition of 'SVGRect' in that specification. Recommendation Initial definition

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
SVGRect Chrome

Full support 1

Edge

Full support 12

Firefox

Full support 1.5

IE

Full support 9

Opera

Full support 8

Safari

Full support 3.1

WebView Android

Full support 1

Chrome Android

Full support 18

Firefox Android

Full support 4

Opera Android

Full support 10.1

Safari iOS

Full support 3.1

Samsung Internet Android

Full support 1.0

height Chrome

Full support 1

Edge

Full support 12

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support 1

Chrome Android

Full support 18

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 1.0

width Chrome

Full support 1

Edge

Full support 12

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support 1

Chrome Android

Full support 18

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 1.0

x Chrome

Full support 1

Edge

Full support 12

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support 1

Chrome Android

Full support 18

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 1.0

y Chrome

Full support 1

Edge

Full support 12

Firefox

?

IE

?

Opera

?

Safari

?

WebView Android

Full support 1

Chrome Android

Full support 18

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 1.0

Legend

Full support  
Full support
Compatibility unknown  
Compatibility unknown


SVGRect by Mozilla Contributors is licensed under CC-BY-SA 2.5.