Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 152 forks source link

Fix draw text annotation parameter order in all language starter kits #150

Closed nathanbabcock closed 2 years ago

nathanbabcock commented 2 years ago

Fixes #149 in all language starter kits.

Before this PR, the annotate.text() helper command silently fails due to the fontsize and message parameters being swapped.

StoneT2000 commented 2 years ago

thanks!

StoneT2000 commented 2 years ago

Will review soon!