-
Notifications
You must be signed in to change notification settings - Fork 287
Description
So, I'm investigating an issue I am seeing around the distort function.
(1) findChains on my original model returns a chain of 94 paths
(2) calling distort(shape, 1.0, 1.0) on the same model
(3) findChains this time comes back with 2 chains, one with 93 links with endless: false and one with 2 links that is endless.
I'm trying to further distill it down into a test example and dive deeper why this is happening, but it's weird that distort is changing the model so much, even when the scaling shouldn't change anything.
For now I have a screenshot of the part of my model before:
and after:
Hre's a picture of my full model:

EDIT: Changing the bezierAccuracy option did not make a difference, always the same result of these lines in the bottom curve becoming their own mini-loop.

