Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
LibreOffice
/
sw
/
qa
/
extras
/
rtfexport
/
data
/ (
Office von Apache
Version 25.8.3.2
©
) Datei vom 5.10.2025 mit Größe 3 kB
Quelle 1219985-8.html Sprache: unbekannt
<!
DOCTYPE
html
>
<
meta
charset=
"utf-8"
>
<
title
>Bug 1219985: Unsetting moz-opaque should clear the
canvas
even if the
canvas
has been cre
ated with alpha:false, and the
canvas
should stay opaque.</
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: false });
ctx.fillStyle =
'green'
;
ctx.fillRect(50, 50, 100, 100);
c.removeAttribute(
"moz-opaque"
);
</
script
>
Messung V0.5
C=100
H=100
G=100
[ Dauer der Verarbeitung: 0.1 Sekunden (vorverarbeitet)
]
2026-04-04