OLD | NEW |
| (Empty) |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 MOVE_TO, 22, 36, | |
6 R_H_LINE_TO, 4, | |
7 R_V_LINE_TO, -4, | |
8 R_H_LINE_TO, -4, | |
9 R_V_LINE_TO, 4, | |
10 CLOSE, | |
11 CIRCLE, 24, 24, 20, | |
12 CIRCLE, 24, 24, 16, | |
13 MOVE_TO, 24, 12, | |
14 R_CUBIC_TO, -4.42f, 0, -8, 3.58f, -8, 8, | |
15 R_H_LINE_TO, 4, | |
16 R_CUBIC_TO, 0, -2.2f, 1.8f, -4, 4, -4, | |
17 R_CUBIC_TO, 2.2f, 0, 4, 1.8f, 4, 4, | |
18 R_CUBIC_TO, 0, 4, -6, 3.5f, -6, 10, | |
19 R_H_LINE_TO, 4, | |
20 R_CUBIC_TO, 0, -4.5f, 6, -5, 6, -10, | |
21 R_CUBIC_TO, 0, -4.42f, -3.58f, -8, -8, -8, | |
22 END | |
OLD | NEW |