I added ctx.globalAlpha to a fillRect object on my canvas, now I'm trying to add texts on the Rectangle but it's blurred too.. I tried adding ctx.globalAlpha = 1; to the text separately but it's not working.