Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 10.2.2025 mit Größe 233 B image not shown  

Quelle  1219985-7.html   Sprache: unbekannt

 
<!DOCTYPE html>
<meta charset="utf-8">
<title>Bug 1219985: Unsetting moz-opaque should clear the canvas</title>

<div style="width: 200px; height: 200px; background-color: red;">
  <canvas id="c" width="200" height="200" moz-opaque="true"></canvas>
</div>

<script>

var c = document.getElementById('c');
var ctx = c.getContext('2d', { alpha: true });
ctx.fillStyle = 'green';
ctx.fillRect(50, 50, 100, 100);
c.removeAttribute("moz-opaque");

</script>

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

[Dauer der Verarbeitung: 0.10 Sekunden, vorverarbeitet 2026-05-08]