rough-stuff / rough

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

Same increment for arc filling and path #157

Open sergiandreplace opened 4 years ago

sergiandreplace commented 4 years ago

The current calculation of radial increment is different for arc filling and drawing, making it very different in case of a low curveStepCount This change copies the increment calculation from drawing to filling for a better adjustment.