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, 34, 21, |
| 6 R_V_LINE_TO, -7, |
| 7 R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2, |
| 8 H_LINE_TO, 8, |
| 9 R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2, |
| 10 R_V_LINE_TO, 20, |
| 11 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2, |
| 12 R_H_LINE_TO, 24, |
| 13 R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2, |
| 14 R_V_LINE_TO, -7, |
| 15 R_LINE_TO, 8, 8, |
| 16 V_LINE_TO, 13, |
| 17 R_LINE_TO, -8, 8, |
| 18 CLOSE, |
| 19 END |
OLD | NEW |