Skip to content

Path has been break apart when applying roughness = 2 #162

@haan123

Description

@haan123

I have a path like this:
https://jsfiddle.net/qetypnac/2/

  • This is the shape when roughness = 0
generator.path(pathData, {
  "stroke": "#000000",
  "fill": "#ced4da",
  "fillStyle": "solid",
  "strokeWidth": 1,
  "roughness": 2,
  "seed": 1067011870,
  "combineNestedSvgPaths": true
})

image

  • But when roughness = 2, the paths of eclipse inside are break apart

image

I don't know this is a bug a not, but is there any work around to reduce the breaking parts of eclipse?

Thanks!

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