4D LanguageCommands by themeSVGVersion: NextSVGSVG EXPORT TO PICTURE ( elementRef : Text ; pictVar : Picture {; exportType : Integer} )SVG Find element ID by coordinates ( {* ;} pictureObject : Picture ; x : Integer ; y : Integer ) : TextSVG Find element IDs by rect ( {* ;} pictureObject : Picture ; x : Integer ; y : Integer ; width : Integer ; height : Integer ; arrIDs : Text array ) : BooleanSVG GET ATTRIBUTE ( * ; pictureObject : Text ; element_ID : Text ; attribName : Text ; attribValue : Text, Integer )SVG GET ATTRIBUTE ( pictureObject : Variable, Field ; element_ID : Text ; attribName : Text ; attribValue : Text, Integer )SVG SET ATTRIBUTE ( * ; pictureObject : Text ; element_ID : Text ; ...(attribName : Text ; attribValue : Text, Integer) {; *})SVG SET ATTRIBUTE ( pictureObject : Variable, Field; element_ID : Text ;...(attribName : Text ; attribValue : Text, Integer) {; *})SVG SHOW ELEMENT ( {* ;} pictureObject : Picture ; id : Text {; margin : Integer} )