Optionalvideo: HTMLVideoElementReadonlycanvasReadonlyrendererOptional ReadonlyvideoOptionalwidth: numberOptionalheight: numberExecute all buffered draw commands.
Ordering contract: GPU-accelerated commands (drawImage, fillRect, strokeRect) are rendered first, then Canvas 2D helper operations (text/path) are composited on top. Callers must ensure fillText/strokeText are issued AFTER all drawImage calls within a single frame.
Optionalarg1: number
Draw a sub-renderer's content onto this renderer.
The source image is read from
image.canvas.