potocpav / python-concur

Concur UI Framework for Python
MIT License
48 stars 2 forks source link

Allow use offset for c.draw.image #14

Closed ggrrin closed 4 years ago

ggrrin commented 4 years ago

Could not find the way to draw an image at custom coordinate. This PR implements the functionality, but I am not sure whether there is not other way.

potocpav commented 4 years ago

That was indeed a limitation, there was no way to do that.

potocpav commented 4 years ago

Merged and did the changes myself, because I was working on the same code for unrelated reasons. This will be in v0.8.0 but I will try to accumulate more breaking changes before the release.