I would like to turn a set of SVG connected points into an enclosed area that I can import to 3d modelling software such as FreeCAD.
Right now I have a shape such as
|---| ---|
| | |
|---|
I would like it to be an enclosed loop like
||===|| ===||
|| || ||
||===||
This way I can convert it into a Face in FreeCAD to extrude and manipulate in 3D. All mentions of generating an inner/outer stroke styles of an SVG reference high level methods in the CSS and SVG api. Is there a solution that can give me the coordinates of the displayed "inner/inset" stroke SVGs versus just displaying them to the user?