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, 12, | |
| 6 MOVE_TO, 6, 9.04f, | |
| 7 LINE_TO, 9.09f, 11, | |
| 8 R_LINE_TO, -0.82f, -3.7f, | |
| 9 LINE_TO, 11, 4.81f, | |
| 10 R_LINE_TO, -3.59f, -0.32f, | |
| 11 LINE_TO, 6, 1, | |
| 12 LINE_TO, 4.6f, 4.49f, | |
| 13 LINE_TO, 1, 4.81f, | |
| 14 LINE_TO, 3.73f, 7.3f, | |
| 15 LINE_TO, 2.91f, 11, | |
| 16 CLOSE, | |
| 17 END | |
| OLD | NEW |