Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openclaw/src/commands/status-all/   (Openclaw AI Version 22©)  Datei vom 26.3.2026 mit Größe 2 kB image not shown  

Quelle  1972885-ref.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/gfx/tests/reftest/1972885-ref.html


<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Reference for Bug 1972885</title>
<style>
body {
  margin: 0;
}
canvas {
  /* Rounded up. */
  margin-top: 2px;
  width: 100px;
  /* Subpixel snapped down. */
  height: 100px;
}
</style>
<canvas id="canvas"></canvas>
<script>
function draw(canvas, width, height) {
  const ctx = canvas.getContext('2d');
  canvas.width = width;
  canvas.height = height;
  const imgData = ctx.createImageData(width, height);
  const u32View = new Uint32Array(imgData.data.buffer);
  u32View.fill(0xFFFFFFFF);
  for (let y = 0; y < height; y += 2) {
    for (let x = 0; x < width; x++) {
      u32View[y * width + x] = 0xFF000000;
    }
  }
  ctx.putImageData(imgData, 00);
}

draw(canvas100100);
</script>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-06-09) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.