You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path you're drawing is not drawing a circle but a series of arcs. Those arcs get more exaggerated with higher roughness. You can update your path string to have a single arc
That's an approach, but is there an API from roughjs to convert an eclipse shape to single arc path?
Because the eclipse in the above shape was generated from roughjs generator.ellipse then it was used to do subtract boolean operation with the rectangle shape:
I have a path like this:
https://jsfiddle.net/qetypnac/2/
roughness = 0
roughness = 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!
The text was updated successfully, but these errors were encountered: