DgsSVGGetRawDocument: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 February 2022

  • curprev 17:2017:20, 26 February 2022Thisdp talk contribs 1,167 bytes 0 →‎Required Arguments
  • curprev 17:2017:20, 26 February 2022Thisdp talk contribs 1,167 bytes +1,167 Created page with "{{Client function}} __NOTOC__ Gets the raw xml data from an svg or an svg node. ==Syntax== <syntaxhighlight lang="lua"> string dgsSVGGetRawDocument( mixed svgNode ) </syntaxhighlight> ===Required Arguments=== *'''svgNode:''' The svg element or the xml node you want to get the raw data from. ===Returns=== * Returns a ''string'' if successful, ''false'' otherwise. ==Example== <section name="Client" class="client" show="true"> <syntaxhighlight lang="lua"> loadstrin..."