Skip to content

Calling distort(shape, 1.0, 1.0) changes path significantly #459

@Bersaelor

Description

@Bersaelor

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:

Screen Shot 2020-03-05 at 20 20 46

and after:

Screen Shot 2020-03-05 at 20 21 48

Hre's a picture of my full model:
Screen Shot 2020-03-05 at 20 23 29

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions