StageWebView.drawViewPortToBitmapData() does not capture embedded video content
I have a very simple, local HTML page embedded in a StageWebView, and the HTML page embeds a local video file using the video tag. When capturing the SWV to a bitmap either via drawViewPortToBitmapData() or using ImageSnapshot, the video content is not included in what is captured. The resulting bitmap consists of the native video controls on top of a black area where the video was.
It has been suggested that this could be a security sandbox issue or a hardware rendering issue, but neither of those seem right given the circumstances. Is this a bug or am I missing something?
Thanks,
Ben
