Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_bug389366.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/bugs/test_bug389366.html


<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=389366
-->

<head>
  <title>Test for Bug 389366</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>        
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=389366">Mozilla Bug 389366</a>
<p id="display"></p>
<div id="content" style="display: none">
  <h4>Canvas testcase</h4>
  
  Canvas, with pixel set to #ff0000 at 50% opacity:<br>
  <canvas id="canvas1" width="10" height="10"></canvas>
  <br>
  <canvas id="canvas2" width="10" height="10"></canvas>
  
</div>
<pre id="test">
<script class="testbody" type="text/javascript">

SimpleTest.waitForExplicitFinish();

function test()
{
  // Draw to canvas1
  var canvas1 = document.getElementById("canvas1");
  var ctx1 = canvas1.getContext("2d");

  ctx1.globalAlpha = 0.502;
  ctx1.fillStyle = "#FF0000";
  ctx1.fillRect(001010);

  var data1 = ctx1.getImageData(0,0,1,1).data;
  isDeeply(data1, [25500128], "expected half-transparent red canvas 1");

  // half-transparent red 10x10 square
  var imgData = ctx1.createImageData(1010);
  var rgba = [ 25500128 ];
  for (i = 0; i < 50; ++i) {
    for (j = 0; j < 4; ++j) {
      imgData.data[(i * 4) + j] = rgba[j];
    }
  }

  var canvas2 = document.getElementById("canvas2");
  var ctx2 = canvas2.getContext("2d");
  ctx2.putImageData(imgData, 00);

  var data2 = ctx2.getImageData(0,0,1,1).data;
  isDeeply(data2, [25500128], "expected half-transparent red canvas 2");

  SimpleTest.finish();
}

addLoadEvent(test);

</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=86 H=94 G=89

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik