svgexport icon indicating copy to clipboard operation
svgexport copied to clipboard

Error: Evaluation failed: TypeError: el.getBBox is not a function

Open rajeshtva opened this issue 2 years ago • 2 comments

I am trying to convert an svg into an png file. FYI this is the svg but i am getting the following issue :

Error: Evaluation failed: TypeError: el.getBBox is not a function
    at __puppeteer_evaluation_script__:26:22

OS: Ubuntu 22.04 Node: v16.19.1

rajeshtva avatar Apr 13 '23 06:04 rajeshtva

FWIW, I had the exact same issue. In my case I had an invalid entity in my source SVG, which became clear when opening the document in a browser.

mbi avatar Apr 23 '24 07:04 mbi