repeat-border-radius.yaml (2768B)
1 --- 2 root: 3 items: 4 - type: clip 5 id: 2 6 complex: 7 - rect: [20, 20, 100, 100] 8 radius: 32 9 - type: gradient 10 bounds: 20 20 100 100 11 start: 50 0 12 end: 50 100 13 stops: [0.0, red, 1.0, yellow] 14 repeat: true 15 clip-chain: [2] 16 17 - type: rect 18 bounds: [130, 10, 120, 120] 19 color: blue 20 21 - type: clip 22 id: 3 23 complex: 24 - rect: [140, 20, 100, 100] 25 radius: 32 26 - type: gradient 27 bounds: 140 20 100 100 28 start: 50 0 29 end: 50 100 30 stops: [0.2, red, 1.0, yellow] 31 clip-chain: [3] 32 33 - type: rect 34 bounds: [260, 10, 120, 120] 35 color: black 36 37 - type: clip 38 id: 4 39 complex: 40 - rect: [270, 20, 100, 100] 41 radius: 32 42 - type: gradient 43 bounds: 270 20 100 100 44 start: 50 0 45 end: 51 100 46 stops: [0.0, red, 1.0, yellow] 47 clip-chain: [4] 48 49 - type: clip 50 id: 5 51 complex: 52 - rect: [20, 160, 100, 100] 53 radius: 32 54 - type: radial-gradient 55 bounds: 20 160 100 100 56 center: 50 50 57 radius: 25 25 58 stops: [0.0, red, 1.0, yellow] 59 clip-chain: [5] 60 61 - type: rect 62 bounds: [130, 150, 120, 120] 63 color: blue 64 65 - type: clip 66 id: 6 67 complex: 68 - rect: [140, 160, 100, 100] 69 radius: 32 70 - type: radial-gradient 71 bounds: 140 160 100 100 72 center: 50 50 73 radius: 25 25 74 stops: [0.0, red, 1.0, yellow] 75 clip-chain: [6] 76 77 - type: rect 78 bounds: [260, 150, 120, 120] 79 color: black 80 81 - type: clip 82 id: 7 83 complex: 84 - rect: [270, 160, 100, 100] 85 radius: 32 86 - type: radial-gradient 87 bounds: 270 160 100 100 88 center: 50 50 89 radius: 25 25 90 stops: [0.0, red, 1.0, yellow] 91 clip-chain: [7] 92 93 - type: clip 94 id: 8 95 complex: 96 - rect: [20, 300, 100, 100] 97 radius: 32 98 - type: conic-gradient 99 bounds: 20 300 100 100 100 angle: 0.0 101 center: 50 50 102 stops: [0.0, red, 1.0, yellow] 103 repeat: true 104 clip-chain: [8] 105 106 - type: rect 107 bounds: [130, 290, 120, 120] 108 color: blue 109 110 - type: clip 111 id: 9 112 complex: 113 - rect: [140, 300, 100, 100] 114 radius: 32 115 - type: conic-gradient 116 bounds: 140 300 100 100 117 angle: 0.0 118 center: 50 50 119 stops: [0.0, red, 1.0, yellow] 120 clip-chain: [9] 121 122 - type: rect 123 bounds: [260, 290, 120, 120] 124 color: black 125 126 - type: clip 127 id: 10 128 complex: 129 - rect: [270, 300, 100, 100] 130 radius: 32 131 - type: conic-gradient 132 bounds: 270 300 100 100 133 angle: 0.0 134 center: 50 50 135 stops: [0.0, red, 1.0, yellow] 136 clip-chain: [10]