I want to be able to calculate the area of a given SVG by defining the width, therefor the length too in cm.
It's a not only height*width
because it's the SVG is complex shape.
Let's say I have this SVG:
How can I calculate it's surface area with HTML/JavaScript, or Python, or Node.JS?