nwtn\RespimgCaptureRequest::getSVG PHP Method

getSVG() public method

Get SVG data.
public getSVG ( ) : string
return string
    public function getSVG()
    {
        return (string) $this->svgdata;
    }