Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 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. | |
|
Peter Kasting
2015/09/25 23:14:34
We should be consistent about license headers in t
Evan Stade
2015/09/25 23:18:15
I thought I commented that you should add the head
Peter Kasting
2015/09/25 23:20:18
OK. Looks like mine are the only icons without th
| |
| 4 | |
| 5 MOVE_TO, 37, 23, | |
| 6 LINE_TO, 40, 23, | |
| 7 CUBIC_TO, 42.76f, 23, 45, 25.24f, 45, 28, | |
| 8 CUBIC_TO, 45, 30.76f, 42.76f, 33, 40, 33, | |
| 9 LINE_TO, 37, 33, | |
| 10 LINE_TO, 37, 41, | |
| 11 CUBIC_TO, 37, 43.2f, 35.2f, 45, 33, 45, | |
| 12 LINE_TO, 25.4f, 45, | |
| 13 LINE_TO, 25.4f, 42, | |
| 14 CUBIC_TO, 25.4f, 39.02f, 22.98f, 36.6f, 20, 36.6f, | |
| 15 CUBIC_TO, 17.02f, 36.6f, 14.6f, 39.02f, 14.6f, 42, | |
| 16 LINE_TO, 14.6f, 45, | |
| 17 LINE_TO, 7, 45, | |
| 18 CUBIC_TO, 4.8f, 45, 3, 43.2f, 3, 41, | |
| 19 LINE_TO, 3, 33.4f, | |
| 20 LINE_TO, 6, 33.4f, | |
| 21 CUBIC_TO, 8.98f, 33.4f, 11.4f, 30.98f, 11.4f, 28, | |
| 22 CUBIC_TO, 11.4f, 25.02f, 8.98f, 22.6f, 6, 22.6f, | |
| 23 LINE_TO, 3.02f, 22.6f, | |
| 24 LINE_TO, 3.02f, 15, | |
| 25 CUBIC_TO, 3.02f, 12.8f, 4.8f, 11, 7, 11, | |
| 26 LINE_TO, 15, 11, | |
| 27 LINE_TO, 15, 8, | |
| 28 CUBIC_TO, 15, 5.24f, 17.24f, 3, 20, 3, | |
| 29 CUBIC_TO, 22.76f, 3, 25, 5.24f, 25, 8, | |
| 30 LINE_TO, 25, 11, | |
| 31 LINE_TO, 29.5f, 11, | |
| 32 LINE_TO, 16, 31.5f, | |
| 33 LINE_TO, 37, 17.5f, | |
| 34 LINE_TO, 37, 23, | |
| 35 CLOSE, | |
| 36 END | |
| OLD | NEW |