mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Tests: Modify canvas-shadow test to use shadowBlur
This commit is contained in:
parent
0567960ce4
commit
00a1dd2763
Notes:
github-actions[bot]
2024-12-05 16:08:00 +00:00
Author: https://github.com/ananas-dev
Commit: 00a1dd2763
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2737
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 |
|
@ -17,6 +17,7 @@
|
|||
ctx.shadowColor = "LightCoral";
|
||||
ctx.shadowOffsetX = 15;
|
||||
ctx.shadowOffsetY = 15;
|
||||
ctx.shadowBlur = 5;
|
||||
|
||||
// Filled rectangle
|
||||
ctx.fillStyle = "red";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue