OLD | NEW |
| (Empty) |
1 // Copyright 2016 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 CANVAS_DIMENSIONS, 12, | |
6 MOVE_TO, 6, 4.59f, | |
7 LINE_TO, 2.46f, 1.05f, | |
8 LINE_TO, 1.05f, 2.46f, | |
9 LINE_TO, 4.59f, 6, | |
10 LINE_TO, 1.05f, 9.54f, | |
11 R_LINE_TO, 1.41f, 1.41f, | |
12 LINE_TO, 6, 7.41f, | |
13 R_LINE_TO, 3.54f, 3.54f, | |
14 R_LINE_TO, 1.41f, -1.41f, | |
15 LINE_TO, 7.41f, 6, | |
16 R_LINE_TO, 3.54f, -3.54f, | |
17 LINE_TO, 9.54f, 1.05f, | |
18 LINE_TO, 6, 4.59f, | |
19 CLOSE, | |
20 END | |
OLD | NEW |