This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

SVGRect

Inherits from SVGElementSVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from SVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Notes

Remarks

Note: In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherent core HTML attributes, properties, events, methods, and styles.

SVG rectangles consist of an (x,y) coordinate pair that identifies a minimum x-coordinate value and a minimum y-coordinate value and a width and height, which are typically constrained to be non-negative.

Standards information

Members

The SVGRect object has these properties:

  • height: Gets or sets the height of an element.
  • style: Gets a style object.
  • width: Defines the width of an element.
  • x: Gets or sets the x-coordinate value.
  • y: Gets or sets the y-coordinate value.

Attributions