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
To reproduce, open any of the examples and add a call to ctx.restore() before any other operations on ctx. The resulting image will be completely empty, which isn't what happens in the browser
Seems like cairo_restore does not check if you're on the initial state for some reason, or maybe it works differently than we expect
Cairo 1.14.6
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
To reproduce, open any of the examples and add a call to
ctx.restore()
before any other operations onctx
. The resulting image will be completely empty, which isn't what happens in the browserSeems like
cairo_restore
does not check if you're on the initial state for some reason, or maybe it works differently than we expectCairo 1.14.6
The text was updated successfully, but these errors were encountered: