r1318 vs r1319
11
2
{{{#!if border = "10px", bg = "gray", 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
2
{{{#!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@"
44
{{{#!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"
......