SvgGetDocumentXML: Difference between revisions
Jump to navigation
Jump to search
m (Fix typo) |
No edit summary |
||
Line 18: | Line 18: | ||
==See Also== | ==See Also== | ||
{{SVG_functions}} | {{SVG_functions}} | ||
[[pt-br:svgGetDocumentXML]] |
Revision as of 03:19, 20 February 2022
Gets the underlying XML document from an SVG element.
Syntax
xmlnode 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 svgSetDocumentXML
Requirements
This template will be deleted.