ID reference to another SVG element in the current SVG document fragment
Namespace: FMX.RS.SVG
Delphi |
published |
Property Value
Type: String
The effect of a ‘use’ element is as if the contents of the referenced element were deeply cloned into a separate non- exposed DOM tree which had the ‘use’ element as its parent and all of the ‘use’ element's ancestors as its higher-level ancestors. Because the cloned DOM tree is non-exposed, the SVG Document Object Model (DOM) only contains the ‘use’ element and its attributes. The SVG DOM does not show the referenced element's contents as children of ‘use’ element. |
Reference |