xlink:type
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
The xlink:type attribute identifies the type of XLink being used. In SVG, only simple links are available.
You can use this attribute with the following SVG elements:
Usage notes
| Value | simple |
|---|---|
| Default value | simple |
| Animatable | No |
simple-
This value specifies that the referred resource is a simple link.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 1.1 (Second Edition)> # XLinkTypeAttribute> |