Hide Comments
Hide Comments

Comments (0)

Represents a SVG 'defs' element. The ‘defs’ element is a container element for referenced elements. For understandability and accessibility reasons, it is recommended that, whenever possible, referenced elements be defined inside of a ‘defs’.
 
The content model for ‘defs’ is the same as for the ‘ g’ element; thus, any element that can be a child of a ‘g’ can also be a child of a ‘defs’, and vice versa.
 
Elements that are descendants of a ‘defs’ are not rendered directly; they are prevented from becoming part of the rendering tree just as if the ‘defs’ element were a ‘g’ element and the ‘display’ property were set to none. Note, however, that the descendants of a ‘defs’ are always present in the source tree and thus can always be referenced by other elements; thus, the value of the ‘display’ property on the ‘defs’ element or any of its descendants does not prevent those elements from being referenced by other elements.

Namespace: RSSVG

expandingInheritance Hierarchy
expandingSyntax
expandingConstructors
expandingProperties

Top

expandingMethods

Top

expandingFields
expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb