User contributions for TFv10
Jump to navigation
Jump to search
26 February 2022
- 11:5411:54, 26 February 2022 diff hist −151 DgsSVGCreateNode No edit summary
- 11:5111:51, 26 February 2022 diff hist +1 DgsSVGCreateNode No edit summary
- 11:5011:50, 26 February 2022 diff hist −17 DgsSVGCreateNode No edit summary
- 11:4811:48, 26 February 2022 diff hist −20 DgsSVGCreateNode No edit summary
- 11:4511:45, 26 February 2022 diff hist +72 DgsSVGCreateNode No edit summary
- 11:3911:39, 26 February 2022 diff hist −11 DgsSVGCreateNode No edit summary
- 11:3811:38, 26 February 2022 diff hist −17 DgsSVGCreateNode No edit summary
- 11:3711:37, 26 February 2022 diff hist +1,640 N DgsSVGCreateNode Created page with "{{Client function}} __NOTOC__ This function create a node in svg document . ==Syntax== <syntaxhighlight lang="lua"> boolean dgsSVGCreateNode ( svg svgElement, string nodeType, int width, int height) </syntaxhighlight> ===Required Arguments=== *'''svgElement:''' Desired width, preferably power of two (16, 32, 64 etc.), maximum is 4096 *'''nodeType :''' Node type Types : * rect * circle * line * polygon * polyline * path * ellipse *'''widt..."
- 11:0911:09, 26 February 2022 diff hist +1,139 N DgsSVGGetDocument Created page with "{{Client function}} __NOTOC__ Gets the underlying XML document from an SVG element. ==Syntax== <syntaxhighlight lang="lua"> xmlnode dgsSVGGetDocument( svg svgElement ) </syntaxhighlight> ===Required Arguments=== *'''svgElement:''' The svg element you want to get the XML document of. ===Returns=== * Returns an xmlnode if successful, false otherwise ==Example== <section name="Client" class="client" show="true"> <syntaxhighlight lang="lua"> loadstring(exports.d..."
25 February 2022
- 18:1418:14, 25 February 2022 diff hist +30 DgsCreateSVG No edit summary
- 18:1318:13, 25 February 2022 diff hist −25 DgsCreateSVG →See Also
- 18:1118:11, 25 February 2022 diff hist −12 DgsCreateSVG →Example
- 18:1018:10, 25 February 2022 diff hist +110 DgsCreateSVG No edit summary
- 18:0518:05, 25 February 2022 diff hist −46 DgsCreateSVG →Example
- 17:4417:44, 25 February 2022 diff hist +13 DgsCreateSVG →Example
- 17:4217:42, 25 February 2022 diff hist +24 DgsCreateSVG →Example
- 17:4117:41, 25 February 2022 diff hist +79 DgsCreateSVG →Example
- 17:4017:40, 25 February 2022 diff hist +584 m DgsCreateSVG →Example
- 17:3217:32, 25 February 2022 diff hist +632 N DgsCreateSVG →Syntax
- 17:1117:11, 25 February 2022 diff hist 0 DgsGetPosition →Required Arguments