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
It's impossible to retrieve the current canvas clip region, making it hard to temporarily reset it.
We already have Canvas.clip() and Canvas.clip(x, y) for setting the offset, but no way to retrieve it. Perhaps a Canvas.clip getter (with a reciprocal setter) could provide the result as a Vector.
The text was updated successfully, but these errors were encountered:
It's impossible to retrieve the current canvas clip region, making it hard to temporarily reset it.
We already have Canvas.clip() and Canvas.clip(x, y) for setting the offset, but no way to retrieve it. Perhaps a Canvas.clip getter (with a reciprocal setter) could provide the result as a Vector.
The text was updated successfully, but these errors were encountered: