79411870

Date: 2025-02-04 13:34:50
Score: 0.5
Natty:
Report link

After adding onProcessed eventListener as you did, you need to make drawingBuffer canvas on top using CSS. Here is an example:

canvas.drawingBuffer {
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nader