You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short answer: yes you can, but in sort of very undocumented and likely to be changed way.
You need to get cairo context object from pycontextfree, currently it is in pycontextfree._state["ctx"] , and use it to draw an image with cairo API. You can wrap this in contextfree's check_limits etc decorators, they are pretty much agnostic about what is happening inside. I'll try to make some example a but later when I get minute.
I want to start with a base image (my company's logo) and tile it following a fractal pattern (scale, rotate, translate, modify color).
Is that possible?
The text was updated successfully, but these errors were encountered: