<!DOCTYPEhtml>
<meta charset='UTF-8'> <!-- Clear the canvas to green and capture it to a stream to test that we can get the stream to screen in a local video element.
-->
<html class="reftest-wait">
<head>
<script type='text/javascript'>
function finished() {
document.documentElement.removeAttribute("class");
}
function runTest() { varcanvas = document.getElementById('canvas'); var context = canvas.getContext('2d');
context.fillStyle = "rgba(0, 255, 0, 1)";
context.fillRect(0, 0, canvas.width, canvas.height);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.