Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: chrome/app/vector_icons/warning_badge.icon

Issue 2721823002: Update content settings to new vector icon format. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 CANVAS_DIMENSIONS, 32, 5 CANVAS_DIMENSIONS, 32,
6 PATH_MODE_CLEAR, 6 PATH_MODE_CLEAR,
7 MOVE_TO, 32, 32, 7 MOVE_TO, 32, 32,
8 LINE_TO, 16, 32, 8 LINE_TO, 16, 32,
9 LINE_TO, 16, 18, 9 LINE_TO, 16, 18,
10 CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16, 10 CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16,
(...skipping 17 matching lines...) Expand all
28 LINE_TO, 26, 21, 28 LINE_TO, 26, 21,
29 LINE_TO, 26, 26, 29 LINE_TO, 26, 26,
30 LINE_TO, 24, 26, 30 LINE_TO, 24, 26,
31 CLOSE, 31 CLOSE,
32 MOVE_TO, 24, 27, 32 MOVE_TO, 24, 27,
33 LINE_TO, 26, 27, 33 LINE_TO, 26, 27,
34 LINE_TO, 26, 29, 34 LINE_TO, 26, 29,
35 LINE_TO, 24, 29, 35 LINE_TO, 24, 29,
36 CLOSE, 36 CLOSE,
37 END 37 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/subresource_filter_active.icon ('k') | chrome/app/vector_icons/web.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698