|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
SVGException |
| Module: | svg |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
toString |
DOMString toString();
code |
readonly attribute unsigned short code;
message |
readonly attribute DOMString message;
name |
readonly attribute DOMString name;
SVG_INVALID_VALUE_ERR |
const unsigned short SVG_INVALID_VALUE_ERR = 1;
SVG_MATRIX_NOT_INVERTABLE |
const unsigned short SVG_MATRIX_NOT_INVERTABLE = 2;
SVG_WRONG_TYPE_ERR |
const unsigned short SVG_WRONG_TYPE_ERR = 0;
Last Updated: 2009-05-29