mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -324,9 +324,9 @@ static auto create_radial_gradient_between_two_circles(Gfx::FloatPoint start_cen
|
|||
|
||||
// Spec steps: Useless for writing an actual implementation (give it a go :P):
|
||||
//
|
||||
// 2. Let x(ω) = (x1-x0)ω + x0
|
||||
// Let y(ω) = (y1-y0)ω + y0
|
||||
// Let r(ω) = (r1-r0)ω + r0
|
||||
// 2. Let x(ω) = (x1-x0)ω + x0.
|
||||
// Let y(ω) = (y1-y0)ω + y0.
|
||||
// Let r(ω) = (r1-r0)ω + r0.
|
||||
// Let the color at ω be the color at that position on the gradient
|
||||
// (with the colors coming from the interpolation and extrapolation described above).
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue