Discussion:
Bug: Rounded rectangles get extra horizontal bars
Stuart Axon
2009-08-31 01:39:33 UTC
Permalink
Might be a bit late at night but I couldn't work out how to enter a new bug for this...


# Test:
def draw():
strokewidth(10)
stroke('#ffffff')
fill(0, 0, 128)
rect(0, 0, 200, 400, roundness=1.0)

Loading...