r1311 vs r1312
......
1313
1414
1515
16
{{{#!if x = "300px", y = "300px", t = "10", C = x - t * 2, F = y - t * 2, bg = "black"
16
{{{#!if bg = "gray", x = "300px", y = "300px", t = "10", C = x - t * 2, F = y - t * 2
1717
{{{#!wiki style="display:inline-block;border:10px solid @bg@"
18
{{{#!wiki style="width:@x@;height:@y@;background:linear-gradient(yellow, orange)"
18
{{{#!wiki style="width:@x@;height:@y@;background:linear-gradient(red, blue)"
1919
{{{#!wiki style="width:@x@;height:@y@;background:no-repeat radial-gradient(farthest-side at 0 0, @bg@ 100%, transparent 0)@t@px @t@px/calc(@x@ / 2 - @t@px * 2) calc(@y@ / 2 - @t@px * 2), no-repeat radial-gradient(farthest-side at 100% 0, @bg@ 100%, transparent 0)calc(@x@ / 2 + @t@px) @t@px/calc(@x@ / 2 - @t@px * 2) calc(@y@ / 2 - @t@px * 2), no-repeat radial-gradient(farthest-side at 100% 100%, @bg@ 100%, transparent 0)calc(@x@ / 2 + @t@px) calc(@y@ / 2 + @t@px)/calc(@x@ / 2 - @t@px * 2) calc(@y@ / 2 - @t@px * 2), no-repeat radial-gradient(farthest-side at 0% 100%, @bg@ 100%, transparent 0)@t@px calc(@y@ / 2 + @t@px)/calc(@x@ / 2 - @t@px * 2) calc(@y@ / 2 - @t@px * 2)"
2020
{{{#!wiki style="width:@x@;height:@y@"
2121
{{{#!wiki style="display:inline-block;width:@t@px;height:100%"
......