claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 382 forks source link

Fix $thickness typehint in ellipse() #334

Closed zaxxx closed 11 months ago

zaxxx commented 11 months ago

Currently it is impossible to pass 'filled' as $thickness. This PR should fix it.

zaxxx commented 10 months ago

thank you!