SvgGetDocumentXML: Difference between revisions
Jump to navigation
Jump to search
(Initial page creation) |
mNo edit summary |
||
Line 5: | Line 5: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''svgElement:''' The svg element you want to get the XML document of. | *'''svgElement:''' The [[svg]] element you want to get the XML document of. | ||
===Returns=== | ===Returns=== |
Revision as of 17:52, 26 September 2021
Gets the underlying XML document from an SVG element.
Syntax
svg svgGetDocumentXML ( svg svgElement )
Required Arguments
- svgElement: The svg element you want to get the XML document of.
Returns
- Returns an xmlnode if successful, false otherwise
Example
See the example for svgCreate
Requirements
This template will be deleted.
See Also