Tests: Modify canvas-shadow test to use shadowBlur

This commit is contained in:
Lucien Fiorini 2024-12-03 21:25:29 +01:00 committed by Alexander Kalenik
parent 0567960ce4
commit 00a1dd2763
Notes: github-actions[bot] 2024-12-05 16:08:00 +00:00
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -17,6 +17,7 @@
ctx.shadowColor = "LightCoral";
ctx.shadowOffsetX = 15;
ctx.shadowOffsetY = 15;
ctx.shadowBlur = 5;
// Filled rectangle
ctx.fillStyle = "red";