b property
Gets or sets the b entry of the SVGMatrix.
![]() ![]() |
Syntax
| JavaScript |
|---|
p = object.b |
Property values
Type: Floating-point
The b entry of the matrix.
Exceptions
| Exception | Condition |
|---|---|
|
An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned. |
Standards information
Remarks
This property relates to the use of 2x3 matrices of the form:
[a c e]
[b d f]
See also
Show:

