brendan-duncan / image

Dart Image Library for opening, manipulating, and saving various different image file formats.
MIT License
1.14k stars 255 forks source link

feat: allow to use Command.drawString with no required position #632

Closed areille closed 3 months ago

areille commented 3 months ago

As for DrawStringCmd and drawString, this PR allows to call Command.drawString with no required coordinates

brendan-duncan commented 3 months ago

Thanks.

areille commented 3 months ago

Thanks for the great package !