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 MOVE_TO, 24, 4, | |
6 CUBIC_TO, 12.95, 4, 4, 12.95, 4, 24, | |
7 CUBIC_TO, 4, 35.05, 12.95, 44, 24, 44, | |
8 CUBIC_TO, 35.05, 44, 44, 35.05, 44, 24, | |
9 CUBIC_TO, 44, 12.95, 35.05, 4, 24, 4, | |
10 LINE_TO, 24, 4, | |
11 CLOSE, | |
12 R_MOVE_TO, 2, 34, | |
13 R_H_LINE_TO, -4, | |
14 R_V_LINE_TO, -4, | |
15 R_H_LINE_TO, 4, | |
16 R_V_LINE_TO, 4, | |
17 CLOSE, | |
18 R_MOVE_TO, 4.13, -15.49, | |
19 R_LINE_TO, -1.79, 1.84, | |
20 CUBIC_TO, 26.9, 25.79, 26, 27, 26, 30, | |
21 R_H_LINE_TO, -4, | |
22 R_V_LINE_TO, -1, | |
23 R_CUBIC_TO, 0, -2.21, 0.9, -4.21, 2.34, -5.66, | |
24 R_LINE_TO, 2.49, -2.52, | |
25 CUBIC_TO, 27.55, 20.1, 28, 19.1, 28, 18, | |
26 R_CUBIC_TO, 0, -2.21, -1.79, -4, -4, -4, | |
27 R_CUBIC_TO, -2.21, 0, -4, 1.79, -4, 4, | |
28 R_H_LINE_TO, -4, | |
29 R_CUBIC_TO, 0, -4.42, 3.58, -8, 8, -8, | |
30 R_CUBIC_TO, 4.42, 0, 8, 3.58, 8, 8, | |
31 R_CUBIC_TO, 0, 1.76, -0.71, 3.35, -1.87, 4.51, | |
Evan Stade
2016/08/27 00:24:33
don't you need fs on all of these?
jdufault
2016/08/27 00:39:14
Yep, looks like the windows compile failed.
| |
32 CLOSE, | |
33 END | |
OLD | NEW |