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
Hi! Would it be possible to capture also the annotation layer in the "snapshot" tool?
If you got here searching why the snapshot tool gives you a blank png : for the "snapshot" tool to work, the option preserveDrawingBuffer needs to be activated when creating the OpenLIME.Viewer such as :
const lime = new OpenLIME.Viewer('.openlime', {canvas: { preserveDrawingBuffer: true}});
(Thanks @ponchio for the solution on this previous "issue-which-isn't-really-one" 😃
Cheers
The text was updated successfully, but these errors were encountered:
Hi! Would it be possible to capture also the annotation layer in the "snapshot" tool?
If you got here searching why the snapshot tool gives you a blank png : for the "snapshot" tool to work, the option
preserveDrawingBuffer
needs to be activated when creating theOpenLIME.Viewer
such as :const lime = new OpenLIME.Viewer('.openlime', {canvas: { preserveDrawingBuffer: true}});
(Thanks @ponchio for the solution on this previous "issue-which-isn't-really-one" 😃
Cheers
The text was updated successfully, but these errors were encountered: