Zulko / gizeh

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

fix crashes when setting y_orign='bottom' #17

Open seanodonnell opened 9 years ago

seanodonnell commented 9 years ago

This fixes crashes I was getting when using y_origin

e.g. surface.write_to_png("out.png", y_origin="bottom")

Might also be a fix for https://github.com/Zulko/gizeh/issues/14

seanodonnell commented 9 years ago

ping, anyone there?