1box {
2  width {
3    expanded_dimension {}
4  }
5  height {
6    expanded_dimension {}
7  }
8  contents {
9    arc {
10      anchor_angle: {
11        value: 0
12      }
13      anchor_type {
14        value: ARC_ANCHOR_END
15      }
16      contents {
17        text {
18          text {
19            value: "ANCHOR_END - 0"
20          }
21          font_style {
22            weight {
23              value: FONT_WEIGHT_BOLD
24            }
25            size {
26              value: 16
27            }
28            color {
29              argb: 0xFFFF0000
30            }
31          }
32        }
33      }
34    }
35  }
36
37  contents {
38    arc {
39      anchor_angle: {
40        value: 0
41      }
42      anchor_type: {
43        value: ARC_ANCHOR_START
44      }
45      contents {
46        text {
47          text {
48            value: "ANCHOR_START - 0"
49          }
50          font_style {
51            weight {
52              value: FONT_WEIGHT_BOLD
53            }
54            size {
55              value: 16
56            }
57            color {
58              argb: 0xFFFF0000
59            }
60          }
61        }
62      }
63    }
64  }
65
66  contents {
67    arc {
68      anchor_angle: {
69        value: 180
70      }
71      anchor_type {
72        value: ARC_ANCHOR_CENTER
73      }
74      contents {
75        text {
76          text {
77            value: "ANCHOR_CENTER - 180"
78          }
79          font_style {
80            weight {
81              value: FONT_WEIGHT_BOLD
82            }
83            size {
84              value: 16
85            }
86            color {
87              argb: 0xFFFF0000
88            }
89          }
90        }
91      }
92    }
93  }
94
95  contents {
96    box {
97      modifiers {
98        padding {
99          start {
100            value: 30
101          }
102          end {
103            value: 30
104          }
105          top {
106            value: 30
107          }
108          bottom {
109            value: 30
110          }
111        }
112      }
113      contents {
114        arc {
115          anchor_angle: {
116            value: 0
117          }
118          contents {
119            text {
120              text {
121                value: "ANCHOR_DEFAULT - 0"
122              }
123              font_style {
124                weight {
125                  value: FONT_WEIGHT_BOLD
126                }
127                size {
128                  value: 16
129                }
130                color {
131                  argb: 0xFFFF0000
132                }
133              }
134            }
135          }
136        }
137      }
138    }
139  }
140}
141