Zulko / gizeh

Simple Vector Graphics for Python
Other
704 stars 69 forks source link

Tiny imprecision in README.rst ? #4

Closed nico7et8 closed 10 years ago

nico7et8 commented 10 years ago

Hi @Zulko , Been practicing on your great libraries, thanks again. I was just wondering : the "Elements" part of your README.rst says :

text = gizeh.text("Hello world", fontfamily="Impact",  fontsize=40,
                  fontcolor=(1,1,1), xy=(100,100), angle=Pi/12)

Isn't fontcolor just supposed to be fill ? Or is there something I've missed ?

Zulko commented 10 years ago

Thanks for catching that. It's corrected (at least on github).