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, 21.17f, 19, | |
| 7 LINE_TO, 12, 10.34f, | |
| 8 LINE_TO, 2.83f, 19, | |
| 9 LINE_TO, 0, 16.33f, | |
| 10 LINE_TO, 12, 5, | |
| 11 R_LINE_TO, 12, 11.33f, | |
| 12 CLOSE, | |
| 13 END | |
| OLD | NEW |