Trygon wrote:Interestingly applying path reverse to the bottom right object, as is, before creating a linked offset cures the problem... but surely it is a single closed path, so reversing it should make no difference to the linked offset?
Imagine yourself walking round the path in one direction, starting with node 1 and working upwards: the area on (say) the left of you is 'outside' the path, the area on the right is 'inside'. If you reverse the path then the order of the nodes is reversed. Walking from node 1 and working upwards takes you in the opposite direction round the path - with the result that the area to the left of you has switched to 'inside' and vice versa.
I'm sure there's more to it than that, as some paths seem to defy the simple logic above (e.g. drawing a simple figure-of-eight works as you would want it to, even though the direction of 'inside' and 'outside' changes halfway round). Without a developer providing some more insight into the inner workings of the algorithm used, the best we can do is work with a simplified model and try to work around the odd cases when they crop up.