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
})

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

I don't know this is a bug a not, but is there any work around to reduce the breaking parts of eclipse?
Thanks!
I have a path like this:
https://jsfiddle.net/qetypnac/2/
roughness = 0roughness = 2, the paths of eclipse inside are break apartI don't know this is a bug a not, but is there any work around to reduce the breaking parts of eclipse?
Thanks!