r1309 vs r1310
......
1313
1414
1515
16
{{{#!if x = "100px", y = "300px", t = "10", C = x - t * 2, F = y - t * 2
16
{{{#!if x = "300px", y = "300px", t = "10", C = x - t * 2, F = y - t * 2
1717
{{{#!wiki style="width:@x@;height:@y@;background:linear-gradient(yellow, orange)"
18
{{{#!wiki style="width:@x@;height:@y@;background:no-repeat radial-gradient(farthest-side at 0 0, gray 100%, transparent 0)@t@px @t@px/calc(@x@ / 2 - @t@px * 2) calc(@y@ / 2 - @t@px * 2)"
18
{{{#!wiki style="width:@x@;height:@y@;background:no-repeat radial-gradient(farthest-side at 0 0, gray 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, gray 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%, gray 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%, gray 100%, transparent 0)@t@px calc(@y@ / 2 + @t@px)/calc(@x@ / 2 - @t@px * 2) calc(@y@ / 2 - @t@px * 2)"
1919
{{{#!wiki style="width:@x@;height:@y@"
2020
{{{#!wiki style="display:inline-block;width:@t@px;height:100%"
2121
{{{#!wiki style="width:@t@px;height:@t@px;background:gray"
......