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
When recording a session using www.smartlook.com with canvas recording enabled and pixi managing the canvas the canvas flickers.
We are using transferControlToOffscreen() to add an existing canvas to pixi.
Expected Behavior
No flickering present.
Steps to Reproduce
Add smartlook to a pixi project and enable canvas recording with <body data-sl="canvas-mq">
Environment
pixi.js version: 8.2.2
Browser & Version: Chrome, Safari, Edge, (Firefox doesn't flicker but throws an error)
OS & Version: macOS Sonoma 14.6
Running Example: Requires a free smartlook account
Possible Solution
I suspect this is possibly due to smartlook requesting the canvas context to record whats being rendered and this causes a clearing of the canvas and rerender.
Additional Information
I have filed a support ticket with Smartlook for this issue so will update on their response.
The text was updated successfully, but these errors were encountered:
Current Behavior
When recording a session using www.smartlook.com with canvas recording enabled and pixi managing the canvas the canvas flickers.
We are using
transferControlToOffscreen()
to add an existing canvas to pixi.Expected Behavior
No flickering present.
Steps to Reproduce
Add smartlook to a pixi project and enable canvas recording with
<body data-sl="canvas-mq">
Environment
pixi.js
version: 8.2.2Possible Solution
I suspect this is possibly due to smartlook requesting the canvas context to record whats being rendered and this causes a clearing of the canvas and rerender.
Additional Information
I have filed a support ticket with Smartlook for this issue so will update on their response.
The text was updated successfully, but these errors were encountered: