Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 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, 24, | |
| 6 MOVE_TO, 12, 18.07f, | |
| 7 LINE_TO, 18.18f, 22, | |
| 8 R_LINE_TO, -1.64f, -7.4f, | |
| 9 LINE_TO, 22, 9.62f, | |
| 10 R_LINE_TO, -7.19f, -0.64f, | |
| 11 LINE_TO, 12, 2, | |
| 12 LINE_TO, 9.19f, 8.98f, | |
| 13 LINE_TO, 2, 9.62f, | |
| 14 R_LINE_TO, 5.46f, 4.98f, | |
| 15 LINE_TO, 5.82f, 22, | |
| 16 CLOSE, | |
| 17 END | |
| OLD | NEW |