products/Sources/formale Sprachen/C/LibreOffice/bridges/source/cpp_uno/gcc3_linux_ia64/   (GAP Algebra Version 4.15.1©)  Datei vom 5.10.2025 mit Größe 3 kB image not shown  

SSL test_2d.fill.winding.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/canvas/test/test_2d.fill.winding.html


<!DOCTYPE HTML>
<title>Canvas test: 2d.fill.winding</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css">
<body>
<canvas id="c" width="100" height="100"><p class="fallback">FAIL (fallback content)</p></canvas>
<script>
function isPixel(ctx, x,y, r,g,b,a, pos, colour, d) {
    var pixel = ctx.getImageData(x, y, 11);
    var pr = pixel.data[0],
        pg = pixel.data[1],
        pb = pixel.data[2],
        pa = pixel.data[3];
    ok(r-d <= pr && pr <= r+d &&
       g-d <= pg && pg <= g+d &&
       b-d <= pb && pb <= b+d &&
       a-d <= pa && pa <= a+d,
       "pixel "+pos+" is "+pr+","+pg+","+pb+","+pa+"; expected "+colour+" +/- "+d);
}

SimpleTest.waitForExplicitFinish();
addLoadEvent(function () {

var canvas = document.getElementById('c');
var ctx = canvas.getContext('2d');

ctx.fillStyle = 'rgb(255,0,0)';
ctx.beginPath();
ctx.fillRect(00100100);
ctx.fillStyle = 'rgb(0,255,0)';
ctx.beginPath();
ctx.rect(00100100);
ctx.rect(25255050);
ctx.fill();
isPixel(ctx, 50,500,255,0,255"50,50""0,255,0,255"5);

ctx.fillStyle = 'rgb(255,0,0)';
ctx.fillRect(00100100);
ctx.fillStyle = 'rgb(0,255,0)';
ctx.beginPath();
ctx.rect(00100100);
ctx.rect(25255050);
ctx.fill('evenodd');
isPixel(ctx, 50,50255,0,0,255"50,50""255,0,0,255"5);

SimpleTest.finish();

});
</script>


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

¤ Dauer der Verarbeitung: 0.0 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.