SVGRect
Module: JavaScript DOM API
#include <SVGRect.idl>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute float | x |
| readonly attribute float | y |
| readonly attribute float | width |
| readonly attribute float | height |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable x
Section titled “variable x”readonly attribute float x;variable y
Section titled “variable y”readonly attribute float y;variable width
Section titled “variable width”readonly attribute float width;variable height
Section titled “variable height”readonly attribute float height;© 2026 Coherent Labs. All rights reserved.