You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two SVG files, one of which contains an outline-like path, where each closed shape is represented as a single continuous path. I want to generate a new path that accurately follows the centerline of each shape and fills it accordingly. The desired result should match the red path shown in the reference image. Do you have any suggestions for achieving this automatically using software applications or by writing a custom program?
The text was updated successfully, but these errors were encountered:
It's actually a hard enough math problem. I'm not sure whether it solved anywhere. Perhaps something like shrink path by value (somehow found) in some editor may help, but that can lead to unexpected result. Basically, one need to redraw the image, maybe with the help of some tools.
I have two SVG files, one of which contains an outline-like path, where each closed shape is represented as a single continuous path. I want to generate a new path that accurately follows the centerline of each shape and fills it accordingly. The desired result should match the red path shown in the reference image. Do you have any suggestions for achieving this automatically using software applications or by writing a custom program?
The text was updated successfully, but these errors were encountered: