I'm trying to create an "SVG remesh" node tree that remeshes an SVG into something that works for the rest of my workflow. The general flow is:
- Import SVG
- Extrude
- Mesh to volume + volume to mesh to re-mesh in 3D
- Scale everything by 0 in Z axis to get back to 2D.
- Merge by distance to clean up the 2D mesh.
This seems to work, but when I then try to extrude that mesh with the extrude node, it doesn't extrude all the faces, some of the smaller faces around the edges of the object don't extrude properly and for some of the n-gons, several of the vertices extrude only halfway to the desired distance. If I apply the modifier and then do edit-extrude it behaves as expected...
Before anyone asks "why don't you just leave it 3D"... there are reasons in the broader project. This example just illustrates the problem.

