r1321 vs r1319
11
22
{{{#!if border = "10px", bg = "black", x = "200px", y = "200px", t = "5", C = x - t * 2, F = y - t * 2, px = x / 2 + t * 1, py = y / 2 + t * 1, rx = x / 2 - t * 2, ry = y / 2 - t * 2
33
{{{#!wiki style="display:inline-block;border:@border@ solid @bg@"
4
{{{#!wiki style="width:@x@;height:@y@;background:no-repeat radial-gradient(ellipse 125% 40% at 140% 50% in oklch, blue 70%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 0, red 70%, transparent 100%), radial-gradient(ellipse 50% 50% at 50% 100%, #0f0 70%, yellow 100%)"
4
{{{#!wiki style="width:@x@;height:@y@;background:linear-gradient(red, blue)"
55
{{{#!wiki style="width:@x@;height:@y@;background:no-repeat radial-gradient(farthest-side at 0 0, @bg@ 100%, transparent 0)@t@px @t@px/@rx@px @ry@px, no-repeat radial-gradient(farthest-side at 100% 0, @bg@ 100%, transparent 0)@px@px @t@px/@rx@px @ry@px, no-repeat radial-gradient(farthest-side at 100% 100%, @bg@ 100%, transparent 0)@px@px @py@px/@rx@px @ry@px, no-repeat radial-gradient(farthest-side at 0% 100%, @bg@ 100%, transparent 0)@t@px @py@px/@rx@px @ry@px"
66
{{{#!wiki style="width:@x@;height:@y@"
77
{{{#!wiki style="display:inline-block;width:@t@px;height:100%"
......