Closed hearot closed 1 year ago
Can you update it to stroke_width
because other methods that implement stroke has it named stroke_width so it will be match for all
Actually, it's not stroke_width
only. It's also about the color. Currently I have it so that you pass a tuple (width, color)
to stroke (and if you pass only a integer, it is interpreted as (width, "black")
. Do you want them to be separated like stroke_width
and stroke_fill
(as it is in PIL)?
OK. What about now?
Here is an example by editing
welcome_image2.py
.Before
After