Moin!
Leider kann ich nicht schreiben:
case EMPTY:
ctx.fillStyle = "Code für transparent";
Gibt es denn sonst eine Möglichkeit, wie ich das realisieren kann?
also etwas wie
ctx.style.opacity = .4;
ctx.globalAlpha = 0.4;
oder, im css:
#deinCanvas {
opacity = .4;
}
sollte "tun".
Jörg Reinholz