Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // A variant of ic_close with rounded corners. | |
|
sky
2015/08/05 00:06:01
Random comment on these. Should we be adding copyr
Evan Stade
2015/08/05 19:04:25
I dunno, this rule seems ambiguous in this case: "
| |
| 2 CANVAS_DIMENSIONS, 32, | |
| 3 STROKE, 3.5, | |
| 4 MOVE_TO, 8.75, 8.75, | |
| 5 R_LINE_TO, 14.5, 14.5, | |
| 6 MOVE_TO, 8.75, 23.25, | |
| 7 R_LINE_TO, 14.5, -14.5, | |
| 8 END | |
| OLD | NEW |