**Describe the bug** I define a function, and in the image download, the content of the function is outside of the function brackets. **To Reproduce** ``` function printData() { console.log("data"); } printData(5); ``` And then download, as PNG **Expected behavior** A correct image is generated **Screenshots**  **Info (please complete the following information):** - OS [e.g. macOS, Linux, Windows, iOS]: Chrome - Browser [e.g. Chrome, Safari, Firefox]: Chrome - Carbon URL [e.g. carbon.now.sh?bg=pink]: [URL](https://carbon.now.sh/?bg=rgba%2844%2C59%2C79%2C1%29&t=seti&wt=sharp&l=javascript&width=680&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=true&pv=56px&ph=56px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=2x&wm=false&code=function%2520printData%28%29%2520%257B%250A%2520%2520console.log%28%2522data%2522%29%253B%250A%257D%250A%250AprintData%285%29%253B)