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, 10.59f, 9, | |
| 7 LINE_TO, 6, 4.67f, | |
| 8 LINE_TO, 1.42f, 9, | |
| 9 LINE_TO, 0, 7.66f, | |
| 10 LINE_TO, 6, 2, | |
| 11 R_LINE_TO, 6, 5.66f, | |
| 12 CLOSE, | |
| 13 END | |
| OLD | NEW |