| 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, 26, |
| 6 MOVE_TO, 13, 26, |
| 7 R_CUBIC_TO, 7.18f, 0, 13, -5.82f, 13, -13, |
| 8 CUBIC_TO_SHORTHAND, 20.18f, 0, 13, 0, |
| 9 CUBIC_TO_SHORTHAND, 0, 5.82f, 0, 13, |
| 10 R_CUBIC_TO, 0, 7.18f, 5.82f, 13, 13, 13, |
| 11 CLOSE, |
| 12 R_MOVE_TO, 0, -3, |
| 13 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10, |
| 14 CUBIC_TO_SHORTHAND, 18.52f, 3, 13, 3, |
| 15 CUBIC_TO_SHORTHAND, 3, 7.48f, 3, 13, |
| 16 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10, |
| 17 CLOSE, |
| 18 END |
| OLD | NEW |