4D LanguageCommands by themeSVGVersion: 21 R2SVGSVG 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 : Text ; x : Integer ; y : Integer ; width : Integer ; height : Integer ; arrIDs : Text array ) : BooleanSVG Find element IDs by rect ( pictureObject : Variable, Field ; x : Integer ; y : Integer ; width : Integer ; height : Integer ; arrIDs : Text array ) : BooleanSVG GET ATTRIBUTE ( {* ;} pictureObject : Picture ; element_ID ; attribName : Text ; attribValue : Text, Integer )SVG SET ATTRIBUTE ( {* ;} pictureObject : Picture ; element_ID ; attribName : Text ; attribValue : Text, Integer {; ...(attribName : Text ; attribValue : Text, Integer)} {; *})SVG SHOW ELEMENT ( * ; pictureObject : Text ; id : Text {; margin : Integer} )SVG SHOW ELEMENT ( pictureObject : Variable, Field ; id : Text {; margin : Integer} )