12-23-2017, 06:21 PM
(12-23-2017, 05:26 PM)Espermaschine Wrote: i need a path offset script....
IIRC I have a ribbon-path script on SourceForge. But it is a brute-force-and-slow one.
A somewhat elegant technique:
* Add a transparent layer
* stroke (line-mode) the path with a width which is twice the required offset
* Layer>Transparency>Alpha to selection
* Select>To path
* Remove the side you don't want (open extremities and delete one side, ofn-path-edits is your friend)
Hard to script because I don't think it works too well if the path is stroked with the paintbrush, and there is no API to stroke in "line" mode.