Hello !
Do you have a special strategy to get the coordinates of a rectangle with shadow when it gets exported in SVG, PNG, β¦?
This Figma file is simple to understand the problem :
Figma β 11 Mar 21Currently I am working on a function to get the bounding box of a Figma Node and looking at the shadow + border + angle. But if you export a Node with a lot of children pushing the bounding box, then you have to traverse the entire tree to get the actual bounding box that will be exported.
Do you think of a better strategy?
π