rough-stuff / rough

Create graphics with a hand-drawn, sketchy, appearance
http://roughjs.com
MIT License
19.88k stars 615 forks source link

Ellipse not completely filled #199

Closed anudeepreddy closed 2 years ago

anudeepreddy commented 2 years ago

When creating an ellipse with roughness 0 and default fill style doesn't fully fill the ellipse.

rc.ellipse(100, 50, 150, 80, {
      fill: 'blue',
      roughness: 0
    });

image

pshihn commented 2 years ago

Sorry about that. I broke it as part of another fix. Fixed https://github.com/rough-stuff/rough/pull/200 Fix available in v4.5.2