📄️ SVG EXPORT TO PICTURE
SVG EXPORT TO PICTURE ( elementRef ; pictVar {; exportType} )
📄️ SVG Find element ID by coordinates
SVG Find element ID by coordinates ( { ;} pictureObject ; x ; y* ) -> Function result
📄️ SVG Find element IDs by rect
SVG Find element IDs by rect ( { ;} pictureObject ; x ; y ; width ; height ; arrIDs* ) -> Function result
📄️ SVG GET ATTRIBUTE
SVG GET ATTRIBUTE ( { ;} pictureObject ; element_ID ; attribName ; attribValue* )
📄️ SVG SET ATTRIBUTE
SVG SET ATTRIBUTE ( { ;} pictureObject ; element_ID ; attribName ; attribValue {; attribName2 ; attribValue2 ; ... ; attribNameN ; attribValueN} {; })
📄️ SVG SHOW ELEMENT
SVG SHOW ELEMENT ( { ;} pictureObject ; id {; margin*} )