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 MOVE_TO, 38, 38, | |
|
Evan Stade
2017/07/13 16:48:43
it appears this is the "launch"/"open in new" icon
melandory
2017/07/25 15:08:49
Done.
| |
| 6 H_LINE_TO, 10, | |
| 7 V_LINE_TO, 10, | |
| 8 R_H_LINE_TO, 14, | |
| 9 V_LINE_TO, 6, | |
| 10 H_LINE_TO, 10, | |
| 11 R_CUBIC_TO, -2.21f, 0, -4, 1.79f, -4, 4, | |
| 12 R_V_LINE_TO, 28, | |
| 13 R_CUBIC_TO, 0, 2.21f, 1.79f, 4, 4, 4, | |
| 14 R_H_LINE_TO, 28, | |
| 15 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4, | |
| 16 V_LINE_TO, 24, | |
| 17 R_H_LINE_TO, -4, | |
| 18 R_V_LINE_TO, 14, | |
| 19 CLOSE, | |
| 20 MOVE_TO, 28, 6, | |
| 21 R_V_LINE_TO, 4, | |
| 22 R_H_LINE_TO, 7.17f, | |
| 23 LINE_TO, 15.51f, 29.66f, | |
| 24 R_LINE_TO, 2.83f, 2.83f, | |
| 25 LINE_TO, 38, 12.83f, | |
| 26 V_LINE_TO, 20, | |
| 27 R_H_LINE_TO, 4, | |
| 28 V_LINE_TO, 6, | |
| 29 H_LINE_TO, 28, | |
| 30 CLOSE, | |
| 31 END | |
| OLD | NEW |