rough-stuff / rough

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

ellipse solid fill broken in 4.1.3 #142

Closed bynormous closed 4 years ago

bynormous commented 4 years ago

Started using rough today with a simple ellipse with these options and couldn't get fill to work:

{
    fill: 'red',
    fillStyle: 'solid',
    seed: 1
}

Downgrading to 4.1.0 magically fixed it so I'm assuming it's a bug.

pshihn commented 4 years ago

This was introduced in 4.1.3 and fixed in 4.1.4

bynormous commented 4 years ago

confirmed! thanks!