How can I remove the stroke radius from text generated using Python Pillow?
I want a stroke around the text, but when I use the built-in parameters of the text function, the border has rounded edges. I want the border to have sharp, cornered edges instead.