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, 16.59f, 8.59f, | |
| 7 LINE_TO, 12, 13.17f, | |
| 8 LINE_TO, 7.41f, 8.59f, | |
| 9 LINE_TO, 6, 10, | |
| 10 R_LINE_TO, 6, 6, | |
| 11 R_LINE_TO, 6, -6, | |
| 12 CLOSE, | |
| 13 END | |
| OLD | NEW |